ZVON > References > MathML Reference

Go to Standard
Element:mfenced
Attributes:class | close | id | open | other | separators | 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>
     <mo> ( </mo>
     <mi>x</mi>
     <mo> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mo> ( </mo>
     <mrow>
          <mi>x</mi>
          <mo>,</mo>
          <mi>y</mi>
     </mrow>
     <mo> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mfenced open="opening-fence" close="closing-fence" separators="sep#1 sep#2 ... sep#(n-1)"> arg#1 ... arg#n </mfenced>
XHTML documentMathML Source
---
<mrow>
     <mo fence="true"> opening-fence </mo>
     <mrow> arg#1
          <mo separator="true"> sep#1 </mo> ...
          <mo separator="true"> sep#(n-1) </mo> arg#n
     </mrow>
     <mo fence="true"> closing-fence </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mo fence="true"> opening-fence </mo> arg#1
     <mo fence="true"> closing-fence </mo>
</mrow>
XHTML documentMathML Source
---
<mfenced open="opening-fence" close="closing-fence" separators="anything"> </mfenced>
XHTML documentMathML Source
---
<mrow>
     <mo fence="true"> opening-fence </mo>
     <mo fence="true"> closing-fence </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mi>x</mi>
     <mo>+</mo>
     <mi>y</mi>
     <mo>+</mo>
     <mi>z</mi>
</mrow>
XHTML documentMathML Source
---
<mfenced>
     <mrow>
          <mi> a </mi>
          <mo> + </mo>
          <mi> b </mi>
     </mrow>
</mfenced>
XHTML documentMathML Source
---
<mfenced open="[">
     <mn> 0 </mn>
     <mn> 1 </mn>
</mfenced>
XHTML documentMathML Source
---
<mrow>
     <mi> f </mi>
     <mo> &ApplyFunction; </mo>
     <mfenced>
          <mi> x </mi>
          <mi> y </mi>
     </mfenced>
</mrow>