2.6.4.16 ST_SchemeColorVal

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_SchemeColor

A simple type that represents a scheme color value.

Possible values for this type are listed in the following table. See [ISO/IEC29500-1:2016] section 20.1.10.54 for details about the meaning of each value.

Value

Meaning

bg1

Semantic background color.

tx1

Semantic text color.

bg2

Semantic additional background color.

tx2

Semantic additional text color.

accent1

Extra scheme color 1.

accent2

Extra scheme color 2.

accent3

Extra scheme color 3.

accent4

Extra scheme color 4.

accent5

Extra scheme color 5.

accent6

Extra scheme color 6.

hlink

Regular hyperlink color.

folHlink

Followed hyperlink color.

dk1

Main dark color 1.

lt1

Main light color 1.

dk2

Main dark color 2.

lt2

Main light color 2.

phClr

Style Color. A color used in theme definitions that means to use the color of the style.

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

 <xsd:simpleType name="ST_SchemeColorVal">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="bg1"/>
     <xsd:enumeration value="tx1"/>
     <xsd:enumeration value="bg2"/>
     <xsd:enumeration value="tx2"/>
     <xsd:enumeration value="accent1"/>
     <xsd:enumeration value="accent2"/>
     <xsd:enumeration value="accent3"/>
     <xsd:enumeration value="accent4"/>
     <xsd:enumeration value="accent5"/>
     <xsd:enumeration value="accent6"/>
     <xsd:enumeration value="hlink"/>
     <xsd:enumeration value="folHlink"/>
     <xsd:enumeration value="dk1"/>
     <xsd:enumeration value="lt1"/>
     <xsd:enumeration value="dk2"/>
     <xsd:enumeration value="lt2"/>
     <xsd:enumeration value="phClr"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).