simpleType
SeparationReasonMapType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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> |