ndex:RACCodeSimpleType
simpleType RACCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the race of the person.
Diagram
Enumerations
Value | Definition |
A | ASIAN: A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent including, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam. |
B | BLACK: A person having origins in any of the black racial groups of Africa. |
I | AMERICAN INDIAN or ALASKAN NATIVE: A person having origins in any of the original peoples of the Americas and maintaining cultural identification through tribal affiliations or community recognition. |
P | NATIVE HAWAIIAN or OTHER PACIFIC ISLANDER: A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands. The term "Native Hawaiian" does not include individuals who are native to the State of Hawaii by virtue of being born there. However, the following Pacific Islander groups are included: Carolinian, Fijian, Kosraean, Melanesian, Micronesian, Northern Mariana Islander, Palauan, Papua New Guinean, Ponapean (Pohnpelan), Polynesian, Solomon Islander, Tahitian, Tarawa Islander, Tokelauan, Tongan, Trukese (Chuukese), and Yapese. |
U | UNKNOWN |
W | WHITE: A person having origins in any of the original peoples of Europe, North Africa, or Middle East. |
XML Schema
<xs:simpleType name="RACCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the race of the person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
ASIAN: A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent including, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BLACK: A person having origins in any of the black racial groups of Africa.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
AMERICAN INDIAN or ALASKAN NATIVE: A person having origins in any of the original peoples of the Americas and maintaining cultural identification through tribal affiliations or community recognition.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
NATIVE HAWAIIAN or OTHER PACIFIC ISLANDER: A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands. The term "Native Hawaiian" does not include individuals who are native to the State of Hawaii by virtue of being born there. However, the following Pacific Islander groups are included: Carolinian, Fijian, Kosraean, Melanesian, Micronesian, Northern Mariana Islander, Palauan, Papua New Guinean, Ponapean (Pohnpelan), Polynesian, Solomon Islander, Tahitian, Tarawa Islander, Tokelauan, Tongan, Trukese (Chuukese), and Yapese.</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: A person having origins in any of the original peoples of Europe, North Africa, or Middle East.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>