<dataRef> (Data Consolidation Reference)
A single data consolidate reference. One <dataRef> shall use either @name or @sheet & @ref, but not both on the same <dataRef>.
Parent Elements |
|---|
|
Attributes |
Description |
|---|---|
Namespace: .../officeDocument/2006/relationships |
Used only when the source range is external to this workbook. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
Named range, either in this workbook or the external workbook referenced by The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Cell range. The possible values for this attribute are defined by the ST_Ref simple type (§3.18.64). |
|
Sheet name. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DataRef">
<attribute name="ref" type="ST_Ref" use="optional"/>
<attribute name="name" type="ST_Xstring" use="optional"/>
<attribute name="sheet" type="ST_Xstring" use="optional"/>
<attribute ref="r:id" use="optional"/>
</complexType>