Presentation Properties Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.presentationProperties+xml

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains all the presentation's properties.

A package shall contain exactly one Presentation Properties part, and that part shall be the target of an implicit relationship from the Presentation (§13.3.6) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId6" 
    Type="http://…/presProps" Target="presProps.xml"/>
</Relationships>

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

example:
<p:presentationPr xmlns:p="…" …>
  <p:clrMru>
    
  </p:clrMru>
  
</p:presentationPr>

A Presentation Properties 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 Properties part shall not have implicit or explicit relationships to any other part defined by this Standard.