<oleItem>
(OLE Link Item)
This element represents an OLE link.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Set to The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Set to The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
The object's name. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Set to 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>