scr:FacialImagePoseCategoryCodeSimpleType
simpleType FacialImagePoseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/
Definition
A data type for a FACIAL IMAGE POSE TYPE.
Diagram
Enumerations
| Value | Definition | 
| Frontal | The object in the image is facing the front | 
| Oblique | The object in the image is facing a quarter view | 
| Side | The object in the image is facing the side | 
XML Schema
<xs:simpleType name="FacialImagePoseCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a FACIAL IMAGE POSE TYPE.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Frontal">
<xs:annotation>
<xs:documentation>
The object in the image is facing the front</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Oblique">
<xs:annotation>
<xs:documentation>
The object in the image is facing a quarter view</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Side">
<xs:annotation>
<xs:documentation>
The object in the image is facing the side</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>