<oleLink>
(OLE Link)
This element represents an external link to an OLE2 connection, specified by a progID/object pair.
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 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>