ndex:PersonFacialHairCodeSimpleType
simpleType PersonFacialHairCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
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 |
| FU_MANCHU | FU MANCHU |
| FULL_BEARD | FULL BEARD |
| 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="FU_MANCHU">
<xs:annotation>
<xs:documentation>
FU MANCHU</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="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>