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
| Value | Definition |
| BALD-BALDING | BALD-BALDING |
| LONG | LONG |
| MEDIUM-SHOULDER_LENGTH | MEDIUM-SHOULDER LENGTH |
| SHORT-COLLAR_LENGTH | SHORT-COLLAR LENGTH |
| UNKNOWN | UNKNOWN |
| WORE_HAIR_PIECE | WORE 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:restriction base="xs:token">
<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>