ndex:PersonEyewearCodeSimpleType

simpleType PersonEyewearCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the type of glasses or other eyewear worn by a person.

Diagram

Enumerations

ValueDefinition
BIFOCALSBIFOCALS
CONTACTSCONTACTS
GLASSESGLASSES
NONENONE
SUNGLASSESSUNGLASSES
UNKNOWNUNKNOWN

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: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>