biom:FaceImageBoundingCategoryCodeSimpleType
simpleType FaceImageBoundingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a kind of face image in a bounding box
Diagram
Enumerations
| Value | Definition |
| F | Face only |
| H | Head only |
| N | Non-frontal head |
| S | Head and shoulders |
| X | Partial face |
XML Schema
<xs:simpleType name="FaceImageBoundingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of face image in a bounding box</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Face only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Head only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Non-frontal head</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Head and shoulders</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
Partial face</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>