2.3.4.2.28 CT_VariationClrSchemeLst

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 four distinct color scheme lists of four distinct dynamic theme variants in a dynamic theme.

Child Elements:

VariationClrScheme: A CT_VarClrScheme type that specifies a color scheme list of a dynamic theme variant.

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

 <xsd:complexType name="CT_VariationClrSchemeLst" oxsd:cname="VariationColorSchemeList" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="variationClrScheme" oxsd:cname="variationClrScheme" type="CT_VarClrScheme" minOccurs="4" maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>