simpleType
ReasonExitedMapType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="ReasonExitedMapType"> <xs:annotation> <xs:documentation>The reason the child left the program within a school or district.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Died or is permanently incapacitated"/> <xs:enumeration value="Reached maximum age"/> <xs:enumeration value="Discontinued schooling"/> <xs:enumeration value="Suspended or expelled from school"/> <xs:enumeration value="Graduated with a high school diploma"/> <xs:enumeration value="Received certificate of completion, modified diploma, or finished IEP requirements"/> <xs:enumeration value="Transferred to another district or school"/> <xs:enumeration value="Moved out of state"/> <xs:enumeration value="Withdrawal by a parent (or guardian)"/> <xs:enumeration value="Other"/> <xs:enumeration value="Unknown reason"/> </xs:restriction> </xs:simpleType> |