simpleType ReasonExitedMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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 mapping to a known ReasonExited.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ReasonExitedMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ReasonExited.</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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Reached maximum age">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Discontinued schooling">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Suspended or expelled from school">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Graduated with a high school diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Received certificate of completion, modified diploma, or finished IEP requirements">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Transferred to another district or school">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Moved out of state">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Withdrawal by a parent (or guardian)">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unknown reason">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>