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