<xsd:complexType name="pathElt">
<xsd:sequence>
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="optional" />
<xsd:attribute name="v" type="xsd:string" use="optional" />
<xsd:attribute name="limo" type="xsd:string" use="optional" />
<xsd:attribute name="textboxrect" type="xsd:string" use="optional" />
<xsd:attribute name="fillok" type="tfType" use="optional" />
<xsd:attribute name="strokeok" type="tfType" use="optional" />
<xsd:attribute name="shadowok" type="tfType" use="optional" />
<xsd:attribute name="arrowok" type="tfType" use="optional" />
<xsd:attribute name="gradientshapeok" type="tfType" use="optional" />
<xsd:attribute name="textpathok" type="tfType" use="optional" />
<xsd:attribute ref="o:connecttype" use="optional" />
<xsd:attribute ref="o:connectlocs" use="optional" />
<xsd:attribute ref="o:connectangles" use="optional" />
<xsd:attribute ref="o:extrusionok" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
|