complexType EmploymentStatusDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p583.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace EmploymentStatusMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the type of employment or contract.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>298</ann:EdFiId>
source <xs:complexType name="EmploymentStatusDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the type of employment or contract.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>298</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="EmploymentStatusMap" type="EmploymentStatusMapType">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>299</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EmploymentStatusDescriptor/EmploymentStatusMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p584.png
namespace http://ed-fi.org/0200
type EmploymentStatusMapType
properties
content simple
facets
Kind Value Annotation
enumeration Probationary
appinfo
<ann:EdFiId>170-007</ann:EdFiId>
enumeration Contractual
appinfo
<ann:EdFiId>170-001</ann:EdFiId>
enumeration Substitute/temporary
appinfo
<ann:EdFiId>170-008</ann:EdFiId>
enumeration Tenured or permanent
appinfo
<ann:EdFiId>170-009</ann:EdFiId>
enumeration Volunteer/no contract
appinfo
<ann:EdFiId>170-010</ann:EdFiId>
enumeration Employed or affiliated with outside organization
appinfo
<ann:EdFiId>170-003</ann:EdFiId>
enumeration Non-contractual
appinfo
<ann:EdFiId>170-005</ann:EdFiId>
enumeration Employed part-time
appinfo
<ann:EdFiId>170-004</ann:EdFiId>
enumeration Employed or affiliated with outside agency part-time
appinfo
<ann:EdFiId>170-002</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>170-006</ann:EdFiId>
annotation
appinfo
<ann:EdFiId>299</ann:EdFiId>
source <xs:element name="EmploymentStatusMap" type="EmploymentStatusMapType">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>299</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>