19.2.1.36 sldMasterId
This element specifies a slide master that is available within the corresponding presentation. A slide master is a slide that is specifically designed to be a template for all related child layout slides.
[Example: Consider the following specification of a slide master within a presentation
<p:presentation
…
<p:sldMasterIdLst>
<p:sldMasterId id="2147483648" r:id="rId1"/>
</p:sldMasterIdLst>
…
</p:presentation>
end example]
Attributes
Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps id (Slide Master Identifier)
The possible values for this attribute are defined by the ST_RelationshipId simple type (22.8.2.1).
Specifies the slide master identifier that is to contain a value that is unique throughout the presentation.
The possible values for this attribute are defined by the ST_SlideMasterId simple type (19.7.16).
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 sldMaster element defining this slide master.
[Note: The W3C XML Schema definition of this element’s content model (CT_SlideMasterIdListEntry) is located in A.3. end note]