complexType
StudentCohortAssociation
element StudentCohortAssociation/StudentReference
element StudentCohortAssociation/CohortReference
element StudentCohortAssociation/BeginDate
element StudentCohortAssociation/EndDate
element StudentCohortAssociation/SectionReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference CohortReference BeginDate EndDate SectionReference | ||||||||||||||
attributes |
|
||||||||||||||
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:complexContent> <xs:extension base="ComplexObjectType"> <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:extension> </xs:complexContent> </xs:complexType> |
element StudentCohortAssociation/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 associated with the Cohort.</xs:documentation> </xs:annotation> </xs:element> |
element StudentCohortAssociation/CohortReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
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/0210 | ||
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/0210 | ||||||
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/0210 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity SectionLookup | ||||||||||||||||||||||
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> |