<xsd:complexType name="CT_Shape">
<xsd:choice maxOccurs="unbounded">
<xsd:group ref="EG_ShapeElements" />
<xsd:element ref="o:ink" />
<xsd:element ref="p:iscomment" />
</xsd:choice>
<xsd:attributeGroup ref="AG_AllCoreAttributes" />
<xsd:attributeGroup ref="AG_AllShapeAttributes" />
<xsd:attributeGroup ref="AG_Type" />
<xsd:attributeGroup ref="AG_Adj" />
<xsd:attributeGroup ref="AG_Path" />
<xsd:attribute ref="o:gfxdata">
<xsd:annotation>
<xsd:documentation>Encoded Package</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="equationxml" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Storage for Alternate Math Content</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|