simpleType
SchoolType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="SchoolType"> <xs:annotation> <xs:documentation>The type of education institution as classified by its primary focus. </xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Alternative"/> <xs:enumeration value="Regular"/> <xs:enumeration value="Special Education"/> <xs:enumeration value="Career and Technical Education"/> </xs:restriction> </xs:simpleType> |