simpleType
LimitedEnglishProficiencyMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |