Handout Master Part

Content Type:

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

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains the look, position, and size of the slides, notes, header and footer text, date, or page number on the presentation's handout.

A package shall contain at most one Handout Master part, and it shall be the target of an explicit relationship from the Presentation (§13.3.6) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId5"
    Type="http://…/handoutMaster" 
    Target="handoutMasters/handoutMaster1.xml"/>
</Relationships>

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

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

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

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

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