<ST_HexColorAuto> (‘Automatic’ Color Value)

This simple type specifies that its contents will 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:
<w:bottom  w:color="auto"/>

This color therefore may 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. ]

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

<auto> (Automatically Determined Color)

Specifies that the color value may automatically be defined when this document is processed, based on the display context.

Referenced By

<ST_HexColor>2.18.43)

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

<simpleType name="ST_HexColorAuto">
	<restriction base="xsd:string">
	<enumeration value="auto"/>
	</restriction>
</simpleType>