<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>