<sldMasterIdLst> (List of Slide Master IDs)

This element specifies a list of identification information for the slide master slides that are 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.

Parent Elements

<presentation>4.3.1.24)

Child Elements

Subclause

<sldMasterId> (Slide Master ID)

§4.3.1.32

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

<complexType name="CT_SlideMasterIdList">
	<sequence>
	<element name="sldMasterId" type="CT_SlideMasterIdListEntry" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>