[Table of Contents] [docx version]

Shared MLs Reference Material - Math

ST_Script (Script)

Script can be of type Roman, Script, Fraktur, Double-Struck, Sans-Serif, or Monospace.

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

double-struck (double-struck)

Double-Struck Script Type

fraktur (Fraktur)

Fraktur Script Type

monospace (Monospace)

Monospace Script Type

roman (Roman)

Roman Script Type

sans-serif (Sans-Serif)

Sans-Serif Script Type

script (Script)

Script Type

 

Referenced By

scr@val7.1.2.94)

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

<simpleType name="ST_Script">

   <restriction base="xsd:string">

   <enumeration value="roman"/>

   <enumeration value="script"/>

   <enumeration value="fraktur"/>

   <enumeration value="double-struck"/>

   <enumeration value="sans-serif"/>

   <enumeration value="monospace"/>

   </restriction>

</simpleType>