Definition Type: SimpleType
Name: OrientationType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies whether the PivotTable properties in a PTLineItems element apply to a row or column, or specifies the orientation of a PivotTable field or a cube field axis. For an axis scale, specifies whether the direction of the axis is from minimum to maximum or maximum to minimum. For an error bar, specifies whether the error bar is horizontal or vertical.
Collapse XSD Schema Diagram:
XSD Diagram of OrientationType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="OrientationType">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the PivotTable properties in a PTLineItems element apply to a row or column, or specifies the orientation of a PivotTable field or a cube field axis. For an axis scale, specifies whether the direction of the axis is from minimum to maximum or maximum to minimum. For an error bar, specifies whether the error bar is horizontal or vertical.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Column" />
        <xsd:enumeration value="Data" />
        <xsd:enumeration value="Hidden" />
        <xsd:enumeration value="Page" />
        <xsd:enumeration value="Row" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Column
Enumeration Data
Enumeration Hidden
Enumeration Page
Enumeration Row
Collapse Derivation Tree:
Collapse References:
x:Orientation, x:Orientation, x:Orientation, x:Orientation