cbrncl:ImageOrientationCodeSimpleType
simpleType ImageOrientationCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the code values for the orientation of an image; i.e., portrait or landscape.
Diagram
Enumerations
Value | Definition |
Landscape | The long dimension is horizontal. |
Portrait | The long dimension is vertical. |
Unknown | The 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:restriction base="xs:token">
<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>