<oleItem> (OLE Link Item)

This element represents an OLE link.

Parent Elements

<oleItems>3.14.10)

Attributes

Description

<advise> (Advise)

Set to true if the OLE server should notify the application when the external data changes. Default value is false.

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

<icon> (Icon)

Set to true if the object is represented by an icon.

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

<name> (Object Name)

The object's name.

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

<preferPic> (Object is an Image)

Set to true if the object is represented by an image.

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_OleItem">
	<attribute name="name" type="ST_Xstring" use="required"/>
	<attribute name="icon" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
</complexType>