nc:ImagePoseCodeSimpleType
simpleType ImagePoseCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for angles of an entitys pose in a photograph.
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="ImagePoseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for angles of an entitys pose in a photograph.</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>