simpleType EmploymentStatusMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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
The mapping to a known EmploymentStatus.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="EmploymentStatusMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known EmploymentStatus.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Probationary">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Contractual">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Substitute/temporary">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Tenured or permanent">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Volunteer/no contract">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Employed or affiliated with outside organization">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Non-contractual">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Employed part-time">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Employed or affiliated with outside agency part-time">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>