simpleType CohortYearType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute CohortYear/@CohortYearType
facets
Kind Value annotation 
enumeration Eighth grade 
enumeration Eleventh grade 
enumeration Fifth grade 
enumeration First grade 
enumeration Fourth grade 
enumeration Ninth grade 
enumeration Second grade 
enumeration Seventh grade 
enumeration Sixth grade 
enumeration Tenth grade 
enumeration Third grade 
enumeration Twelfth grade 
annotation
documentation
The enumeration items for the set of cohort years.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>