<ST_Style> (Style)

Style of math can be plain, bold, italic, or bold-italic (p, bi, i, or bi).

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

<b> (Bold)

Bold

<bi> (Bold-Italic)

Bold-Italic

<i> (Italic)

Italic

<p> (Plain)

Plain

Referenced By

<sty@val>7.1.2.111)

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

<simpleType name="ST_Style">
	<restriction base="xsd:string">
	<enumeration value="p"/>
	<enumeration value="b"/>
	<enumeration value="i"/>
	<enumeration value="bi"/>
	</restriction>
</simpleType>