<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:
<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>