<xsd:complexType name="CT_Group">
<xsd:choice maxOccurs="unbounded">
<xsd:group ref="EG_ShapeElements" />
<xsd:element ref="group" />
<xsd:element ref="shape" />
<xsd:element ref="shapetype" />
<xsd:element ref="arc" />
<xsd:element ref="curve" />
<xsd:element ref="image" />
<xsd:element ref="line" />
<xsd:element ref="oval" />
<xsd:element ref="polyline" />
<xsd:element ref="rect" />
<xsd:element ref="roundrect" />
<xsd:element ref="o:diagram" />
</xsd:choice>
<xsd:attributeGroup ref="AG_AllCoreAttributes" />
<xsd:attributeGroup ref="AG_Fill" />
<xsd:attribute name="editas" type="ST_EditAs" use="optional">
<xsd:annotation>
<xsd:documentation>Group Diagram Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="o:tableproperties">
<xsd:annotation>
<xsd:documentation>Table Properties</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="o:tablelimits">
<xsd:annotation>
<xsd:documentation>Table Row Height Limits</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|