<ST_TopBot>
(Top-Bottom)
Possible values are top
and bot
.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Aligns the bottom of the function to the baseline of the surrounding text. |
|
Aligns the top row of the function to the baseline of the surrounding text. |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TopBot">
<restriction base="xsd:string">
<enumeration value="top"/>
<enumeration value="bot"/>
</restriction>
</simpleType>