Slide Layout Part

Content Type:

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

Root Namespace:

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

Source Relationship:

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

An instance of this part type contains the definition for a slide layout template for this presentation. This template defines the default appearance and positioning of drawing objects on this slide type when it is created.

A package shall contain one or more Slide Layout parts, and those parts shall be the target of an explicit relationship in the Presentation (§13.3.6) part, as well as an implicit relationship from the Slide Master (§13.3.10) part associated with this slide layout.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1" 
    Type="http://…/slideLayout"
    Target="../slideLayouts/slideLayout1.xml"/>
  <Relationship Id="rId2"
    Type="http://…/slideLayout"
    Target="../slideLayouts/slideLayout2.xml"/>
  <Relationship Id="rId3" 
    Type="http://…/slideLayout"
    Target="../slideLayouts/slideLayout3.xml"/>
</Relationships>

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

example:
<p:sldLayout xmlns:p="…" matchingName="" type="title" preserve="1">
  <p:cSld name="Title Slide"></p:cSld>
  <p:clrMapOvr>
    <a:masterClrMapping/>
  </p:clrMapOvr>
  <p:timing/>
  </p:sldLayout>
</p:sldMaster>

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

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

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