[Table of Contents] [docx version]

VML Reference Material - VML

shapelayout (Shape Layout Properties)

This element contains child elements that store information used in the editing and layout of shapes.

Parent Elements

background2.2.1); hdrShapeDefaults2.15.1.50); object2.3.3.19); pict2.3.3.21); pict2.9.23); shapeDefaults2.15.1.79)

 

Child Elements

Subclause

idmap (Shape ID Map)

§6.2.2.13

regrouptable (Shape Grouping History)

§6.2.2.22

rules (Rule Set)

§6.2.2.26

 

Attributes

Description

ext (VML Extension Handling Behavior)

 

Namespace: urn:schemas-microsoft-com:vml

Specifies an optional value that indicates how applications that implement VML should interpret extensions not defined as part of the original specification of core VML.

 

[Rationale: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. end rationale]

 

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ShapeLayout">

   <all>

   <element name="idmap" type="CT_IdMap" minOccurs="0"/>

   <element name="regrouptable" type="CT_RegroupTable" minOccurs="0"/>

   <element name="rules" type="CT_Rules" minOccurs="0"/>

   </all>

   <attributeGroup ref="v:AG_Ext"/>

</complexType>