<sldMasterId>
(Slide Master ID)
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.
<p:presentation xmlns:a="" xmlns:r="" xmlns:p="" embedTrueTypeFonts="1"> .. <p:sldMasterIdLst> <p:sldMasterId id="2147483648" r:id="rId1"/> </p:sldMasterIdLst> .. </p:presentation>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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 (§4.8.20). |
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location within a presentation of the The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SlideMasterIdListEntry">
<sequence>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="id" type="ST_SlideMasterId" use="optional"/>
<attribute ref="r:id" use="required"/>
</complexType>