[Table of Contents] [docx version]

Shared MLs Reference Material - Math

sSubSup (Sub-Superscript Function)

This element specifies the sub-superscript function, which consists of a base e, a reduced-size scr placed below and to the right, and a reduced-size scr placed above and to the right, as in .

[Example: The XML that specifies this function is:

<m:sSubSup>
<m:e>
<m:r>
<m:t>x</m:t>
</r>
</m:e>

<m:sub>
<m:r>
<m:t>m</m:t>
</r>
</m:sub>

<m:sup>
<m:r>
<m:t>n</m:t>
</r>
</m:sup>
</m:sSubSup>

end example]

Parent Elements

deg7.1.2.26); del2.13.5.12); den7.1.2.28); e7.1.2.32); fName7.1.2.37); ins2.13.5.20); lim7.1.2.52); moveFrom2.13.5.21); moveTo2.13.5.26); num7.1.2.75); oMath7.1.2.77); sub7.1.2.112); sup7.1.2.114)

 

Child Elements

Subclause

e (Base (Argument))

§7.1.2.32

sSubSupPr (Sub-Superscript Properties)

§7.1.2.104

sub (Subscript (Pre-Sub-Superscript))

§7.1.2.112

sup (Superscript (Superscript function))

§7.1.2.114

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SSubSup">

   <sequence>

   <element name="sSubSupPr" type="CT_SSubSupPr" minOccurs="0"/>

   <element name="e" type="CT_OMathArg"/>

   <element name="sub" type="CT_OMathArg"/>

   <element name="sup" type="CT_OMathArg"/>

   </sequence>

</complexType>