<ST_PyramidAccentTextMargin> (Pyramid Accent Text Margin)

This simple type defines different ways to lay out text in the accent shape for a pyramid algorithm.

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

<stack> (Stack)

Specifies that all accent shape text is to be left aligned.

example:

<step> (Step)

Specifies that all accent shape text is to be relative to the pyramid.

example:

Referenced By

<ST_ParameterVal>5.9.7.49)

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

<simpleType name="ST_PyramidAccentTextMargin" final="restriction">
	<restriction base="xsd:token">
	<enumeration value="step"/>
	<enumeration value="stack"/>
	</restriction>
</simpleType>