<shapelayout>
(Shape Layout Properties)
This element contains child elements that store information used in the editing and layout of shapes.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
Attributes |
Description |
---|---|
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. [: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. ] 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>