[Table of Contents] [docx version]

VML Reference Material - VML

ST_OLEUpdateMode (OLE Update Method Type)

This simple type specifies how an OLE object is updated.

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

Always (Server Application Update)

The object is updated whenever the OLE server application indicates there is new data available.

OnCall (User Update)

The object is updated when the user chooses to update it.

 

Referenced By

OLEObject@UpdateMode6.2.2.19)

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

<simpleType name="ST_OLEUpdateMode">

   <restriction base="xsd:string">

   <enumeration value="Always"/>

   <enumeration value="OnCall"/>

   </restriction>

</simpleType>