j:PersonEyeColorCodeSimpleType

simpleType PersonEyeColorCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a code set identifying an eye color of a person.

Diagram

Enumerations

ValueDefinition
BLACKBLACK
BLUEBLUE
BROWNBROWN
GRAYGRAY
GREENGREEN
HAZELHAZEL
MAROONMAROON
MULTICOLOREDMULTICOLORED
PINKPINK
UNKNOWNUNKNOWN

XML Schema

<xs:simpleType name="PersonEyeColorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set identifying an eye color of a person.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BLACK">
<xs:annotation>
<xs:documentation>
BLACK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLUE">
<xs:annotation>
<xs:documentation>
BLUE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BROWN">
<xs:annotation>
<xs:documentation>
BROWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRAY">
<xs:annotation>
<xs:documentation>
GRAY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GREEN">
<xs:annotation>
<xs:documentation>
GREEN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAZEL">
<xs:annotation>
<xs:documentation>
HAZEL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MAROON">
<xs:annotation>
<xs:documentation>
MAROON
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTICOLORED">
<xs:annotation>
<xs:documentation>
MULTICOLORED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PINK">
<xs:annotation>
<xs:documentation>
PINK
</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>