j:PersonHairColorCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
BALDBALD
BLACKBLACK
BLONDE-STRAWBERRYBLONDE OR STRAWBERRY
BLUEBLUE
BROWNBROWN
GRAY-PARTIALLY_GRAYGRAY OR PARTIALLY GRAY
GREENGREEN
ORANGEORANGE
PINKPINK
PURPLEPURPLE
RED_AUBURNRED OR AUBURN
SANDYSANDY
UNKNOWNUNKNOWN
WHITEWHITE

XML Schema

<xs:simpleType name="PersonHairColorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set identifying a hair color of a person.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BALD">
<xs:annotation>
<xs:documentation>
BALD
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLACK">
<xs:annotation>
<xs:documentation>
BLACK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLONDE-STRAWBERRY">
<xs:annotation>
<xs:documentation>
BLONDE OR STRAWBERRY
</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-PARTIALLY_GRAY">
<xs:annotation>
<xs:documentation>
GRAY OR PARTIALLY 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="ORANGE">
<xs:annotation>
<xs:documentation>
ORANGE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PINK">
<xs:annotation>
<xs:documentation>
PINK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PURPLE">
<xs:annotation>
<xs:documentation>
PURPLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RED_AUBURN">
<xs:annotation>
<xs:documentation>
RED OR AUBURN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SANDY">
<xs:annotation>
<xs:documentation>
SANDY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHITE">
<xs:annotation>
<xs:documentation>
WHITE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>