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
Value | Definition |
0NG | ORANGE |
BLK | BLACK |
BLN | BLOND OR STRAWBERRY |
BLU | BLUE |
BR0 | BROWN |
GRN | GREEN |
GRY | GRAY OR PARTIALLY GRAY |
PLE | PURPLE |
PNK | PINK |
RED | RED OR AUBURN |
SDY | SANDY |
WHI | WHITE |
XXX | UNKNOWN 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:restriction base="xs:token">
<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>