Slide Part

Content Type:

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

Root Namespace:

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

Source Relationship:

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

A Slide part contains the contents of a single slide.

A package shall contain one Slide part per slide, and each of those parts shall be the target of an explicit relationship from the Presentation (§13.3.6) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId2" 
    Type="http://…/slide" Target="slides/slide1.xml"/>
  <Relationship Id="rId3" 
    Type="http://…/slide" Target="slides/slide2.xml"/>
</Relationships>

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

example:
<p:sld xmlns:p="…">
  <p:cSld name=""></p:cSld>
  <p:clrMapOvr></p:clrMapOvr>
  <p:timing>
    <p:tnLst>
      <p:par>
        <p:cTn id="1" dur="indefinite" restart="never" nodeType="tmRoot"/>
      </p:par>
    </p:tnLst>
  </p:timing>
</p:sld>

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

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

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