complexType StudentSectionAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1807.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference SectionReference BeginDate EndDate HomeroomIndicator RepeatIdentifier TeacherStudentDataLinkExclusion
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association indicates the course sections to which a student is assigned.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentSectionAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the course sections to which a student is assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<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:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the withdrawal or exit of the Student from the Section.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="HomeroomIndicator" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates the Section is the student's homeroom. Homeroom period may the convention for taking daily attendance.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RepeatIdentifier" type="RepeatIdentifierType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication as to whether a student has previously taken a given course.
        Repeated, counted in grade point average
        Repeated, not counted in grade point average
        Not repeated
        Other.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TeacherStudentDataLinkExclusion" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSectionAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1808.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 StudentSectionAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1809.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 StudentSectionAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1810.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>

element StudentSectionAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1811.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of the withdrawal or exit of the Student from the Section.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the withdrawal or exit of the Student from the Section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/HomeroomIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1812.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates the Section is the student's homeroom. Homeroom period may the convention for taking daily attendance.
source <xs:element name="HomeroomIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates the Section is the student's homeroom. Homeroom period may the convention for taking daily attendance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/RepeatIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1813.png
namespace http://ed-fi.org/0210
type RepeatIdentifierType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Repeated, counted in grade point average
enumeration Repeated, not counted in grade point average
enumeration Replacement counted
enumeration Replacement not counted
enumeration Repeated, other institution
enumeration Not repeated
enumeration Other, not counted in GPA
enumeration Other
annotation
documentation
An indication as to whether a student has previously taken a given course.
        Repeated, counted in grade point average
        Repeated, not counted in grade point average
        Not repeated
        Other.
source <xs:element name="RepeatIdentifier" type="RepeatIdentifierType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether a student has previously taken a given course.
        Repeated, counted in grade point average
        Repeated, not counted in grade point average
        Not repeated
        Other.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/TeacherStudentDataLinkExclusion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1814.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.
source <xs:element name="TeacherStudentDataLinkExclusion" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.</xs:documentation>
 
</xs:annotation>
</xs:element>