complexType StudentSectionAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1176.png
namespace http://ed-fi.org/0110
children StudentReference SectionReference
used by
element StudentSectionAssociationReferenceType/StudentSectionAssociationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the student-section association - a composite of the student reference type and the section reference type.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentSectionAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the student-section association - a composite of the student reference type and the section reference type.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The attributes that can be used to specify the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The attributes used to specify a section</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentSectionAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1177.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
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 attributes that can be used to specify the student.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The attributes that can be used to specify the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociationIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1178.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
content complex
children SectionIdentity
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 attributes used to specify a section
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The attributes used to specify a section</xs:documentation>
 
</xs:annotation>
</xs:element>