<ST_ColorSchemeIndex> (Theme Color Reference)

This simple type specifies the possible set of theme color stored in the document's Theme part which can be referenced by document content. This reference is used to map the use of the theme colors in the ST_ThemeColor enumeration to the theme colors in the theme part.

example:
<w:clrSchemeMapping w:accent1="light1" />

The @accent1 attribute has a value of light1, specifying that uses of the theme color value accent1 shall be mapped to the theme color <lt1>. ]

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<accent1> (Accent 1 Theme Color Reference)

Specifies a reference to the <accent1> theme color in the document's Theme part.

<accent2> (Accent 2 Theme Color Reference)

Specifies a reference to the <accent2> theme color in the document's Theme part.

<accent3> (Accent 3 Theme Color Reference)

Specifies a reference to the <accent3> theme color in the document's Theme part.

<accent4> (Accent4 Theme Color Reference)

Specifies a reference to the <accent4> theme color in the document's Theme part.

<accent5> (Accent5 Theme Color Reference)

Specifies a reference to the <accent5> theme color in the document's Theme part.

<accent6> (Accent 6 Theme Color Reference)

Specifies a reference to the <accent6> theme color in the document's Theme part.

<dark1> (Dark 1 Theme Color Reference)

Specifies a reference to the <dk1> theme color in the document's Theme part.

<dark2> (Dark 2 Theme Color Reference)

Specifies a reference to the <dk2> theme color in the document's Theme part.

<followedHyperlink> (Followed Hyperlink Theme Color Reference)

Specifies a reference to the <folHlink> theme color in the document's Theme part.

<hyperlink> (Hyperlink Theme Color Reference)

Specifies a reference to the <hlink> theme color in the document's Theme part.

<light1> (Light 1 Theme Color Reference)

Specifies a reference to the <lt1> theme color in the document's Theme part.

<light2> (Light 2 Theme Color Reference)

Specifies a reference to the <lt2> theme color in the document's Theme part.

Referenced By

<clrSchemeMapping@accent1>2.15.1.20); <clrSchemeMapping@accent2>2.15.1.20); <clrSchemeMapping@accent3>2.15.1.20); <clrSchemeMapping@accent4>2.15.1.20); <clrSchemeMapping@accent5>2.15.1.20); <clrSchemeMapping@accent6>2.15.1.20); <clrSchemeMapping@bg1>2.15.1.20); <clrSchemeMapping@bg2>2.15.1.20); <clrSchemeMapping@followedHyperlink>2.15.1.20); <clrSchemeMapping@hyperlink>2.15.1.20); <clrSchemeMapping@t1>2.15.1.20); <clrSchemeMapping@t2>2.15.1.20)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ColorSchemeIndex">
	<restriction base="xsd:string">
	<enumeration value="dark1"/>
	<enumeration value="light1"/>
	<enumeration value="dark2"/>
	<enumeration value="light2"/>
	<enumeration value="accent1"/>
	<enumeration value="accent2"/>
	<enumeration value="accent3"/>
	<enumeration value="accent4"/>
	<enumeration value="accent5"/>
	<enumeration value="accent6"/>
	<enumeration value="hyperlink"/>
	<enumeration value="followedHyperlink"/>
	</restriction>
</simpleType>