complexType StaffSectionAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1451.png
namespace http://ed-fi.org/0210
children StaffReference SectionReference
used by
element StaffSectionAssociationReferenceType/StaffSectionAssociationIdentity
annotation
documentation
Identity of a StaffSectionAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffSectionAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StaffSectionAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Staff member assigned to the Section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Section the Staff member is assigned to.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffSectionAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1452.png
namespace http://ed-fi.org/0210
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 Staff member assigned to the Section.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff member assigned to the Section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociationIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1453.png
namespace http://ed-fi.org/0210
type SectionReferenceType
properties
content complex
children SectionIdentity SectionLookup
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 Section the Staff member is assigned to.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section the Staff member is assigned to.</xs:documentation>
 
</xs:annotation>
</xs:element>