ndex:PersonEyewearCodeSimpleType
simpleType PersonEyewearCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the type of glasses or other eyewear worn by a person.
Diagram
Enumerations
Value | Definition |
BIFOCALS | Bifocals |
CONTACTS | Contacts |
GLASSES | Glasses |
NONE | None |
SUNGLASSES | Sunglasses |
UNKNOWN | Unknown |
XML Schema
<xs:simpleType name="PersonEyewearCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of glasses or other eyewear worn by a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BIFOCALS">
<xs:annotation>
<xs:documentation>
Bifocals</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CONTACTS">
<xs:annotation>
<xs:documentation>
Contacts</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GLASSES">
<xs:annotation>
<xs:documentation>
Glasses</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONE">
<xs:annotation>
<xs:documentation>
None</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUNGLASSES">
<xs:annotation>
<xs:documentation>
Sunglasses</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>