simpleType RaceType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements Staff/Race Student/Race StaffLookupType/Race StudentLookupType/Race
facets
Kind Value Annotation
enumeration American Indian - Alaskan Native
appinfo
<ann:EdFiId>214-001</ann:EdFiId>
enumeration Asian
appinfo
<ann:EdFiId>214-002</ann:EdFiId>
enumeration Black - African American
appinfo
<ann:EdFiId>214-003</ann:EdFiId>
enumeration Choose Not to Respond
appinfo
<ann:EdFiId>214-006</ann:EdFiId>
enumeration Native Hawaiian - Pacific Islander
appinfo
<ann:EdFiId>214-004</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>214-007</ann:EdFiId>
enumeration White
appinfo
<ann:EdFiId>214-005</ann:EdFiId>
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>
<ann:EdFiId>214</ann:EdFiId>
source <xs:simpleType name="RaceType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>214</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="American Indian - Alaskan Native">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Asian">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Black - African American">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Choose Not to Respond">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Native Hawaiian - Pacific Islander">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="White">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>214-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>