CT_WrapPath

Complex Type Information

Model

Children: lineTo, start

Attributes

QName Type Fixed Default Use Inheritable Annotation
edited xsd:boolean optional

Used By

Source

<xsd:complexType name="CT_WrapPath">
  <xsd:sequence>
    <xsd:element name="start" type="a:CT_Point2D" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="lineTo" type="a:CT_Point2D" minOccurs="2" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="edited" type="xsd:boolean" use="optional"/>
</xsd:complexType>