biom:PersonImageCategoryCodeSimpleType
simpleType PersonImageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a kind of image of a person
Diagram
Enumerations
Value | Definition |
BUTTOCKS | Buttocks |
CHEST | Chest |
CONDITION | Close-up of condition feature |
EXTRAORAL | Extraoral |
FACE | Face |
FEET | Feet |
FRONTAL-C | Clothed, full body front |
FRONTAL-N | Naked, full body front |
GENITALS | Genitals, may include hips |
HANDS-BACK | Back side of hands |
HANDS-PALM | Palm side of hands |
HEAD | Head |
INTRAORAL | Intraoral |
LEFT ARM | Left arm, may include hands |
LEFT LEG | Left leg, may include feet |
LIP | Lip |
MARK | Mark |
MISSING | Close-up of missing feature |
OTHER | Close-up of other feature |
REAR-C | Clothed, full body rear |
REAR-N | Naked, full body rear |
RIGHT ARM | Right arm, may include hands |
RIGHT LEG | Right leg, may include feet |
SCAR | Scar |
TATTOO | Tattoo |
TORSO-BACK | Back torso, may include head |
TORSO-FRONT | Front torso, may include head |
XML Schema
<xs:simpleType name="PersonImageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of image of a person</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BUTTOCKS">
<xs:annotation>
<xs:documentation>
Buttocks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHEST">
<xs:annotation>
<xs:documentation>
Chest</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CONDITION">
<xs:annotation>
<xs:documentation>
Close-up of condition feature</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EXTRAORAL">
<xs:annotation>
<xs:documentation>
Extraoral</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FACE">
<xs:annotation>
<xs:documentation>
Face</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FEET">
<xs:annotation>
<xs:documentation>
Feet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FRONTAL-C">
<xs:annotation>
<xs:documentation>
Clothed, full body front</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FRONTAL-N">
<xs:annotation>
<xs:documentation>
Naked, full body front</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GENITALS">
<xs:annotation>
<xs:documentation>
Genitals, may include hips</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HANDS-BACK">
<xs:annotation>
<xs:documentation>
Back side of hands</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HANDS-PALM">
<xs:annotation>
<xs:documentation>
Palm side of hands</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEAD">
<xs:annotation>
<xs:documentation>
Head</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INTRAORAL">
<xs:annotation>
<xs:documentation>
Intraoral</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LEFT ARM">
<xs:annotation>
<xs:documentation>
Left arm, may include hands</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LEFT LEG">
<xs:annotation>
<xs:documentation>
Left leg, may include feet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LIP">
<xs:annotation>
<xs:documentation>
Lip</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MARK">
<xs:annotation>
<xs:documentation>
Mark</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MISSING">
<xs:annotation>
<xs:documentation>
Close-up of missing feature</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation>
Close-up of other feature</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REAR-C">
<xs:annotation>
<xs:documentation>
Clothed, full body rear</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REAR-N">
<xs:annotation>
<xs:documentation>
Naked, full body rear</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIGHT ARM">
<xs:annotation>
<xs:documentation>
Right arm, may include hands</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIGHT LEG">
<xs:annotation>
<xs:documentation>
Right leg, may include feet</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCAR">
<xs:annotation>
<xs:documentation>
Scar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TATTOO">
<xs:annotation>
<xs:documentation>
Tattoo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TORSO-BACK">
<xs:annotation>
<xs:documentation>
Back torso, may include head</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TORSO-FRONT">
<xs:annotation>
<xs:documentation>
Front torso, may include head</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>