ndex:PersonHairStyleCodeSimpleType
simpleType PersonHairStyleCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the style of a person's hair.
Diagram
Enumerations
Value | Definition |
AFRO | Afro |
AFRO_NATURAL | Afro_Natural |
BRAIDED | Braided |
BUSHY | Bushy |
BUTCH | Butch |
COMBED BACK | Combed Back |
CREW CUT | Crew Cut |
CURLERS | Curlers |
CURLY | Curly |
CURLY_WAVY | Curly_Wavy |
DREADLOCKS | Dreadlocks |
FADE | Fade |
GREASY | Greasy |
HAIR NET | Hair Net |
JHERI CURL | Jheri Curl |
MILITARY_FLAT TOP | Military_Flat Top |
MULLET | Mullet |
NATURAL | Natural |
PONY TAIL | Pony Tail |
PROCESSED | Processed |
PUNKY | Punky |
SHAVED HEAD | Shaved Head |
STRAIGHT | Straight |
UNKNOWN | Unknown |
WAVY | Wavy |
WIG_HAIR PIECE | Wig_Hair Piece |
XML Schema
<xs:simpleType name="PersonHairStyleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the style of a person's hair.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AFRO">
<xs:annotation>
<xs:documentation>
Afro</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AFRO_NATURAL">
<xs:annotation>
<xs:documentation>
Afro_Natural</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRAIDED">
<xs:annotation>
<xs:documentation>
Braided</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUSHY">
<xs:annotation>
<xs:documentation>
Bushy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUTCH">
<xs:annotation>
<xs:documentation>
Butch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMBED BACK">
<xs:annotation>
<xs:documentation>
Combed Back</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CREW CUT">
<xs:annotation>
<xs:documentation>
Crew Cut</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CURLERS">
<xs:annotation>
<xs:documentation>
Curlers</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CURLY">
<xs:annotation>
<xs:documentation>
Curly</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CURLY_WAVY">
<xs:annotation>
<xs:documentation>
Curly_Wavy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DREADLOCKS">
<xs:annotation>
<xs:documentation>
Dreadlocks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FADE">
<xs:annotation>
<xs:documentation>
Fade</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GREASY">
<xs:annotation>
<xs:documentation>
Greasy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAIR NET">
<xs:annotation>
<xs:documentation>
Hair Net</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JHERI CURL">
<xs:annotation>
<xs:documentation>
Jheri Curl</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MILITARY_FLAT TOP">
<xs:annotation>
<xs:documentation>
Military_Flat Top</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULLET">
<xs:annotation>
<xs:documentation>
Mullet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NATURAL">
<xs:annotation>
<xs:documentation>
Natural</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PONY TAIL">
<xs:annotation>
<xs:documentation>
Pony Tail</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROCESSED">
<xs:annotation>
<xs:documentation>
Processed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PUNKY">
<xs:annotation>
<xs:documentation>
Punky</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SHAVED HEAD">
<xs:annotation>
<xs:documentation>
Shaved Head</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STRAIGHT">
<xs:annotation>
<xs:documentation>
Straight</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WAVY">
<xs:annotation>
<xs:documentation>
Wavy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WIG_HAIR PIECE">
<xs:annotation>
<xs:documentation>
Wig_Hair Piece</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>