<gdLst> (List of Shape Guides)

This element specifies all the guides that will be used for this shape. A guide is specified by the <gd> element and defines a calculated value that may be used for the construction of the corresponding shape.

Note:

Parent Elements

<custGeom>5.1.11.8)

Child Elements

Subclause

<gd> (Shape Guide)

§5.1.11.11

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

<complexType name="CT_GeomGuideList">
	<sequence>
	<element name="gd" type="CT_GeomGuide" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>