cbrncl:ImagePerspectiveCodeSimpleType

simpleType ImagePerspectiveCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the code Values for the viewing perspectives for image multimedia data.

Diagram

Enumerations

ValueDefinition
BottomThe image is a view of the bottom (underside) of the subject.
FrontThe image is a view of the front of the subject.
InteriorThe image is a view of the interior of the subject.
Left SideThe image is a view of the left side of the subject.
NANot applicable.
RearThe image is a view of the rear of the subject.
Right SideThe image is a view of the right of the subject.
TopThe image is a view of the top of the subject.
UnknownThe viewing perspective is unknown.

XML Schema

<xs:simpleType name="ImagePerspectiveCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code Values for the viewing perspectives for image multimedia data.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Bottom">
<xs:annotation>
<xs:documentation>
The image is a view of the bottom (underside) of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Front">
<xs:annotation>
<xs:documentation>
The image is a view of the front of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Interior">
<xs:annotation>
<xs:documentation>
The image is a view of the interior of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Left Side">
<xs:annotation>
<xs:documentation>
The image is a view of the left side of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
Not applicable.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rear">
<xs:annotation>
<xs:documentation>
The image is a view of the rear of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Right Side">
<xs:annotation>
<xs:documentation>
The image is a view of the right of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Top">
<xs:annotation>
<xs:documentation>
The image is a view of the top of the subject.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The viewing perspective is unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>