<extLst> (Extension List)

This element specifies an extension list, within which all future extensions will be defined within <ext> elements.

The extension list along with corresponding future extensions is used to extend the storage capabilities of the DrawingML framework. This allows for various new types of data to be stored natively within the existing diagram syntax.

Parent Elements

<alg>5.9.2.3); <colorsDef>5.9.4.3); <colorsDefHdr>5.9.4.4); <constr>5.9.2.8); <cxn>5.9.3.2); <dataModel>5.9.2.10); <else>5.9.2.12); <forEach>5.9.2.14); <if>5.9.2.15); <layoutDef>5.9.2.16); <layoutDefHdr>5.9.2.17); <layoutNode>5.9.2.19); <presOf>5.9.2.21); <pt>5.9.3.5); <rule>5.9.2.24); <shape>5.9.2.27); <styleDef>5.9.5.7); <styleDefHdr>5.9.5.8); <styleLbl>5.9.5.10); <styleLbl>5.9.4.10)

Child Elements

Subclause

<ext> (Extension)

§5.1.2.1.14

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

<complexType name="CT_OfficeArtExtensionList">
	<sequence>
	<group ref="EG_OfficeArtExtensionList" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>