ZVON > References > MathML Reference

Go to Standard
Element:mrow
Attributes:class | id | other | style | 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
---
<mrow>
     <mrow>
          <mn> 2 </mn>
          <mo> &InvisibleTimes; </mo>
          <mi> x </mi>
     </mrow>
     <mo> + </mo>
     <mi> y </mi>
     <mo> - </mo>
     <mi> z </mi>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mo> ( </mo>
     <mrow>
          <mi> x </mi>
          <mo> , </mo>
          <mi> y </mi>
     </mrow>
     <mo> ) </mo>
</mrow>