[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents an external link to an OLE2 connection, specified by a progID/object pair.
Parent Elements |
externalLink (§3.14.8) |
Child Elements |
Subclause |
oleItems (OLE Link Items) |
§3.14.10 |
Attributes |
Description |
id (OLE Link Relationship)
Namespace: .../officeDocument/2006/relationships |
Relationship ID that references a link in the relationships collection. The target attribute in the associated relationship will specify the external file name used for this oleLink.
The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
progId (OLE Link ProgID) |
The progID for the OLE connection.
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_OleLink">
<sequence>
<element name="oleItems" type="CT_OleItems" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute ref="r:id" use="required"/>
<attribute name="progId" type="ST_Xstring" use="required"/>
</complexType>