simpleType
ProgramAssignmentMapType
| namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
| type | restriction of xs:token | |||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xs:simpleType name="ProgramAssignmentMapType"> <xs:annotation> <xs:documentation>The name of the education program for which a teacher is assigned to a school.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Regular Education"/> <xs:enumeration value="Title I-Academic"/> <xs:enumeration value="Title I-Non-Academic"/> <xs:enumeration value="Special Education"/> <xs:enumeration value="Bilingual/English as a Second Language"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |
