<xsd:complexType name="CT_GvmlGroupShape">
<xsd:sequence>
<xsd:element name="nvGrpSpPr" type="CT_GvmlGroupShapeNonVisual" minOccurs="1" maxOccurs="1"/>
<xsd:element name="grpSpPr" type="CT_GroupShapeProperties" minOccurs="1" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="txSp" type="CT_GvmlTextShape"/>
<xsd:element name="sp" type="CT_GvmlShape"/>
<xsd:element name="cxnSp" type="CT_GvmlConnector"/>
<xsd:element name="pic" type="CT_GvmlPicture"/>
<xsd:element name="graphicFrame" type="CT_GvmlGraphicalObjectFrame"/>
<xsd:element name="grpSp" type="CT_GvmlGroupShape"/>
</xsd:choice>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |