ncic:EYECodeSimpleType
simpleType EYECodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 4 - Eye Color (EYE) and Person with Information Eye Color (PEY) Field Codes
Diagram
Enumerations
| Value | Definition | 
| BLK | BLACK | 
| BLU | BLUE | 
| BR0 | BROWN | 
| GRN | GREEN | 
| GRY | GRAY | 
| HAZ | HAZEL | 
| MAR | MAROON | 
| MUL | MULTICOLORED | 
| PNK | PINK | 
| XXX | UNKNOWN | 
XML Schema
<xs:simpleType name="EYECodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 4 - Eye Color (EYE) and Person with Information Eye Color (PEY) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BLK">
<xs:annotation>
<xs:documentation>
BLACK</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</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAZ">
<xs:annotation>
<xs:documentation>
HAZEL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MAR">
<xs:annotation>
<xs:documentation>
MAROON</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MUL">
<xs:annotation>
<xs:documentation>
MULTICOLORED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PNK">
<xs:annotation>
<xs:documentation>
PINK</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XXX">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>