<grpSp> (Group shape)

This element specifies a group shape that represents many shapes grouped together. This shape is to be treated just as if it were a regular shape but instead of being described by a single geometry it is made up of all the shape geometries encompassed within it. Within a group shape each of the shapes that make up the group are specified just as they normally would. The idea behind grouping elements however is that a single transform can apply to many shapes at the same time.

example:
<p:grpSp>
  <p:nvGrpSpPr>
    <p:cNvPr id="10" name="Group 9"/>
    <p:cNvGrpSpPr/>
    <p:nvPr/>
  </p:nvGrpSpPr>
  <p:grpSpPr>
    <a:xfrm>
      <a:off x="838200" y="990600"/>
      <a:ext cx="2426208" cy="978408"/>
      <a:chOff x="838200" y="990600"/>
      <a:chExt cx="2426208" cy="978408"/>
    </a:xfrm>
  </p:grpSpPr>
  <p:sp></p:sp>
  <p:sp></p:sp>
  <p:sp></p:sp>
</p:grpSp>

In the above example we see three shapes specified within a single group. These three shapes have their position and sizes specified just as they normally would within the shape tree. The generating application should apply the transformation after the bounding box for the group shape has been calculated. ]

Parent Elements

<grpSp>5.1.2.1.20); <lockedCanvas>5.4.2.1)

Child Elements

Subclause

<cxnSp> (Connection Shape)

§5.1.2.1.10

<extLst> (Extension List)

§5.1.2.1.15

<graphicFrame> (Graphic Frame)

§5.1.2.1.18

<grpSp> (Group shape)

§5.1.2.1.20

<grpSpPr> (Visual Group Shape Properties)

§5.1.2.1.22

<nvGrpSpPr> (Non-Visual Properties for a Group Shape)

§5.1.2.1.27

<pic> (Picture)

§5.1.2.1.30

<sp> (Shape)

§5.1.2.1.33

<txSp> (Text Shape)

§5.1.2.1.41

The following XML Schema fragment defines the contents of this element:

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