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
Value | Definition |
Bottom | The image is a view of the bottom (underside) of the subject. |
Front | The image is a view of the front of the subject. |
Interior | The image is a view of the interior of the subject. |
Left Side | The image is a view of the left side of the subject. |
NA | Not applicable. |
Rear | The image is a view of the rear of the subject. |
Right Side | The image is a view of the right of the subject. |
Top | The image is a view of the top of the subject. |
Unknown | The 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:restriction base="xs:token">
<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>