simpleType RaceItemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element RaceType/RacialCategory
facets
Kind Value annotation 
enumeration American Indian - Alaskan Native 
enumeration Asian 
enumeration Black - African American 
enumeration Native Hawaiian - Pacific Islander 
enumeration White 
annotation
documentation
The enumeration items defining the racial categories which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="RaceItemType">
 
<xs:annotation>
   
<xs:documentation>The enumeration items defining the racial categories which most clearly reflects the individual&apos;s recognition of his or her community or with which the individual most identifies.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="American Indian - Alaskan Native"/>
   
<xs:enumeration value="Asian"/>
   
<xs:enumeration value="Black - African American"/>
   
<xs:enumeration value="Native Hawaiian - Pacific Islander"/>
   
<xs:enumeration value="White"/>
 
</xs:restriction>
</xs:simpleType>