complexType StudentSectionAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1815.png
namespace http://ed-fi.org/0210
children StudentReference SectionReference BeginDate
used by
element StudentSectionAssociationReferenceType/StudentSectionAssociationIdentity
annotation
documentation
Identity of a StudentSectionAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentSectionAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentSectionAssociation.</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 Student enrolled in the Section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Section the Student is enrolled in.</xs:documentation>
     
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentSectionAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1816.png
namespace http://ed-fi.org/0210
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
The Student enrolled in the Section.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student enrolled in the Section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociationIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1817.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 Student is enrolled in.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section the Student is enrolled in.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1818.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the Student's entry or assignment to the Section.
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:annotation>
</xs:element>