<ST_TextAlignment> (Text Alignment)

This simple type defines alignment types for text within a node.

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 aligned text.

<l> (Left)

Specifies left aligned text.

<r> (Right)

Specifies right aligned text.

Referenced By

<ST_ParameterVal>5.9.7.49)

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

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