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

ValueDefinition
HHispanic or Latino
NNot Hispanic or Latino
UUnknown

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: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>