19.2.1.20 notesMasterId

This element specifies a notes master that is available within the corresponding presentation. A notes master is a slide that is specifically designed for the printing of the slide along with any attached notes.

[Example: Consider the following specification of a notes master within a presentation

<p:presentation xmlns:a="…" xmlns:r="…" xmlns:p="…" embedTrueTypeFonts="1">
  <p:notesMasterIdLst>
    <p:notesMasterId r:id="rId8"/>
  </p:notesMasterIdLst>
</p:presentation>

end example]

Attributes

Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps

The possible values for this attribute are defined by the ST_RelationshipId simple type (22.8.2.1).

id (Relationship Identifier)

Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location within a presentation of the notesMaster element defining this notes master.

[Note: The W3C XML Schema definition of this element’s content model (CT_NotesMasterIdListEntry) is located in A.3. end note]

Last updated on