complexType
StudentSectionAssociation
element StudentSectionAssociation/StudentReference
element StudentSectionAssociation/SectionReference
element StudentSectionAssociation/BeginDate
element StudentSectionAssociation/EndDate
element StudentSectionAssociation/HomeroomIndicator
element StudentSectionAssociation/RepeatIdentifier
element StudentSectionAssociation/TeacherStudentDataLinkExclusion
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference SectionReference BeginDate EndDate HomeroomIndicator RepeatIdentifier TeacherStudentDataLinkExclusion | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity SectionLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | ||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||
type | RepeatIdentifierType | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |