complexType StaffEducationOrganizationEmploymentAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1372.png
namespace http://ed-fi.org/0210
children StaffReference EducationOrganizationReference EmploymentStatus HireDate
used by
element StaffEducationOrganizationEmploymentAssociationReferenceType/StaffEducationOrganizationEmploymentAssociationIdentity
annotation
documentation
Identity of a StaffEducationOrganizationEmploymentAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffEducationOrganizationEmploymentAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StaffEducationOrganizationEmploymentAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Staff employed by the EducationOrganization.</xs:documentation>
     
</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: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>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="HireDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which an individual was hired for a position.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffEducationOrganizationEmploymentAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1373.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff employed by the EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1374.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization with which the staff is employed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/EmploymentStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1375.png
namespace http://ed-fi.org/0210
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/HireDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1376.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an individual was hired for a position.
source <xs:element name="HireDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an individual was hired for a position.</xs:documentation>
 
</xs:annotation>
</xs:element>