complexType RaceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p771.png
namespace http://ed-fi.org/0110
children RacialCategory
used by
elements Staff/Race Student/Race StaffIdentityType/Race StudentIdentityType/Race
annotation
documentation
The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies.
appinfo
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="RaceType">
 
<xs:annotation>
   
<xs:documentation>The general racial category 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>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="RacialCategory" type="RaceItemType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Zero or more racial categories associated with the student or staff.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RaceType/RacialCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p772.png
namespace http://ed-fi.org/0110
type RaceItemType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration American Indian - Alaskan Native 
enumeration Asian 
enumeration Black - African American 
enumeration Native Hawaiian - Pacific Islander 
enumeration White 
annotation
documentation
Zero or more racial categories associated with the student or staff.
source <xs:element name="RacialCategory" type="RaceItemType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Zero or more racial categories associated with the student or staff.</xs:documentation>
 
</xs:annotation>
</xs:element>