CT_Path2DArcTo

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
hR ST_AdjCoordinate required
stAng ST_AdjAngle required
swAng ST_AdjAngle required
wR ST_AdjCoordinate required

Used By

Element CT_Path2D/arcTo

Source

<xsd:complexType name="CT_Path2DArcTo">
  <xsd:attribute name="wR" type="ST_AdjCoordinate" use="required"/>
  <xsd:attribute name="hR" type="ST_AdjCoordinate" use="required"/>
  <xsd:attribute name="stAng" type="ST_AdjAngle" use="required"/>
  <xsd:attribute name="swAng" type="ST_AdjAngle" use="required"/>
</xsd:complexType>