2.3.4.2.29 CT_VariationStyle

Target namespace: http://visThemeSchemaUri

Referenced by: CT_VariationStyleScheme

Specifies a style property of a style scheme list of a dynamic theme variant.

Attributes:

fillIdx: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that indirectly specifies the value of the properties of the QuickStyleFillMatrix Cell_Type element.

lineIdx: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that indirectly specifies the value of the properties of the QuickStyleLineMatrix Cell_Type element.

effectIdx: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that indirectly specifies the value of the properties of the QuickStyleEffectsMatrix Cell_Type element.

fontIdx: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute indirectly specifies the value of the properties of the QuickStyleFontMatrix Cell_Type element.

Child Elements:

extLst: An a:CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section 20.1.2.2.15) type which is unused and MUST be ignored.

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

 <xsd:complexType name="CT_VariationStyle" oxsd:cname="VariationStyle" oxsd:cwrap="noTemplate">
     <xsd:sequence>
       <xsd:element name="extLst" oxsd:cname="ext" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" oxsd:dataStructure="optional"/>
     </xsd:sequence>
     <xsd:attribute name="fillIdx" type="xsd:unsignedInt" use="required"/>
     <xsd:attribute name="lineIdx" type="xsd:unsignedInt" use="required"/>
     <xsd:attribute name="effectIdx" type="xsd:unsignedInt" use="required"/>
     <xsd:attribute name="fontIdx" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>