<pic> (Picture)

This element specifies the existence of a picture object within the document.

example:
<p:pic>
  <p:nvPicPr>
    <p:cNvPr id="4" name="lake.JPG" descr="Picture of a Lake" />
    <p:cNvPicPr>
      <a:picLocks noChangeAspect="1"/>
    </p:cNvPicPr>
    <p:nvPr/>
  </p:nvPicPr>
  <p:blipFill></p:blipFill>
  <p:spPr></p:spPr>
</p:pic>

Parent Elements

<grpSp>5.1.2.1.20); <lockedCanvas>5.4.2.1)

Child Elements

Subclause

<blipFill> (Picture Fill)

§5.1.10.14

<extLst> (Extension List)

§5.1.2.1.15

<nvPicPr> (Non-Visual Properties for a Picture)

§5.1.2.1.28

<spPr> (Shape Properties)

§5.1.2.1.35

<style> (Shape Style)

§5.1.2.1.37

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

<complexType name="CT_GvmlPicture">
	<sequence>
	<element name="nvPicPr" type="CT_GvmlPictureNonVisual" minOccurs="1" maxOccurs="1"/>
	<element name="blipFill" type="CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>
	<element name="spPr" type="CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
	<element name="style" type="CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>