ncic:HAIRCodeSimpleType

simpleType HAIRCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/

Definition

A data type for 5 - Hair Color (HAI) and Person with Information Hair Color (PHA) Field Codes

Diagram

Enumerations

ValueDefinition
0NGORANGE
BLKBLACK
BLNBLOND OR STRAWBERRY
BLUBLUE
BR0BROWN
GRNGREEN
GRYGRAY OR PARTIALLY GRAY
PLEPURPLE
PNKPINK
REDRED OR AUBURN
SDYSANDY
WHIWHITE
XXXUNKNOWN OR COMPLETELY BALD

XML Schema

<xs:simpleType name="HAIRCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 5 - Hair Color (HAI) and Person with Information Hair Color (PHA) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0NG">
<xs:annotation>
<xs:documentation>
ORANGE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLK">
<xs:annotation>
<xs:documentation>
BLACK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLN">
<xs:annotation>
<xs:documentation>
BLOND OR STRAWBERRY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLU">
<xs:annotation>
<xs:documentation>
BLUE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BR0">
<xs:annotation>
<xs:documentation>
BROWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRN">
<xs:annotation>
<xs:documentation>
GREEN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRY">
<xs:annotation>
<xs:documentation>
GRAY OR PARTIALLY GRAY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PLE">
<xs:annotation>
<xs:documentation>
PURPLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PNK">
<xs:annotation>
<xs:documentation>
PINK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RED">
<xs:annotation>
<xs:documentation>
RED OR AUBURN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SDY">
<xs:annotation>
<xs:documentation>
SANDY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHI">
<xs:annotation>
<xs:documentation>
WHITE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XXX">
<xs:annotation>
<xs:documentation>
UNKNOWN OR COMPLETELY BALD
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>