[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

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: Consider a WordprocessingML document that shall have references to the theme color accent1 mapped to the theme color lt1 as defined in the document's theme part. This requirement would be specified using the following WordprocessingML in the document settings:

<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. end example]

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@accent12.15.1.20); clrSchemeMapping@accent22.15.1.20); clrSchemeMapping@accent32.15.1.20); clrSchemeMapping@accent42.15.1.20); clrSchemeMapping@accent52.15.1.20); clrSchemeMapping@accent62.15.1.20); clrSchemeMapping@bg12.15.1.20); clrSchemeMapping@bg22.15.1.20); clrSchemeMapping@followedHyperlink2.15.1.20); clrSchemeMapping@hyperlink2.15.1.20); clrSchemeMapping@t12.15.1.20); clrSchemeMapping@t22.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>