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

ValueDefinition
CLEAN_SHAVENCLEAN SHAVEN
COMBO_BEARD-MUSTACHECOMBO BEARD-MUSTACHE
FU_MANCHUFU MANCHU
FULL_BEARDFULL BEARD
GOATEEGOATEE
HANDLEBAR_MUSTACHEHANDLEBAR MUSTACHE
HEAVY_BROWSHEAVY BROWS
HEAVY_MUSTACHEHEAVY MUSTACHE
LIGHT_BROWSLIGHT BROWS
LIGHT_MUSTACHELIGHT MUSTACHE
LONG_SIDEBURNSLONG SIDEBURNS
MUSTACHEMUSTACHE
MUTTON_CHOPSMUTTON CHOPS
NEEDS_A_SHAVENEEDS A SHAVE
SIDEBURNSSIDEBURNS
SLIGHT_BEARDSLIGHT BEARD
UNKNOWNUNKNOWN
UNSHAVENUNSHAVEN

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