Definition Type: SimpleType
Name: orientationType
Containing Schema: hcm-pdt.xsd
Documentation:
Document orientation.
Collapse XSD Schema Diagram:
XSD Diagram of orientationType
Collapse XSD Schema Code:
<xs:simpleType name="orientationType">
    <xs:annotation>
        <xs:documentation>Document orientation.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="portrait" />
        <xs:enumeration value="landscape" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration portrait
Enumeration landscape
Collapse Derivation Tree:
Collapse References:
orientation