ucr:EthnicityCodeSimpleType
simpleType EthnicityCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/
Definition
A data type for kinds of cultural lineages of a person.
Diagram
Enumerations
| Value | Definition | 
| H | Hispanic or Latino | 
| N | Not Hispanic or Latino | 
| U | Unknown | 
XML Schema
<xs:simpleType name="EthnicityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of cultural lineages of a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Hispanic or Latino</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Hispanic or Latino</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>