Definition Type: ComplexType
Name: CT_Path2DArcTo
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into swAng in schema dml-shapegeometry_xsd Drilldown into stAng in schema dml-shapegeometry_xsd Drilldown into hR in schema dml-shapegeometry_xsd Drilldown into wR in schema dml-shapegeometry_xsdXSD Diagram of CT_Path2DArcTo in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Path2DArcTo">
    <xsd:attribute name="wR" type="ST_AdjCoordinate" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Arc Width Radius</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hR" type="ST_AdjCoordinate" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Arc Height Radius</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="stAng" type="ST_AdjAngle" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Arc Start Angle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="swAng" type="ST_AdjAngle" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Arc Swing Angle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
wR a:wR Required
hR a:hR Required
stAng a:stAng Required
swAng a:swAng Required
Collapse Derivation Tree:
Collapse References:
a:arcTo