[Table of Contents] [docx version]
Shared MLs Reference Material - Math
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 |
bot (Bottom Alignment) |
Aligns the bottom of the function to the baseline of the surrounding text. |
top (Top) |
Aligns the top row of the function to the baseline of the surrounding text. |
Referenced By |
pos@val (§7.1.2.84); vertJc@val (§7.1.2.119) |
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>