<externalBook>
(External Workbook)
This element represents an external workbook which is supplying data to the current workbook.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Relationship ID that references a link in the The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ExternalBook">
<sequence>
<element name="sheetNames" type="CT_ExternalSheetNames" minOccurs="0" maxOccurs="1"/>
<element name="definedNames" type="CT_ExternalDefinedNames" minOccurs="0" maxOccurs="1"/>
<element name="sheetDataSet" type="CT_ExternalSheetDataSet" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute ref="r:id" use="required"/>
</complexType>