2.24.3.22 CT_Extension

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_ExtensionList

A complex type<327> that specifies an extensibility container.

Attributes:

uri: A token ([XMLSCHEMA2/2] section 3.3.2) attribute<328> that specifies the identifier for this extensibility container.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Extension">
   <xsd:sequence>
     <xsd:any processContents="lax"/>
   </xsd:sequence>
   <xsd:attribute name="uri" type="xsd:token"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).