complexType StaffReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p960.png
namespace http://ed-fi.org/0110
type extension of ReferenceType
properties
base ReferenceType
children StaffIdentity
used by
elements ContractedStaff/StaffReference DisciplineAction/StaffReference DisciplineIncident/StaffReference Intervention/StaffReference LeaveEvent/StaffReference Payroll/StaffReference StaffCohortAssociation/StaffReference StaffEducationOrgAssignmentAssociation/StaffReference StaffEducationOrgEmploymentAssociation/StaffReference StaffProgramAssociation/StaffReference StaffEducationOrgEmploymentAssociationIdentityType/StaffReference ServiceProvider/StaffReference TeacherSchoolAssociation/TeacherReference TeacherSectionAssociation/TeacherReference
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
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing staff record in the receiving system</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffReferenceType/StaffIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p961.png
namespace http://ed-fi.org/0110
type StaffIdentityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children PersonUniqueStateId StaffIdentificationCode StaffUniqueStateId Name OtherName Sex BirthDate HispanicLatinoEthnicity Race Telephone ElectronicMail
annotation
documentation
Provide user information to lookup and link to an existing staff record in the receiving system
source <xs:element name="StaffIdentity" type="StaffIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing staff record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>