[Table of Contents] [docx version]

VML Reference Material - VML

ST_Ext (VML Extension Handling Behaviors)

This simple type specifies VML extension handling behaviors.

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

backwardCompatible (Renderable)

Specifies that the VML entity may be rendered by ignoring the extension information. If edited, the extension information must be discarded.

edit (Editable)

Specifies that the VML entity may be safely rendered and edited without invalidating the extension information.

view (Not renderable)

Specifies that the VML entity is not be renderable without understanding the extension information. If the extension information cannot be understood, the downlevel image should be used to render the object.

 

Referenced By

bottom@ext6.2.2.1); callout@ext6.2.2.2); colormenu@ext6.2.2.4); colormru@ext6.2.2.5); column@ext6.2.2.6); complex@ext6.2.2.7); diagram@ext6.2.2.8); extrusion@ext6.2.2.10); fill@ext6.2.2.12); idmap@ext6.2.2.13); left@ext6.2.2.15); lock@ext6.2.2.17); regrouptable@ext6.2.2.22); rel@ext6.2.2.23); relationtable@ext6.2.2.24); right@ext6.2.2.25); rules@ext6.2.2.26); shapedefaults@ext6.2.2.27); shapelayout@ext6.2.2.28); signatureline@ext6.2.2.29); skew@ext6.2.2.30); top@ext6.2.2.31)

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

<simpleType name="ST_Ext">

   <restriction base="xsd:string">

   <enumeration value="view"/>

   <enumeration value="edit"/>

   <enumeration value="backwardCompatible"/>

   </restriction>

</simpleType>