complexType
StudentSectionAssociation
element StudentSectionAssociation/StudentReference
element StudentSectionAssociation/SectionReference
element StudentSectionAssociation/BeginDate
element StudentSectionAssociation/EndDate
element StudentSectionAssociation/HomeroomIndicator
element StudentSectionAssociation/RepeatIdentifier
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | StudentReference SectionReference BeginDate EndDate HomeroomIndicator RepeatIdentifier | ||||
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: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" minOccurs="0"> <xs:annotation> <xs:documentation>Month, day and year of the student's entry or assignment to the section. If omitted, default is the start date of the first grading period.</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:sequence> </xs:complexType> |
element StudentSectionAssociation/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity | ||||||||||||||||||||||
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/0110 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity | ||||||||||||||||||||||
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/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="BeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Month, day and year of the student's entry or assignment to the section. If omitted, default is the start date of the first grading period.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSectionAssociation/EndDate
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
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/0110 | ||||||||
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/0110 | |||||||||||||||||||||||||||
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> |