complexType StaffReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1235.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children StaffIdentity StaffLookup
used by
elements ContractedStaff/StaffReference DisciplineAction/StaffReference DisciplineIncident/StaffReference Intervention/StaffReference LeaveEvent/StaffReference Payroll/StaffReference SectionAttendanceTakenEvent/StaffReference StaffCohortAssociation/StaffReference StaffEducationOrganizationAssignmentAssociation/StaffReference StaffEducationOrganizationEmploymentAssociation/StaffReference StaffProgramAssociation/StaffReference StaffSchoolAssociation/StaffReference StaffSectionAssociation/StaffReference StaffEducationOrganizationEmploymentAssociationIdentityType/StaffReference ServiceProvider/StaffReference
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 Staff reference during interchange (including teachers). Use XML IDREF to reference a staff record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>458</ann:EdFiId>
source <xs:complexType name="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Staff reference during interchange (including teachers). Use XML IDREF to reference a staff record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>458</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of staff members.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2133</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffLookup" type="StaffLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of staff members.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2394</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffReferenceType/StaffIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1236.png
namespace http://ed-fi.org/0200
type StaffIdentityType
properties
minOcc 0
maxOcc 1
content complex
children StaffUniqueId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of staff members.
appinfo
<ann:EdFiId>2133</ann:EdFiId>
source <xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of staff members.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2133</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffReferenceType/StaffLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1237.png
namespace http://ed-fi.org/0200
type StaffLookupType
properties
minOcc 0
maxOcc 1
content complex
children StaffUniqueId StaffIdentificationCode Name OtherName Sex BirthDate Telephone ElectronicMail HispanicLatinoEthnicity Race EducationOrganizationReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of staff members.
appinfo
<ann:EdFiId>2394</ann:EdFiId>
source <xs:element name="StaffLookup" type="StaffLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of staff members.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2394</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>