complexType StaffEducationOrgEmploymentAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p933.png
namespace http://ed-fi.org/0110
children EducationOrganizationReference StaffReference EmploymentStatus EmploymentPeriod
used by
element StaffEducationOrgEmploymentAssociationReferenceType/StaffEducationOrgEmploymentAssociationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Staff EducationOrg Employment Association.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffEducationOrgEmploymentAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Staff EducationOrg Employment Association.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The reference to the staff</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EmploymentStatus" type="DescriptorReferenceType">
     
<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="EmploymentPeriod" type="EmploymentPeriod">
     
<xs:annotation>
       
<xs:documentation>The set of elements defining and characterizing a person&apos;s period of employment including start and end dates and the type and reason for separation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffEducationOrgEmploymentAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p934.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The reference to the employing Ed Org
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The reference to the employing Ed Org</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgEmploymentAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p935.png
namespace http://ed-fi.org/0110
type StaffReferenceType
properties
isRef 0
content complex
children StaffIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The reference to the staff
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The reference to the staff</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgEmploymentAssociationIdentityType/EmploymentStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p936.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
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="DescriptorReferenceType">
 
<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 StaffEducationOrgEmploymentAssociationIdentityType/EmploymentPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p937.png
namespace http://ed-fi.org/0110
type EmploymentPeriod
properties
isRef 0
content complex
children HireDate EndDate Separation SeparationReason
annotation
documentation
The set of elements defining and characterizing a person&apos;s period of employment including start and end dates and the type and reason for separation.
source <xs:element name="EmploymentPeriod" type="EmploymentPeriod">
 
<xs:annotation>
   
<xs:documentation>The set of elements defining and characterizing a person&apos;s period of employment including start and end dates and the type and reason for separation.</xs:documentation>
 
</xs:annotation>
</xs:element>