<xsd:complexType name="CT_CustomGeometry2D">
<xsd:sequence>
<xsd:element name="avLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
<xsd:element name="gdLst" type="CT_GeomGuideList" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ahLst" type="CT_AdjustHandleList" minOccurs="0" maxOccurs="1"/>
<xsd:element name="cxnLst" type="CT_ConnectionSiteList" minOccurs="0" maxOccurs="1"/>
<xsd:element name="rect" type="CT_GeomRect" minOccurs="0" maxOccurs="1"/>
<xsd:element name="pathLst" type="CT_Path2DList" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |