[Table of Contents] [docx version]

Shared MLs Reference Material - Math

ST_OnOff (On Off)

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@val7.1.2.3); alnScr@val7.1.2.4); degHide@val7.1.2.27); diff@val7.1.2.29); dispDef@val7.1.2.30); grow@val7.1.2.43); hideBot@val7.1.2.44); hideLeft@val7.1.2.45); hideRight@val7.1.2.46); hideTop@val7.1.2.47); lit@val7.1.2.58); maxDist@val7.1.2.63); noBreak@val7.1.2.73); nor@val7.1.2.74); objDist@val7.1.2.76); opEmu@val7.1.2.80); plcHide@val7.1.2.83); show@val7.1.2.96); smallFrac@val7.1.2.98); strikeBLTR@val7.1.2.107); strikeH@val7.1.2.108); strikeTLBR@val7.1.2.109); strikeV@val7.1.2.110); subHide@val7.1.2.113); supHide@val7.1.2.115); transp@val7.1.2.117); wrapRight@val7.1.2.121); zeroAsc@val7.1.2.122); zeroDesc@val7.1.2.123); zeroWid@val7.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>