<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 Script Type |
|
Fraktur Script Type |
|
Monospace Script Type |
|
Roman Script Type |
|
Sans-Serif Script Type |
|
Script Type |
Referenced By |
---|
|
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>