<sp> (Shape)

This element specifies the existence of a single shape. A shape can either be a preset or a custom geometry, defined using the <DrawingML> framework. In addition to a geometry each shape can have both visual and non-visual properties attached. Text and corresponding styling information can also be attached to a shape. This shape is specified along with all other shapes within either the shape tree or group shape elements.

Note:

Parent Elements

<grpSp>5.1.2.1.20); <lockedCanvas>5.4.2.1)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<nvSpPr> (Non-Visual Properties for a Shape)

§5.1.2.1.29

<spPr> (Shape Properties)

§5.1.2.1.35

<style> (Shape Style)

§5.1.2.1.37

<txSp> (Text Shape)

§5.1.2.1.41

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

<complexType name="CT_GvmlShape">
	<sequence>
	<element name="nvSpPr" type="CT_GvmlShapeNonVisual" minOccurs="1" maxOccurs="1"/>
	<element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
	<element name="txSp" type="CT_GvmlTextShape" minOccurs="0" maxOccurs="1"/>
	<element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>