simpleType
EntryTypeMapType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="EntryTypeMapType"> <xs:annotation> <xs:documentation>The process by which a student enters a school during a given academic session.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Transfer"/> <xs:enumeration value="Re-entry"/> <xs:enumeration value="Next year school"/> <xs:enumeration value="New to education system"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |