biom:SubjectPoseCodeSimpleType
simpleType SubjectPoseCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a pose of a subject in an image
Diagram
Enumerations
Value | Definition |
A | Angled pose |
D | Determined 3D pose |
F | Full face frontal |
L | Left profile (-90 degree) |
R | Right 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:restriction base="xs:token">
<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>