<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 |
---|---|
|
Specifies that the accent shapes are to be placed to the right of the pyramid. |
|
Specifies that the accent shapes are to be placed to the left of the pyramid. |
Referenced By |
---|
|
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>