ndex:PersonHairLengthCodeSimpleType

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

Definition

A data type for a code that identifies the length of the person's hair.

Diagram

Enumerations

ValueDefinition
BALD-BALDINGBALD-BALDING
LONGLONG
MEDIUM-SHOULDER_LENGTHMEDIUM-SHOULDER LENGTH
SHORT-COLLAR_LENGTHSHORT-COLLAR LENGTH
UNKNOWNUNKNOWN
WORE_HAIR_PIECEWORE HAIR PIECE

XML Schema

<xs:simpleType name="PersonHairLengthCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the length of the person's hair.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BALD-BALDING">
<xs:annotation>
<xs:documentation>
BALD-BALDING
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LONG">
<xs:annotation>
<xs:documentation>
LONG
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDIUM-SHOULDER_LENGTH">
<xs:annotation>
<xs:documentation>
MEDIUM-SHOULDER LENGTH
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHORT-COLLAR_LENGTH">
<xs:annotation>
<xs:documentation>
SHORT-COLLAR LENGTH
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
UNKNOWN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WORE_HAIR_PIECE">
<xs:annotation>
<xs:documentation>
WORE HAIR PIECE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>