<extLst> (Extension List with Modification Flag)

This element specifies the extension list with modification ability within which all future extensions of type <ext> will be defined. The extension list along with corresponding future extensions is used to extend the storage capabilities of the <PresentationML> framework. This allows for various new types of data to be stored natively within the framework.

Note:

Parent Elements

<cm>4.5.1); <cxnSp>4.4.1.17); <graphicFrame>4.4.1.18); <grpSp>4.4.1.19); <handoutMaster>4.4.1.21); <hf>4.4.1.22); <notes>4.4.1.23); <notesMaster>4.4.1.24); <ph>4.4.1.33); <pic>4.4.1.34); <sld>4.4.1.35); <sldLayout>4.4.1.36); <sldMaster>4.4.1.39); <sp>4.4.1.40); <spTree>4.4.1.42); <timing>4.4.1.44); <transition>4.4.1.46)

Child Elements

Subclause

<ext> (Extension)

§4.2.3

Attributes

Description

<mod> (Modify)

This attribute specifies whether the data contained within this element has been modified and should thus be processed again by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

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

<complexType name="CT_ExtensionListModify">
	<sequence>
	<group ref="EG_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="mod" type="xsd:boolean" use="optional" default="false"/>
</complexType>