biom:PoseAngleType

complexType PoseAngleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a set of angular offsets of a subject from a full face or a profile, for a determined 3D pose

Diagram

XML Schema

<xs:complexType name="PoseAngleType">
<xs:annotation>
<xs:documentation>
A data type for a set of angular offsets of a subject from a full face or a profile, for a determined 3D pose
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:PosePitchAngleMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PosePitchUncertaintyValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PoseRollAngleMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PoseRollUncertaintyValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PoseYawAngleMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PoseYawUncertaintyValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PoseAngleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>