17.18.96 ST_Theme

This simple type specifies a theme font type which can be referenced as a theme font within the parent run properties. This theme font is a reference to one of the predefined theme fonts, located in the document’s Theme part,which allows for font information to be set centrally in the document.

[Example: Consider a run of text which must be displayed using the majorASCII theme font. This requirement would be specified as follows in the resulting WordprocessingML:

<w:rPr>
  <w:rFonts w:asciiTheme="majorAscii" />
</w:rPr>

The ascii attribute specifies that the run must use the majorAscii theme font as defined in the document’s themes part for all text in the appropriate range. 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 that the current font is a reference to the major theme font for the range of characters from U+0000–U+007F.

Specifies that the current font is a reference to the major theme font for the Complex Script range.

Specifies that the current font is a reference to the major theme font for the East Asian range.

Specifies that the current font is a reference to the major theme font for the High ANSI range.

Specifies that the current font is a reference to the minor theme font for the range of characters from U+0000–U+007F.

Specifies that the current font is a reference to the minor theme font for the Complex Script range.

Specifies that the current font is a reference to the minor theme font for the East Asian range.

Specifies that the current font is a reference to the minor theme font for the High ANSI range.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_Theme) is located in A.1. end note]

Last updated on