<ST_BuiltInUnit> (Built-In Unit)

This simple type specifies the built in display units for an axis.

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

<billions> (Billions)

Specifies the values on the chart shall be divided by 1,000,000,000.

<hundredMillions> (Hundred Millions)

Specifies the values on the chart shall be divided by 100,000,000.

<hundreds> (Hundreds)

Specifies the values on the chart shall be divided by 100.

<hundredThousands> (Hundred Thousands)

Specifies the values on the chart shall be divided by 100,000.

<millions> (Millions)

Specifies the values on the chart shall be divided by 1,000,000.

<tenMillions> (Ten Millions)

Specifies the values on the chart shall be divided by 10,000,000.

<tenThousands> (Ten Thousands)

Specifies the values on the chart shall be divided by 10,000.

<thousands> (Thousands)

Specifies the values on the chart shall be divided by 1,000.

<trillions> (Trillions)

Specifies the values on the chart shall be divided by 1,000,000,000.

Referenced By

<builtInUnit@val>5.7.2.23)

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

<simpleType name="ST_BuiltInUnit">
	<restriction base="xsd:string">
	<enumeration value="hundreds"/>
	<enumeration value="thousands"/>
	<enumeration value="tenThousands"/>
	<enumeration value="hundredThousands"/>
	<enumeration value="millions"/>
	<enumeration value="tenMillions"/>
	<enumeration value="hundredMillions"/>
	<enumeration value="billions"/>
	<enumeration value="trillions"/>
	</restriction>
</simpleType>