<sldLayoutIdLst> (List of Slide Layouts)

This element specifies the existence of the slide layout identification list. This list is contained within the slide master and is used to determine which layouts are being used within the slide master file. Each layout within the list of slide layouts has its own identification number and relationship identifier that uniquely identifies it within both the presentation document and the particular master slide within which it is used.

Parent Elements

<sldMaster>4.4.1.39)

Child Elements

Subclause

<sldLayoutId> (Slide Layout Id)

§4.4.1.37

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

<complexType name="CT_SlideLayoutIdList">
	<sequence>
	<element name="sldLayoutId" type="CT_SlideLayoutIdListEntry" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>