presentationxmlrels
Presentation.xml.rels is a relationships part in the Open Packaging Convention (OPC) used by PowerPoint presentations in the Office Open XML format (.pptx). It resides under ppt/_rels/presentation.xml.rels and defines the relationships from the main presentation part, presentation.xml, to other parts of the package such as slides, slide masters, slide layouts, themes, and related masters. The relationships are expressed as Relationship elements with attributes Id, Type, Target, and an optional TargetMode. The Id is a unique identifier used inside the package, while the Type specifies the kind of relationship using standardized URIs in the http://schemas.openxmlformats.org/officeDocument/2006/relationships/ namespace. Examples of Type values include slide, slideLayout, slideMaster, theme, and notesMaster.
The Target attribute provides the relative path to the related part, such as slides/slide1.xml, slideMasters/slideMaster1.xml, slideLayouts/slideLayout1.xml,
In a typical PPTX file, presentation.xml.rels lists relationships to each slide, as well as to the slide
As part of the OOXML packaging specification, presentation.xml.rels works with other relationship parts to maintain the