Notes Master

Content Type:

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

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains information about the content and formatting of all notes pages.

A package shall contain at most one Notes Master part, and that part shall be the target of an implicit relationship from the Notes Slide (§13.3.5) part, as well as an explicit relationship from the Presentation (§13.3.6) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId4"
    Type="http://…/notesMaster" Target="notesMasters/notesMaster1.xml"/>
</Relationships>

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

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

A Notes 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 Notes Master part is permitted to have implicit relationships to the following parts defined by this Standard:

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

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