gmd:MD_PixelOrientationCode_Type

Simple Type Information

Used By

Source

<xs:simpleType name="MD_PixelOrientationCode_Type">
  <xs:restriction base="xs:string">
    <xs:enumeration value="center"/>
    <xs:enumeration value="lowerLeft"/>
    <xs:enumeration value="lowerRight"/>
    <xs:enumeration value="upperRight"/>
    <xs:enumeration value="upperLeft"/>
  </xs:restriction>
</xs:simpleType>