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