[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents the collection of reference-page items pairs.
Parent Elements |
consolidation (§3.10.1.20) |
Child Elements |
Subclause |
rangeSet (Range Set) |
§3.10.1.79 |
Attributes |
Description |
count (Reference and Page Item Count) |
Specifies the number of reference and page items.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RangeSets">
<sequence>
<element name="rangeSet" type="CT_RangeSet" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>