13.3.7 Presentation Properties Part
Content Type:
application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
Root Namespace:
http://purl.oclc.org/ooxml/presentationml/main
Source Relationship:
http://purl.oclc.org/ooxml/officeDocument/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: The following Presentation part-relationship item contains a relationship to the Presentation Properties part, which is stored in the ZIP item presProps.xml:
<Relationships xmlns="…">
<Relationship Id="rId6"
Type="http://…/presProps" Target="presProps.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be presentationPr.
[Example:
<p:presentationPr xmlns:p="…" …>
<p:clrMru>
…
</p:clrMru>
…
</p:presentationPr>
end example]
A Presentation Properties 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 Properties part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.