<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>
|