simpleType LimitedEnglishProficiencyMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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
The mapping to a known LimitedEnglishProficiency.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="LimitedEnglishProficiencyMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known LimitedEnglishProficiency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="NotLimited">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Limited">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Limited Monitored 1">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Limited Monitored 2">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>