<xsd:complexType name="ovalElt">
<xsd:sequence>
<xsd:element ref="path" minOccurs="0" />
<xsd:element ref="formulas" minOccurs="0" />
<xsd:element ref="handles" minOccurs="0" />
<xsd:element ref="fill" minOccurs="0" />
<xsd:element ref="stroke" minOccurs="0" />
<xsd:element ref="imagedata" minOccurs="0" />
<xsd:element ref="shadow" minOccurs="0" />
<xsd:element ref="textbox" minOccurs="0" />
<xsd:element ref="textpath" minOccurs="0" />
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="required" />
<xsd:attribute name="startAngle" type="xsd:string" use="optional" />
<xsd:attribute name="endAngle" type="xsd:string" use="optional" />
<xsd:attribute name="hidden" use="optional" type="xsd:string" />
<xsd:attribute name="href" use="optional" type="xsd:string" />
<xsd:attribute name="type" use="optional" type="xsd:string" />
<xsd:attribute name="adj" use="optional" type="xsd:string" />
<xsd:attribute name="path" use="optional" type="xsd:string" />
<xsd:attribute name="spid" use="optional" type="xsd:string" />
<xsd:attribute name="strokeweight" use="optional" type="xsd:string" />
<xsd:attribute name="stroked" use="optional" type="tfType" />
<xsd:attribute ref="o:userdrawn" use="optional" />
<xsd:attribute name="style" use="optional" type="xsd:string" />
<xsd:attribute name="fillcolor" use="optional" type="xsd:string" />
<xsd:attribute name="strokecolor" use="optional" type="xsd:string" />
<xsd:attribute name="filled" use="optional" type="tfType" />
<xsd:attribute ref="o:regroupid" use="optional" />
<xsd:attribute ref="o:bwmode" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
|