[Table of Contents] [docx version]

Error! No text of specified style in document.

ext (Extension)

This element specifies an extension that is used for future extensions to the current version of DrawingML. This allows for the specifying of currently unknown elements in the future that will be used for later versions of generating applications.

Parent Elements

extLst5.7.2.64)

 

Child Elements

Subclause

Any element from any namespace

n/a

 

Attributes

Description

uri (Uniform Resource Identifier)

Specifies the URI, or uniform resource identifier that represents the data stored under this tag. The URI is used to identify the correct 'server' that can process the contents of this tag.

 

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

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

<complexType name="CT_Extension">

   <sequence>

   <any processContents="lax"/>

   </sequence>

   <attribute name="uri" type="xsd:token"/>

</complexType>