17.18.103 ST_WmlColorSchemeIndex
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 must 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 must be mapped to the theme color lt1. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies a reference to the accent1 theme color in the document’s Theme part.
Specifies a reference to the accent2 theme color in the document’s Theme part.
Specifies a reference to the accent3 theme color in the document’s Theme part.
Specifies a reference to the accent4 theme color in the document’s Theme part.
Specifies a reference to the accent5 theme color in the document’s Theme part.
Specifies a reference to the accent6 theme color in the document’s Theme part.
Specifies a reference to the dk1 theme color in the document’s Theme part.
Specifies a reference to the dk2 theme color in the document’s Theme part.
Specifies a reference to the folHlink theme color in the document’s Theme part.
Specifies a reference to the hlink theme color in the document’s Theme part.
Specifies a reference to the lt1 theme color in the document’s Theme part.
Specifies a reference to the lt2 theme color in the document’s Theme part.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_WmlColorSchemeIndex) is located in A.1. end note]