Definition Type: ComplexType
Name: CT_Pane
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into state in schema sml-sheet_xsd Drilldown into activePane in schema sml-sheet_xsd Drilldown into topLeftCell in schema sml-sheet_xsd Drilldown into ySplit in schema sml-sheet_xsd Drilldown into xSplit in schema sml-sheet_xsdXSD Diagram of CT_Pane in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Pane">
    <xsd:attribute name="xSplit" type="xsd:double" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Horizontal Split Position</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ySplit" type="xsd:double" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Vertical Split Position</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional">
        <xsd:annotation>
            <xsd:documentation>Top Left Visible Cell</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="activePane" type="ST_Pane" use="optional" default="topLeft">
        <xsd:annotation>
            <xsd:documentation>Active Pane</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="state" type="ST_PaneState" use="optional" default="split">
        <xsd:annotation>
            <xsd:documentation>Split State</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
xSplit nsM:xSplit 0 Optional
ySplit nsM:ySplit 0 Optional
topLeftCell nsM:topLeftCell Optional
activePane nsM:activePane topLeft Optional
state nsM:state split Optional
Collapse Derivation Tree:
Collapse References:
nsM:pane, nsM:pane