Definition Type: ComplexType
Name: CT_AdjustHandleList
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ahPolar in schema dml-shapegeometry_xsd Drilldown into ahXY in schema dml-shapegeometry_xsdXSD Diagram of CT_AdjustHandleList in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_AdjustHandleList">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element name="ahXY" type="CT_XYAdjustHandle" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>XY Adjust Handle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ahPolar" type="CT_PolarAdjustHandle" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Polar Adjust Handle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ahXY a:ahXY 1 1
ahPolar a:ahPolar 1 1
Collapse Derivation Tree:
Collapse References:
a:ahLst