simpleType
PopulationServedType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:simpleType name="PopulationServedType"> <xs:annotation> <xs:documentation>The type of students the section is offered and tailored to.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Regular Students"/> <xs:enumeration value="Bilingual Students"/> <xs:enumeration value="Compensatory/Remedial Education Students"/> <xs:enumeration value="Gifted and Talented Students"/> <xs:enumeration value="Career and Technical Education Students"/> <xs:enumeration value="Special Education Students"/> <xs:enumeration value="ESL Students"/> <xs:enumeration value="Adult Basic Education Students"/> <xs:enumeration value="Honors Students"/> <xs:enumeration value="Migrant Students"/> </xs:restriction> </xs:simpleType> |