<xsd:complexType name="CT_GvmlGroupShape">
<xsd:sequence>
<xsd:element name="nvGrpSpPr" type="CT_GvmlGroupShapeNonVisual" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Non-Visual Properties for a Group Shape</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="grpSpPr" type="CT_GroupShapeProperties" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Visual Group Shape Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="txSp" type="CT_GvmlTextShape">
<xsd:annotation>
<xsd:documentation>Text shape</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sp" type="CT_GvmlShape">
<xsd:annotation>
<xsd:documentation>Shape</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cxnSp" type="CT_GvmlConnector">
<xsd:annotation>
<xsd:documentation>Connection Shape</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pic" type="CT_GvmlPicture">
<xsd:annotation>
<xsd:documentation>Picture</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="graphicFrame" type="CT_GvmlGraphicalObjectFrame">
<xsd:annotation>
<xsd:documentation>Graphic Frame</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="grpSp" type="CT_GvmlGroupShape">
<xsd:annotation>
<xsd:documentation>Group shape</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|