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