Definition Type: ComplexType
Name: PanesType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the Pane elements corresponding to the panes of a worksheet window.
Collapse XSD Schema Diagram:
Drilldown into Pane in schema excel_xsdXSD Diagram of PanesType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="PanesType">
    <xsd:annotation>
        <xsd:documentation>Contains the Pane elements corresponding to the panes of a worksheet window.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Pane" type="PaneType" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Pane x:Pane (1) unbounded
Collapse Derivation Tree:
Collapse References:
x:Panes