simpleType
CohortYearType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="CohortYearType"> <xs:annotation> <xs:documentation>The enumeration items for the set of cohort years.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Eighth grade"/> <xs:enumeration value="Eleventh grade"/> <xs:enumeration value="Fifth grade"/> <xs:enumeration value="First grade"/> <xs:enumeration value="Fourth grade"/> <xs:enumeration value="Ninth grade"/> <xs:enumeration value="Second grade"/> <xs:enumeration value="Seventh grade"/> <xs:enumeration value="Sixth grade"/> <xs:enumeration value="Tenth grade"/> <xs:enumeration value="Third grade"/> <xs:enumeration value="Twelfth grade"/> </xs:restriction> </xs:simpleType> |