<extLst> (Extension List)
This element specifies the extension list 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 <DrawingML> framework. This allows for various new types of data to be stored natively within the framework.
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
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>