Slide Master Part

Content Type:

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

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains the master definition of formatting, text, and objects that appear on each slide in the presentation that is derived from this slide master.

A package shall contain one or more Slide Master parts, each of which shall be the target of an explicit relationship from the Presentation (§13.3.6) part, as well as an implicit relationship from any Slide Layout (§13.3.9) part where that slide layout is defined based on this slide master. Each can optionally be the target of a relationship in a Slide Layout (§13.3.9) part as well.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1" 
    Type="http://…/slideMaster" Target="slideMasters/slideMaster1.xml"/>
</Relationships>

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

example:
<p:sldMaster xmlns:p="…">
  <p:cSld name=""></p:cSld>
  <p:clrMap  />
</p:sldMaster>

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

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

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

A Slide Master part shall not have implicit or explicit relationships to any other part defined by this Standard.