[Table of Contents] [docx version]

VML Reference Material - VML

ST_OLEType (OLE Connection Type)

This simple type specifies whether an OLE object is included in the package (that is, embedded) or is stored outside the package (that is, linked).

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

Embed (Embedded Object)

Embedded object.

Link (Linked Object)

Linked object.

 

Referenced By

OLEObject@Type6.2.2.19)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_OLEType">

   <restriction base="xsd:string">

   <enumeration value="Embed"/>

   <enumeration value="Link"/>

   </restriction>

</simpleType>