complexType
StudentCohortAssociation
element StudentCohortAssociation/StudentReference
element StudentCohortAssociation/CohortReference
element StudentCohortAssociation/BeginDate
element StudentCohortAssociation/EndDate
element StudentCohortAssociation/SectionReference
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | StudentReference CohortReference BeginDate EndDate SectionReference | ||||
annotation |
|
||||
source | <xs:complexType name="StudentCohortAssociation"> <xs:annotation> <xs:documentation>This association represents the cohort(s) for which a student is designated.</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 associated with the cohort.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CohortReference" type="CohortReferenceType"> <xs:annotation> <xs:documentation>Reference to the cohort associated with the student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year on which the student was first identified as part of the cohort.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year on which the student was removed as part of the cohort.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The cohort representing the subdivision of students within one or more sections. For example, a group of students may be given additional instruction and tracked as a cohort.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StudentCohortAssociation/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 associated with the cohort.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCohortAssociation/CohortReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | CohortReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CohortIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CohortReference" type="CohortReferenceType"> <xs:annotation> <xs:documentation>Reference to the cohort associated with the student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCohortAssociation/BeginDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year on which the student was first identified as part of the cohort.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCohortAssociation/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>The month, day, and year on which the student was removed as part of the cohort.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCohortAssociation/SectionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The cohort representing the subdivision of students within one or more sections. For example, a group of students may be given additional instruction and tracked as a cohort.</xs:documentation> </xs:annotation> </xs:element> |