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