Presentation Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml

application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml

application/vnd.openxmlformats-officedocument.presentationml.template.main+xml

Root Namespace:

http://schemas.openxmlformats.org/presentationml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument

An instance of this part type contains the definition for a slide presentation.

A package shall contain exactly one Presentation part, and that part shall be the target of a relationship in the package-relationship item.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1"
    Type="http://…/officeDocument" Target="ppt/presentation.xml"/>
</Relationships>

The root element for a part of this content type shall be< presentation>.

example:
<p:presentation xmlns:p="…"  >
  <p:sldMasterIdLst>
    <p:sldMasterId 
      xmlns:rel="http://…/relationships" rel:id="rId1"/>
  </p:sldMasterIdLst>
  <p:notesMasterIdLst>
    <p:notesMasterId
      xmlns:rel="http://…/relationships" rel:id="rId4"/>
  </p:notesMasterIdLst>
  <p:handoutMasterIdLst>
    <p:handoutMasterId 
       xmlns:rel="http://…/relationships" rel:id="rId5"/>
  </p:handoutMasterIdLst>
  <p:sldIdLst>
    <p:sldId id="267" 
      xmlns:rel="http://…/relationships" rel:id="rId2"/>
    <p:sldId id="256" 
      xmlns:rel="http://…/relationships" rel:id="rId3"/>
  </p:sldIdLst>
  <p:sldSz cx="9144000" cy="6858000"/>
  <p:notesSz cx="6858000" cy="9144000"/>
</p:presentation>

A Presentation part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element shall be Internal).

A Presentation part is permitted to have implicit relationships to the following parts defined by this Standard:

A Presentation part is permitted to have explicit relationships to the following parts defined by this Standard: