cbrncl:ImageOrientationCodeSimpleType

simpleType ImageOrientationCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type that defines the code values for the orientation of an image; i.e., portrait or landscape.

Diagram

Enumerations

ValueDefinition
LandscapeThe long dimension is horizontal.
PortraitThe long dimension is vertical.
UnknownThe image orientation is unknown.

XML Schema

<xs:simpleType name="ImageOrientationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code values for the orientation of an image; i.e., portrait or landscape.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Landscape">
<xs:annotation>
<xs:documentation>
The long dimension is horizontal.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Portrait">
<xs:annotation>
<xs:documentation>
The long dimension is vertical.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The image orientation is unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>