simpleType EmploymentStatusMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element EmploymentStatusDescriptor/EmploymentStatusMap
facets
Kind Value annotation 
enumeration Probationary 
enumeration Contractual 
enumeration Substitute/temporary 
enumeration Tenured or permanent 
enumeration Volunteer/no contract 
enumeration Employed or affiliated with outside organization 
enumeration Non-contractual 
enumeration Employed part-time 
enumeration Employed or affiliated with outside agency part-time 
enumeration Other 
annotation
documentation
Reflects the type of employment or contract.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>