[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
dataRefs (Data Consolidation References)
Data consolidate reference collection.
Parent Elements |
dataConsolidate (§3.3.1.27) |
Child Elements |
Subclause |
dataRef (Data Consolidation Reference) |
§3.3.1.28 |
Attributes |
Description |
count (Data Consolidation Reference Count) |
Count of data consolidate references.
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_DataRefs">
<sequence>
<element name="dataRef" type="CT_DataRef" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>