ndex:PersonHairLengthCodeSimpleType

simpleType PersonHairLengthCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

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>