complexType StaffEducationOrganizationEmploymentAssociationReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1206.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children StaffEducationOrganizationEmploymentAssociationIdentity
used by
element StaffEducationOrganizationAssignmentAssociation/StaffEducationOrganizationEmploymentAssociationReference
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
Provides alternative references for StaffEducationOrganizationEmploymentAssociation reference during interchange. Use XML IDREF to reference an association record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>476</ann:EdFiId>
source <xs:complexType name="StaffEducationOrganizationEmploymentAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for StaffEducationOrganizationEmploymentAssociation reference during interchange. Use XML IDREF to reference an association record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>476</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="StaffEducationOrganizationEmploymentAssociationIdentity" type="StaffEducationOrganizationEmploymentAssociationIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The identity for the Staff and Education Organization Employment Association.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2132</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffEducationOrganizationEmploymentAssociationReferenceType/StaffEducationOrganizationEmploymentAssociationIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1207.png
namespace http://ed-fi.org/0200
type StaffEducationOrganizationEmploymentAssociationIdentityType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationReference StaffReference EmploymentStatus HireDate
annotation
documentation
The identity for the Staff and Education Organization Employment Association.
appinfo
<ann:EdFiId>2132</ann:EdFiId>
source <xs:element name="StaffEducationOrganizationEmploymentAssociationIdentity" type="StaffEducationOrganizationEmploymentAssociationIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identity for the Staff and Education Organization Employment Association.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2132</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>