biom:HairColorCodeSimpleType

simpleType HairColorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a hair color

Diagram

Enumerations

ValueDefinition
BALBald
BLKBlack
BLNBlond or Strawberry
BLUBlue
BROBrown
GRNGreen
GRYGray or Partially Gray
ONGOrange
PLEPurple
PNKPink
REDRed or Auburn
SDYSandy
STRStreaked
WHIWhite
XXXUNKNOWN

XML Schema

<xs:simpleType name="HairColorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a hair color
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BAL">
<xs:annotation>
<xs:documentation>
Bald
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLK">
<xs:annotation>
<xs:documentation>
Black
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLN">
<xs:annotation>
<xs:documentation>
Blond or Strawberry
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLU">
<xs:annotation>
<xs:documentation>
Blue
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRO">
<xs:annotation>
<xs:documentation>
Brown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRN">
<xs:annotation>
<xs:documentation>
Green
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GRY">
<xs:annotation>
<xs:documentation>
Gray or Partially Gray
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ONG">
<xs:annotation>
<xs:documentation>
Orange
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PLE">
<xs:annotation>
<xs:documentation>
Purple
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PNK">
<xs:annotation>
<xs:documentation>
Pink
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RED">
<xs:annotation>
<xs:documentation>
Red or Auburn
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SDY">
<xs:annotation>
<xs:documentation>
Sandy
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STR">
<xs:annotation>
<xs:documentation>
Streaked
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHI">
<xs:annotation>
<xs:documentation>
White
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XXX">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>