simpleType
ExitWithdrawMapType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="ExitWithdrawMapType"> <xs:annotation> <xs:documentation>The circumstances under which the student exited from membership in an educational institution.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Transferred"/> <xs:enumeration value="Graduated"/> <xs:enumeration value="Completed "/> <xs:enumeration value="Died or is permanently incapacitated"/> <xs:enumeration value="Withdrawn"/> <xs:enumeration value="Expelled"/> <xs:enumeration value="Reached maximum age"/> <xs:enumeration value="Enrolled in a high school diploma program"/> <xs:enumeration value="Involuntarily Removed"/> <xs:enumeration value="Incarcerated"/> <xs:enumeration value="Dropout"/> <xs:enumeration value="End of school year"/> <xs:enumeration value="Invalid enrollment"/> <xs:enumeration value="No show"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |