17.18.39 ST_HexColorAuto
This simple type specifies that its contents contain the enumeration value auto. This value shall be used to specify an automatically determined color value, the meaning of which is interpreted based on the context of the parent XML element.
[Example: Consider a border color with value auto, as follows:
<w:bottom … w:color="auto"/>
This color therefore can be automatically be modified by a consumer as appropriate, for example, in order to ensure that the border can be distinguished against the page’s background color. 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
(Automatically Determined Color)
Specifies that the color value can automatically be defined when this document is processed, based on the display context.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_HexColorAuto) is located in A.1. end note]