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

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="ImagePoseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for angles of an entitys pose in a photograph.
</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>