complexType StudentSectionAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1533.png
namespace http://ed-fi.org/0200
children StudentReference SectionReference BeginDate
used by
element StudentSectionAssociationReferenceType/StudentSectionAssociationIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Section Association.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>475</ann:EdFiId>
source <xs:complexType name="StudentSectionAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Section Association.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>475</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2098</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing Section record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2097</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>Month, day, and year of the student's entry or assignment to the Section.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2096</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentSectionAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1534.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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
Provide user information to lookup and link to an existing student record in the receiving system.
appinfo
<ann:EdFiId>2098</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2098</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociationIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1535.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing Section record in the receiving system.
appinfo
<ann:EdFiId>2097</ann:EdFiId>
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing Section record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2097</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1536.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the student's entry or assignment to the Section.
appinfo
<ann:EdFiId>2096</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the student's entry or assignment to the Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2096</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>