complexType
CohortYear
attribute CohortYear/@CohortYearType
element CohortYear/SchoolYear
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
children | SchoolYear | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CohortYear"> <xs:annotation> <xs:documentation>The type and year of a cohort (e.g., 9th grade) the student belongs to.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="SchoolYear" type="SchoolYearType"> <xs:annotation> <xs:documentation>The value of the school year for the cohort.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="CohortYearType" use="required"> <xs:annotation> <xs:documentation>The type of cohort year (9th grade, graduation)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="CohortYearType"/> </xs:simpleType> </xs:attribute> </xs:complexType> |
attribute CohortYear/@CohortYearType
type | restriction of CohortYearType | |||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="CohortYearType" use="required"> <xs:annotation> <xs:documentation>The type of cohort year (9th grade, graduation)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="CohortYearType"/> </xs:simpleType> </xs:attribute> |
element CohortYear/SchoolYear
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SchoolYearType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SchoolYear" type="SchoolYearType"> <xs:annotation> <xs:documentation>The value of the school year for the cohort.</xs:documentation> </xs:annotation> </xs:element> |