j:PersonRaceCodeSimpleType

simpleType PersonRaceCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a code set identifying a race of a person.

Diagram

Enumerations

ValueDefinition
AsianChinese, Japanese, Filipino, Korean, Polynesian, Indian, Indonesian, Asian Indian, Samoan, or any other Pacific Islander
BlackA person having origins in any of the racial groups of Africa
Native AmericanAmerican Indian, Eskimo, or Alaskan native, or a person having origins in any of the 48 contiguous states of the United States or Alaska who maintains cultural identification through tribal affiliation or community recognition
UnknownOf indeterminate race
WhiteCaucasian, Mexican, Puerto Rican, Cuban, Central or South American, or other Spanish culture or origin, regardless of race

XML Schema

<xs:simpleType name="PersonRaceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set identifying a race of a person.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Asian">
<xs:annotation>
<xs:documentation>
Chinese, Japanese, Filipino, Korean, Polynesian, Indian, Indonesian, Asian Indian, Samoan, or any other Pacific Islander
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Black">
<xs:annotation>
<xs:documentation>
A person having origins in any of the racial groups of Africa
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Native American">
<xs:annotation>
<xs:documentation>
American Indian, Eskimo, or Alaskan native, or a person having origins in any of the 48 contiguous states of the United States or Alaska who maintains cultural identification through tribal affiliation or community recognition
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Of indeterminate race
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="White">
<xs:annotation>
<xs:documentation>
Caucasian, Mexican, Puerto Rican, Cuban, Central or South American, or other Spanish culture or origin, regardless of race
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>