<link> (Linked Object or Control)

This element specifies a link to an external Embedded object or Control.

Parent Elements

<oleObj>4.4.2.4)

Child Elements

Subclause

<extLst> (Extension List)

§4.2.5

Attributes

Description

<updateAutomatic> (Update Linked Embedded Objects Automatically)

This attribute determines if linked embedded objects will be automatically updated when the presentation is opened or printed.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_OleObjectLink">
	<sequence>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="updateAutomatic" type="xsd:boolean" use="optional" default="false"/>
</complexType>