ncic:RACECodeSimpleType
simpleType RACECodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/
Definition
A data type for 3 - Race (RAC), Protected Person Race (PPR), and Person with Information Race (PIR) Field Codes
Diagram
Enumerations
| Value | Definition |
| A | ASIAN |
| B | BLACK |
| H | HISPANIC OR LATINO |
| I | AMERICAN INDIAN |
| P | NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER |
| U | UNKNOWN |
| W | WHITE |
XML Schema
<xs:simpleType name="RACECodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 3 - Race (RAC), Protected Person Race (PPR), and Person with Information Race (PIR) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
ASIAN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BLACK</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
HISPANIC OR LATINO</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
AMERICAN INDIAN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W">
<xs:annotation>
<xs:documentation>
WHITE</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>