2.16.3.2 CT_WordprocessingGroup

Target namespace: http://schemas.microsoft.com/office/word/2010/wordprocessingGroup

Referenced by: wgp, CT_WordprocessingCanvas

This complex type defines the data that represents a group of graphical objects in WordprocessingML.

Child Elements:

cNvPr: A CT_NonVisualDrawingProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the non-visual properties of the current CT_WordprocessingGroup. This element MUST NOT be present when the CT_WordprocessingGroup is contained directly by a graphicData (Graphic Object Data) element as specified in [ISO/IEC29500-1:2016] section 20.1.2.2.17. This element MUST be present when the CT_WordprocessingGroup is not contained directly by a graphicData element as specified in [ISO/IEC29500-1:2016] section 20.1.2.2.17.

cNvGrpSpPr: A CT_NonVisualGroupDrawingShapeProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the non-visual group properties of the current CT_WordprocessingGroup.

grpSpPr: A CT_GroupShapeProperties element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the properties that are common across all shapes in the current CT_WordprocessingGroup. If there are any conflicting properties between the group shape properties and shape properties, the individual shape properties SHOULD<122> take precedence.

wps:wsp: A CT_WordprocessingShape element that specifies a shape that is a child of the current CT_WordprocessingGroup.

grpSp: A CT_WordprocessingGroup element that specifies a group that is a child of the current CT_WordprocessingGroup.

graphicFrame: A CT_GraphicFrame element that specifies a graphical object that is a child of the current CT_WordprocessingGroup.<123>

pic:pic: A CT_Picture element ([ISO/IEC29500-1:2016] section A.4.2) that specifies a picture that is a child of the current CT_WordprocessingGroup.

w14:contentPart: A CT_WordContentPart element that specifies a content part that is a child of the current CT_WordprocessingGroup.

extLst: A CT_OfficeArtExtensionList element ([ISO/IEC29500-1:2016] section A.4.1) to hold future extensions to the parent element of this extLst element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_WordprocessingGroup">
   <xsd:sequence minOccurs="1" maxOccurs="1">
     <xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="cNvGrpSpPr" type="a:CT_NonVisualGroupDrawingShapeProps" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="grpSpPr" type="a:CT_GroupShapeProperties" minOccurs="1" maxOccurs="1"/>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element ref="wps:wsp"/>
       <xsd:element name="grpSp" type="CT_WordprocessingGroup"/>
       <xsd:element name="graphicFrame" type="CT_GraphicFrame"/>
       <xsd:element ref="pic:pic"/>
       <xsd:element ref="w14:contentPart"/>
     </xsd:choice>
     <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).