<ST_PyramidAccentPosition> (Pyramid Accent Position)

This simple type defines different positioning for the accent shapes which can be associated with 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

<aft> (Pyramid Accent After)

Specifies that the accent shapes are to be placed to the right of the pyramid.

<bef> (Before)

Specifies that the accent shapes are to be placed to the left of the pyramid.

Referenced By

<ST_ParameterVal>5.9.7.49)

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

<simpleType name="ST_PyramidAccentPosition" final="restriction">
	<restriction base="xsd:token">
	<enumeration value="bef"/>
	<enumeration value="aft"/>
	</restriction>
</simpleType>