complexType StudentSectionAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1525.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>614</ann:EdFiId>
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>
     
<ann:EdFiId>614</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1133</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SectionReference" type="SectionReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Section the Student is enrolled in.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1132</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>1128</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1129</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1130</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1131</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1134</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSectionAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1526.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
The Student enrolled in the Section.
appinfo
<ann:EdFiId>1133</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Student enrolled in the Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1133</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element StudentSectionAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1528.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>1128</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>1128</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1529.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1129</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1129</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/HomeroomIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1530.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1130</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1130</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/RepeatIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1531.png
namespace http://ed-fi.org/0200
type RepeatIdentifierType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Repeated, counted in grade point average
appinfo
<ann:EdFiId>219-004</ann:EdFiId>
enumeration Repeated, not counted in grade point average
appinfo
<ann:EdFiId>219-005</ann:EdFiId>
enumeration Replacement counted
appinfo
<ann:EdFiId>219-007</ann:EdFiId>
enumeration Replacement not counted
appinfo
<ann:EdFiId>219-008</ann:EdFiId>
enumeration Repeated, other institution
appinfo
<ann:EdFiId>219-006</ann:EdFiId>
enumeration Not repeated
appinfo
<ann:EdFiId>219-001</ann:EdFiId>
enumeration Other, not counted in GPA
appinfo
<ann:EdFiId>219-003</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>219-002</ann:EdFiId>
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.
appinfo
<ann:EdFiId>1131</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1131</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSectionAssociation/TeacherStudentDataLinkExclusion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1532.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1134</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1134</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>