<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>
|