[Table of Contents] [docx version]
Shared MLs Reference Material - Math
The boolean value of either on or off.
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 |
off (Off) |
Off |
on (On) |
On |
Referenced By |
aln@val (§7.1.2.3); alnScr@val (§7.1.2.4); degHide@val (§7.1.2.27); diff@val (§7.1.2.29); dispDef@val (§7.1.2.30); grow@val (§7.1.2.43); hideBot@val (§7.1.2.44); hideLeft@val (§7.1.2.45); hideRight@val (§7.1.2.46); hideTop@val (§7.1.2.47); lit@val (§7.1.2.58); maxDist@val (§7.1.2.63); noBreak@val (§7.1.2.73); nor@val (§7.1.2.74); objDist@val (§7.1.2.76); opEmu@val (§7.1.2.80); plcHide@val (§7.1.2.83); show@val (§7.1.2.96); smallFrac@val (§7.1.2.98); strikeBLTR@val (§7.1.2.107); strikeH@val (§7.1.2.108); strikeTLBR@val (§7.1.2.109); strikeV@val (§7.1.2.110); subHide@val (§7.1.2.113); supHide@val (§7.1.2.115); transp@val (§7.1.2.117); wrapRight@val (§7.1.2.121); zeroAsc@val (§7.1.2.122); zeroDesc@val (§7.1.2.123); zeroWid@val (§7.1.2.124) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OnOff">
<restriction base="xsd:string">
<enumeration value="on"/>
<enumeration value="off"/>
</restriction>
</simpleType>