2.3.4.2.26 CT_ThemeScheme

Target namespace: http://visThemeSchemaUri

Referenced by: Ext element as detailed by the CT_OfficeArtExtension type specified in [ISO/IEC29500-1:2016] section 20.1.2.2.14.

Specifies the primary scheme dynamic theme component in a dynamic theme.

Child Elements:

schemeID: A CT_SchemeID element that specifies the index of the primary scheme dynamic theme component.

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

 <xsd:complexType name="CT_ThemeScheme" oxsd:cname="ThemeScheme" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="schemeID" type="CT_SchemeID" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>