13.3.6 Presentation Part

Content Type:

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

Root Namespace:

Source Relationship:

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

http://purl.oclc.org/ooxml/presentationml/main

http://purl.oclc.org/ooxml/officeDocument/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: The following PresentationML’s package-relationship item contains a relationship to the Presentation part, which is stored in the ZIP item ppt/presentation.xml:

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

end example]

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

[Example: This presentation contains two slides:

<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>

end example]

A Presentation part shall be located within the package containing the relationships part (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 ISO/IEC 29500:

A Presentation part is permitted to have explicit relationships to the following parts defined by ISO/IEC 29500:

Last updated on