j:PersonHairColorCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
BaldBald
BlackBlack
Blonde or StrawberryBlonde or Strawberry
BlueBlue
BrownBrown
Gray or Partially GrayGray or Partially Gray
GreenGreen
OrangeOrange
PinkPink
PurplePurple
Red or 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 or 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 or 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 or 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>