<xsd:complexType name="shapeElt">
<xsd:sequence>
<xsd:any processContents="lax" namespace="##any" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="required" />
<xsd:attribute name="type" type="xsd:string" use="optional" />
<xsd:attribute name="adj" type="xsd:string" use="optional" />
<xsd:attribute name="path" type="xsd:string" use="optional" />
<xsd:attribute name="href" type="xsd:string" use="optional" />
<xsd:attribute name="target" type="xsd:string" use="optional" />
<xsd:attribute name="class" type="xsd:string" use="optional" />
<xsd:attribute name="title" type="xsd:string" use="optional" />
<xsd:attribute name="alt" type="xsd:string" use="optional" />
<xsd:attribute name="onmouseover" type="xsd:string" use="optional" />
<xsd:attribute name="opacity" type="xsd:string" use="optional" />
<xsd:attribute name="chromakey" type="xsd:string" use="optional" />
<xsd:attribute name="stroked" type="tfType" use="optional" />
<xsd:attribute name="strokecolor" type="colorType" use="optional" />
<xsd:attribute name="strokeweight" type="xsd:string" use="optional" />
<xsd:attribute name="filled" type="tfType" use="optional" />
<xsd:attribute name="fillcolor" type="colorType" use="optional" />
<xsd:attribute name="print" type="tfType" use="optional" />
<xsd:attribute name="coordsize" type="xsd:string" use="optional" />
<xsd:attribute name="coordorigin" type="xsd:string" use="optional" />
<xsd:attribute name="style" type="xsd:string" use="optional" />
<xsd:attribute name="wrapcoords" type="xsd:string" use="optional" />
<xsd:attribute ref="o:spt" use="optional" />
<xsd:attribute ref="o:wrapcoords" use="optional" />
<xsd:attribute ref="o:oned" use="optional" />
<xsd:attribute ref="o:regroupid" use="optional" />
<xsd:attribute ref="o:doubleclicknotify" use="optional" />
<xsd:attribute ref="o:ruleinitiator" use="optional" />
<xsd:attribute ref="o:ruleproxy" use="optional" />
<xsd:attribute ref="o:connectortype" use="optional" />
<xsd:attribute ref="o:button" use="optional" />
<xsd:attribute ref="o:userhidden" use="optional" />
<xsd:attribute ref="o:bwmode" use="optional" />
<xsd:attribute ref="o:bwpure" use="optional" />
<xsd:attribute ref="o:bwnormal" use="optional" />
<xsd:attribute ref="o:forcedash" use="optional" />
<xsd:attribute ref="o:oleicon" use="optional" />
<xsd:attribute ref="o:ole" use="optional" />
<xsd:attribute ref="o:preferrelative" use="optional" />
<xsd:attribute ref="o:bullet" use="optional" />
<xsd:attribute ref="o:hr" use="optional" />
<xsd:attribute ref="o:hrstd" use="optional" />
<xsd:attribute ref="o:hrnoshade" use="optional" />
<xsd:attribute ref="o:hrheight" use="optional" />
<xsd:attribute ref="o:hrwidth" use="optional" />
<xsd:attribute ref="o:hrpct" use="optional" />
<xsd:attribute ref="o:hralign" use="optional" />
<xsd:attribute ref="o:relativeposition" use="optional" />
<xsd:attribute ref="o:allowincell" use="optional" />
<xsd:attribute ref="o:allowoverlap" use="optional" />
<xsd:attribute ref="o:userdrawn" use="optional" />
<xsd:attribute ref="o:tableproperties" use="optional" />
<xsd:attribute ref="o:tablelimits" use="optional" />
<xsd:attribute ref="o:bordertopcolor" use="optional" />
<xsd:attribute ref="o:borderleftcolor" use="optional" />
<xsd:attribute ref="o:borderbottomcolor" use="optional" />
<xsd:attribute ref="o:borderrightcolor" use="optional" />
<xsd:attribute ref="o:spid" use="optional" />
<xsd:attribute ref="o:insetmode" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
|