simpleType LimitedEnglishProficiencyMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element LimitedEnglishProficiencyDescriptor/LimitedEnglishProficiencyMap
facets
Kind Value annotation 
enumeration NotLimited 
enumeration Limited 
enumeration Limited Monitored 1 
enumeration Limited Monitored 2 
annotation
documentation
An indication that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="LimitedEnglishProficiencyMapType">
 
<xs:annotation>
   
<xs:documentation>An indication that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="NotLimited"/>
   
<xs:enumeration value="Limited"/>
   
<xs:enumeration value="Limited Monitored 1"/>
   
<xs:enumeration value="Limited Monitored 2"/>
 
</xs:restriction>
</xs:simpleType>