<ST_HorizontalAlignment> (Horizontal Alignment)

This simple type defines the horizontal alignment.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<ctr> (Center)

Specifies center alignment.

<l> (Left)

Specifies left alignment.

<none> (None)

Specifies no alignment defined.

<r> (Right)

Specifies right alignment.

Referenced By

<ST_ParameterVal>5.9.7.49)

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

<simpleType name="ST_HorizontalAlignment" final="restriction">
	<restriction base="xsd:token">
	<enumeration value="l"/>
	<enumeration value="ctr"/>
	<enumeration value="r"/>
	<enumeration value="none"/>
	</restriction>
</simpleType>