complexType StaffEducationOrganizationEmploymentAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1201.png
namespace http://ed-fi.org/0200
children EducationOrganizationReference StaffReference EmploymentStatus HireDate
used by
element StaffEducationOrganizationEmploymentAssociationReferenceType/StaffEducationOrganizationEmploymentAssociationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Staff Education Organization Employment Association.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>477</ann:EdFiId>
source <xs:complexType name="StaffEducationOrganizationEmploymentAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Staff Education Organization Employment Association.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>477</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The reference to the employing Ed Org.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2072</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The reference to the staff.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2075</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>2073</ann:EdFiId>
       
</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:appinfo>
         
<ann:EdFiId>2074</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffEducationOrganizationEmploymentAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1202.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 reference to the employing Ed Org.
appinfo
<ann:EdFiId>2072</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The reference to the employing Ed Org.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2072</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1203.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 reference to the staff.
appinfo
<ann:EdFiId>2075</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The reference to the staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2075</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/EmploymentStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1204.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>2073</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>2073</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationEmploymentAssociationIdentityType/HireDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1205.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an individual was hired for a position.
appinfo
<ann:EdFiId>2074</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2074</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>