<xsd:complexType name="CT_Shapetype">
<xsd:sequence>
<xsd:group ref="EG_ShapeElements" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="o:complex" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="AG_AllCoreAttributes" />
<xsd:attributeGroup ref="AG_AllShapeAttributes" />
<xsd:attributeGroup ref="AG_Adj" />
<xsd:attributeGroup ref="AG_Path" />
<xsd:attribute ref="o:master">
<xsd:annotation>
<xsd:documentation>Master Element Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|