<sSup> (Superscript Function)

This element specifies the subscript function <sSub>, which consists of a base <e> and a reduced-size <scr> placed below and to the right, as in.
example: : The XML that specifies this function is:
<m:sSup>
  <m:e>
    <m:r>
      <m:t>x</m:t>
    </r>
  </m:e>
  <m:sup>
    <m:r>
      <m:t>n</m:t>
    </r>
  </m:sup>
</m:sSup>

Parent Elements

<deg>7.1.2.26); <del>2.13.5.12); <den>7.1.2.28); <e>7.1.2.32); <fName>7.1.2.37); <ins>2.13.5.20); <lim>7.1.2.52); <moveFrom>2.13.5.21); <moveTo>2.13.5.26); <num>7.1.2.75); <oMath>7.1.2.77); <sub>7.1.2.112); <sup>7.1.2.114)

Child Elements

Subclause

<e> (Base (Argument))

§7.1.2.32

<sSupPr> (Superscript Properties)

§7.1.2.106

<sup> (Superscript (Superscript function))

§7.1.2.114

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

<complexType name="CT_SSup">
	<sequence>
	<element name="sSupPr" type="CT_SSupPr" minOccurs="0"/>
	<element name="e" type="CT_OMathArg"/>
	<element name="sup" type="CT_OMathArg"/>
	</sequence>
</complexType>