scr:FacialImagePoseCategoryCodeSimpleType

simpleType FacialImagePoseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a FACIAL IMAGE POSE TYPE.

Diagram

Enumerations

ValueDefinition
FrontalThe object in the image is facing the front
ObliqueThe object in the image is facing a quarter view
SideThe 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: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>