simpleType
EmploymentStatusMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:simpleType name="EmploymentStatusMapType"> <xs:annotation> <xs:documentation>Reflects the type of employment or contract.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Probationary"/> <xs:enumeration value="Contractual"/> <xs:enumeration value="Substitute/temporary"/> <xs:enumeration value="Tenured or permanent"/> <xs:enumeration value="Volunteer/no contract"/> <xs:enumeration value="Employed or affiliated with outside organization"/> <xs:enumeration value="Non-contractual"/> <xs:enumeration value="Employed part-time"/> <xs:enumeration value="Employed or affiliated with outside agency part-time"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |