ZVON > References > MathML Reference

Go to Standard
Element:msubsup
Attributes:class | id | other | style | subscriptshift | superscriptshift | xlink:href | xref |
Parents:apply | bvar | ci | cn | condition | csymbol | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | maction | math | matrix | matrixrow | menclose | merror | mfenced | mfrac | mlabeledtr | mmultiscripts | momentabout | mover | mpadded | mphantom | mroot | mrow | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtr | munder | munderover | otherwise | piece | reln | semantics | set | uplimit | vector |
Children:apply | ci | cn | complexes | csymbol | declare | emptyset | eulergamma | exponentiale | false | fn | imaginaryi | infinity | integers | interval | lambda | list | maction | maligngroup | malignmark | matrix | matrixrow | menclose | merror | mfenced | mfrac | mi | mlabeledtr | mmultiscripts | mn | mo | mover | mpadded | mphantom | mprescripts | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | none | notanumber | pi | piecewise | primes | rationals | reals | reln | semantics | set | true | vector |

Examples:

XHTML documentMathML Source
--- <msubsup>
<emph>base</emph>
<emph>subscript</emph>
<emph>superscript</emph> &lt;/msubsup>
XHTML documentMathML Source
---
<mrow>
     <msubsup>
          <mo> &int; </mo>
          <mn> 0 </mn>
          <mn> 1 </mn>
     </msubsup>
     <mrow>
          <msup>
               <mi> &ExponentialE; </mi>
               <mi> x </mi>
          </msup>
          <mo> &InvisibleTimes; </mo>
          <mrow>
               <mo> &DifferentialD; </mo>
               <mi> x </mi>
          </mrow>
     </mrow>
</mrow>