ncic:ETNCodeSimpleType

simpleType ETNCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 23 - Ethnicity (ETN) and Person of Interest Ethnicity (PIE) Field Codes

Diagram

Enumerations

ValueDefinition
HHISPANIC OR LATINO
NNON-HISPANIC OR NOT LATINO

XML Schema

<xs:simpleType name="ETNCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 23 - Ethnicity (ETN) and Person of Interest Ethnicity (PIE) Field Codes
</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>
NON-HISPANIC OR NOT LATINO
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>