ZVON > References > MathML Reference

Go to Standard
Element:mstyle
Attributes:accent | accentunder | actiontype | align | alignmentscope | background | class | close | color | columnalign | columnlines | columnspacing | columnspan | columnwidth | displaystyle | edge | equalcolumns | equalrows | fence | fontfamily | fontsize | fontstyle | fontweight | form | frame | framespacing | groupalign | id | largeop | linethickness | lquote | lspace | mathbackground | mathcolor | mathsize | mathvariant | maxsize | mediummathspace | minsize | movablelimits | open | other | rowalign | rowlines | rowspacing | rowspan | rquote | rspace | scriptlevel | scriptminsize | scriptsizemultiplier | selection | separator | separators | stretchy | style | subscriptshift | superscriptshift | symmetric | thickmathspace | thinmathspace | verythickmathspace | verythinmathspace | veryverythickmathspace | veryverythinmathspace | 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>
     <mo maxsize="1"> ( </mo>
     <mfrac>
          <mi> a </mi>
          <mi> b </mi>
     </mfrac>
     <mo maxsize="1"> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mstyle maxsize="1">
     <mrow>
          <mo> ( </mo>
          <mfrac>
               <mi> a </mi>
               <mi> b </mi>
          </mfrac>
          <mo> ) </mo>
     </mrow>
</mstyle>