Definition Type: ComplexType
Name: CT_Selection
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sqref in schema sml-sheet_xsd Drilldown into activeCellId in schema sml-sheet_xsd Drilldown into activeCell in schema sml-sheet_xsd Drilldown into pane in schema sml-sheet_xsdXSD Diagram of CT_Selection in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Selection">
    <xsd:attribute name="pane" type="ST_Pane" use="optional" default="topLeft">
        <xsd:annotation>
            <xsd:documentation>Pane</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="activeCell" type="ST_CellRef" use="optional">
        <xsd:annotation>
            <xsd:documentation>Active Cell Location</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="activeCellId" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Active Cell Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sqref" type="ST_Sqref" use="optional" default="A1">
        <xsd:annotation>
            <xsd:documentation>Sequence of References</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
pane nsM:pane topLeft Optional
activeCell nsM:activeCell Optional
activeCellId nsM:activeCellId 0 Optional
sqref nsM:sqref A1 Optional
Collapse Derivation Tree:
Collapse References:
nsM:selection, nsM:selection