Definition Type: SimpleType
Name: pageOrientationValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines page orientation.
Collapse XSD Schema Diagram:
XSD Diagram of pageOrientationValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="pageOrientationValue">
    <xsd:annotation>
        <xsd:documentation>Defines page orientation.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="portrait">
            <xsd:annotation>
                <xsd:documentation>Prints the document so that the short edge of the paper is the top of the page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="landscape">
            <xsd:annotation>
                <xsd:documentation>Prints document so that the long edge of the paper is the top of the page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration portrait
Enumeration landscape
Collapse Derivation Tree:
Collapse References:
W:orient