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
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>