ncic:ETNCodeSimpleType
simpleType ETNCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 23 - Ethnicity (ETN) and Person of Interest Ethnicity (PIE) Field Codes
Diagram
Enumerations
Value | Definition |
H | HISPANIC OR LATINO |
N | NON-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: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>
NON-HISPANIC OR NOT LATINO</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>