Notes Slide Part

Content Type:

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

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains the notes for a single slide.

A package shall contain one Notes Slide part for each slide that contains notes. If they exist, those parts shall each be the target of an implicit relationship from the Slide (§13.3.8) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId3" 
    Type="http://…/notesSlide" Target="../notesSlides/notesSlide1.xml"/>
</Relationships>

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

example:
<p:notes xmlns:p="…">
  <p:cSld name=""></p:cSld>
  <p:clrMapOvr>
    <a:masterClrMapping/>
  </p:clrMapOvr>
</p:notes>

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

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

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