2.3.4.2.30 CT_VariationStyleScheme

Target namespace: http://visThemeSchemaUri

Referenced by: CT_VariationStyleSchemeLst

Specifies a style scheme list of a dynamic theme variant.

Attributes:

embellishment: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies embellishment information of a dynamic theme variant in a dynamic theme.

Child Elements:

VarStyle: A CT_VariationStyle type that specifies a style property of a style 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_VariationStyleScheme" oxsd:cname="VariationStyleScheme" oxsd:cwrap="noTemplate">
     <xsd:sequence>
       <xsd:element name="varStyle" oxsd:cname="varStyle"  type="CT_VariationStyle" minOccurs="4" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="embellishment" type="xsd:unsignedInt"/>
   </xsd:complexType>