complexType StaffEducationOrganizationEmploymentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1192.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference EducationOrganizationReference EmploymentStatus EmploymentPeriod Department FullTimeEquivalency OfferDate HourlyWage
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association indicates the EducationOrganization an employee, contractor, volunteer, or other service provider is formally associated with typically indicated by which organization the staff member has a services contract with or receives compensation from.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>601</ann:EdFiId>
source <xs:complexType name="StaffEducationOrganizationEmploymentAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the EducationOrganization an employee, contractor, volunteer, or other service provider is formally associated with typically indicated by which organization the staff member has a services contract with or receives compensation from.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>601</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Staff employed by the EducationOrganization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1035</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization with which the staff is employed.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1029</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EmploymentStatus" type="EmploymentStatusDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reflects the type of employment or contract; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
             
<ann:EdFiId>1031</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EmploymentPeriod" type="EmploymentPeriod">
         
<xs:annotation>
           
<xs:documentation>The set of elements defining and characterizing a person's period of employment including start and end dates and the type and reason for separation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1030</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Department" type="Department" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The department or suborganization the employee/contractor is associated with in the EducationOrganization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1028</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="FullTimeEquivalency" type="Percent" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1032</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="OfferDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Date at which the staff member was made an official offer for this employment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1034</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="HourlyWage" type="Currency" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Hourly wage associated with the employment position being reported.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1033</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffEducationOrganizationEmploymentAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1193.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Staff employed by the EducationOrganization.
appinfo
<ann:EdFiId>1035</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff employed by the EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1035</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1194.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The EducationOrganization with which the staff is employed.
appinfo
<ann:EdFiId>1029</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization with which the staff is employed.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1029</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/EmploymentStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1195.png
namespace http://ed-fi.org/0200
type EmploymentStatusDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Reflects the type of employment or contract; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
appinfo
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
<ann:EdFiId>1031</ann:EdFiId>
source <xs:element name="EmploymentStatus" type="EmploymentStatusDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reflects the type of employment or contract; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
     
<ann:EdFiId>1031</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/EmploymentPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1196.png
namespace http://ed-fi.org/0200
type EmploymentPeriod
properties
content complex
children HireDate EndDate Separation SeparationReason
annotation
documentation
The set of elements defining and characterizing a person's period of employment including start and end dates and the type and reason for separation.
appinfo
<ann:EdFiId>1030</ann:EdFiId>
source <xs:element name="EmploymentPeriod" type="EmploymentPeriod">
 
<xs:annotation>
   
<xs:documentation>The set of elements defining and characterizing a person's period of employment including start and end dates and the type and reason for separation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1030</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/Department
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1197.png
namespace http://ed-fi.org/0200
type Department
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 3
annotation
documentation
The department or suborganization the employee/contractor is associated with in the EducationOrganization.
appinfo
<ann:EdFiId>1028</ann:EdFiId>
source <xs:element name="Department" type="Department" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The department or suborganization the employee/contractor is associated with in the EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1028</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/FullTimeEquivalency
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1198.png
namespace http://ed-fi.org/0200
type Percent
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
totalDigits 5
fractionDigits 4
annotation
documentation
The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting.
appinfo
<ann:EdFiId>1032</ann:EdFiId>
source <xs:element name="FullTimeEquivalency" type="Percent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1032</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/OfferDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1199.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date at which the staff member was made an official offer for this employment.
appinfo
<ann:EdFiId>1034</ann:EdFiId>
source <xs:element name="OfferDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date at which the staff member was made an official offer for this employment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1034</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociation/HourlyWage
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1200.png
namespace http://ed-fi.org/0200
type Currency
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Hourly wage associated with the employment position being reported.
appinfo
<ann:EdFiId>1033</ann:EdFiId>
source <xs:element name="HourlyWage" type="Currency" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Hourly wage associated with the employment position being reported.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1033</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>