<sldLayoutId> (Slide Layout Id)

This element specifies the relationship information for each slide layout that is used within the slide master. The slide master has relationship identifiers that it uses internally for determining the slide layouts that should be used. Then, to resolve what these slide layouts should be the <sldLayoutId> elements in the <sldLayoutIdLst> are utilized.

Parent Elements

<sldLayoutIdLst>4.4.1.38)

Child Elements

Subclause

<extLst> (Extension List)

§4.2.5

Attributes

Description

<id> (ID Tag)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship id value that the generating application can use to resolve which slide layout will be used in the creation of the slide. This relationship id is used within the relationship file for the master slide to expose the location of the corresponding layout file within the presentation.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

<id> (ID Tag)

Specifies the identification number that uniquely identifies this slide layout within the presentation file.

The possible values for this attribute are defined by the ST_SlideLayoutId simple type (§4.8.18).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SlideLayoutIdListEntry">
	<sequence>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="id" type="ST_SlideLayoutId" use="optional"/>
	<attribute ref="r:id" use="required"/>
</complexType>