2.3.4.2.27 CT_VarClrScheme

Target namespace: http://visThemeSchemaUri

Referenced by: CT_VariationClrSchemeLst

Specifies a color scheme list of a dynamic theme variant.

Attributes:

monotone: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies multiformat information of a dynamic theme component in a dynamic theme. True if scheme is monotone; False otherwise.

Child Elements:

VarColor1: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor2: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor3: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor4: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor5: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor6: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

VarColor7: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies a color property.

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

 <xsd:complexType name="CT_VarClrScheme" oxsd:cname="VariationColorScheme" oxsd:cwrap="noTemplate">
     <xsd:sequence>
       <xsd:element name="varColor1" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor2" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor3" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor4" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor5" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor6" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="varColor7" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="extLst" oxsd:cname="ext" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" oxsd:dataStructure="optional"/>
     </xsd:sequence>
     <xsd:attribute name="monotone" type="xsd:boolean" use="optional" default="false"/>
   </xsd:complexType>