complexType
StudentSectionAssociationIdentityType
element StudentSectionAssociationIdentityType/StudentReference
element StudentSectionAssociationIdentityType/SectionReference
element StudentSectionAssociationIdentityType/BeginDate
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StudentReference SectionReference BeginDate | ||||
used by |
|
||||
annotation |
|
||||
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 | |||||||||||||||||||||||
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 StudentSectionAssociationIdentityType/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 StudentSectionAssociationIdentityType/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> |