biom:SubjectPoseCodeSimpleType

simpleType SubjectPoseCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a pose of a subject in an image

Diagram

Enumerations

ValueDefinition
AAngled pose
DDetermined 3D pose
FFull face frontal
LLeft profile (-90 degree)
RRight profile (90 degree)

XML Schema

<xs:simpleType name="SubjectPoseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a pose of a subject in an image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Angled pose
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Determined 3D pose
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Full face frontal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Left profile (-90 degree)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Right profile (90 degree)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>