ndex:PersonFacialHairCodeSimpleType
simpleType PersonFacialHairCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the type of facial hair of a person.
Diagram
Enumerations
Value | Definition |
CLEAN SHAVEN | Clean Shaven |
COMBO BEARD_MUSTACHE | Combo Beard_Mustache |
FULL BEARD | Full Beard |
FU MANCHU | Fu Manchu |
GOATEE | Goatee |
HANDLEBAR MUSTACHE | Handlebar Mustache |
HEAVY BROWS | Heavy Brows |
HEAVY MUSTACHE | Heavy Mustache |
LIGHT BROWS | Light Brows |
LIGHT MUSTACHE | Light Mustache |
LONG SIDEBURNS | Long Sideburns |
MUSTACHE | Mustache |
MUTTON CHOPS | Mutton Chops |
NEEDS A SHAVE | Needs a Shave |
SIDEBURNS | Sideburns |
SLIGHT BEARD | Slight Beard |
UNKNOWN | Unknown |
UNSHAVEN | Unshaven |
XML Schema
<xs:simpleType name="PersonFacialHairCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of facial hair of a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CLEAN SHAVEN">
<xs:annotation>
<xs:documentation>
Clean Shaven</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMBO BEARD_MUSTACHE">
<xs:annotation>
<xs:documentation>
Combo Beard_Mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FULL BEARD">
<xs:annotation>
<xs:documentation>
Full Beard</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FU MANCHU">
<xs:annotation>
<xs:documentation>
Fu Manchu</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GOATEE">
<xs:annotation>
<xs:documentation>
Goatee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HANDLEBAR MUSTACHE">
<xs:annotation>
<xs:documentation>
Handlebar Mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEAVY BROWS">
<xs:annotation>
<xs:documentation>
Heavy Brows</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEAVY MUSTACHE">
<xs:annotation>
<xs:documentation>
Heavy Mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LIGHT BROWS">
<xs:annotation>
<xs:documentation>
Light Brows</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LIGHT MUSTACHE">
<xs:annotation>
<xs:documentation>
Light Mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LONG SIDEBURNS">
<xs:annotation>
<xs:documentation>
Long Sideburns</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MUSTACHE">
<xs:annotation>
<xs:documentation>
Mustache</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MUTTON CHOPS">
<xs:annotation>
<xs:documentation>
Mutton Chops</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEEDS A SHAVE">
<xs:annotation>
<xs:documentation>
Needs a Shave</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SIDEBURNS">
<xs:annotation>
<xs:documentation>
Sideburns</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SLIGHT BEARD">
<xs:annotation>
<xs:documentation>
Slight Beard</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNSHAVEN">
<xs:annotation>
<xs:documentation>
Unshaven</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>