simpleType SeparationReasonMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element SeparationReasonDescriptor/SeparationReasonMap
facets
Kind Value annotation 
enumeration Employment elsewhere 
enumeration Retirement 
enumeration Family/personal relocation 
enumeration Change of assignment 
enumeration Formal study or research 
enumeration Illness/disability/death 
enumeration Layoff 
enumeration Discharge 
enumeration Personal reason 
enumeration Unknown 
enumeration Other 
annotation
documentation
Reason for terminating the employment; for example:  Employment in education, Employment outside of education, Retirement, Family/personal relocation, Change of assignment
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SeparationReasonMapType">
 
<xs:annotation>
   
<xs:documentation>Reason for terminating the employment; for example:  Employment in education, Employment outside of education, Retirement, Family/personal relocation, Change of assignment</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Employment elsewhere"/>
   
<xs:enumeration value="Retirement"/>
   
<xs:enumeration value="Family/personal relocation"/>
   
<xs:enumeration value="Change of assignment"/>
   
<xs:enumeration value="Formal study or research"/>
   
<xs:enumeration value="Illness/disability/death"/>
   
<xs:enumeration value="Layoff"/>
   
<xs:enumeration value="Discharge"/>
   
<xs:enumeration value="Personal reason"/>
   
<xs:enumeration value="Unknown"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>