ZVON > References > MathML Reference

Go to Standard
Element:semantics
Attributes:class | definitionURL | encoding | id | other | style | xlink:href | xref |
Parents:apply | bvar | condition | 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:abs | and | annotation | annotation-xml | apply | approx | arccos | arccosh | arccot | arccoth | arccsc | arccsch | arcsec | arcsech | arcsin | arcsinh | arctan | arctanh | arg | bvar | card | cartesianproduct | ceiling | ci | cn | codomain | complexes | compose | condition | conjugate | cos | cosh | cot | coth | csc | csch | csymbol | curl | declare | degree | determinant | diff | divergence | divide | domain | domainofapplication | emptyset | eq | equivalent | eulergamma | exists | exp | exponentiale | factorial | factorof | false | floor | fn | forall | gcd | geq | grad | gt | ident | image | imaginary | imaginaryi | implies | in | infinity | int | integers | intersect | interval | inverse | lambda | laplacian | lcm | leq | limit | list | ln | log | logbase | lowlimit | lt | maction | maligngroup | malignmark | matrix | matrixrow | max | mean | median | menclose | merror | mfenced | mfrac | mi | min | minus | mlabeledtr | mmultiscripts | mn | mo | mode | moment | momentabout | mover | mpadded | mphantom | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | neq | not | notanumber | notin | notprsubset | notsubset | or | outerproduct | partialdiff | pi | piecewise | plus | power | primes | product | prsubset | quotient | rationals | real | reals | reln | rem | root | scalarproduct | sdev | sec | sech | selector | semantics | sep | set | setdiff | sin | sinh | subset | sum | tan | tanh | tendsto | times | transpose | true | union | uplimit | variance | vector | vectorproduct | xor |

Examples:

XHTML documentMathML Source
---
<semantics>
     <apply>
          <plus/>
          <apply>
               <sin/>
               <ci> x </ci>
          </apply>
          <cn> 5 </cn>
     </apply>
     <annotation encoding="Maple"> sin(x) + 5 </annotation>
     <annotation-xml encoding="MathML-Presentation"> ... ... </annotation-xml>
     <annotation encoding="Mathematica"> Sin[x] + 5 </annotation>
     <annotation encoding="TeX"> \sin x + 5 </annotation>
     <annotation-xml encoding="OpenMath">
          <OMA>
               <OMS cd="transc1" name="sin"/>
               <OMI>5</OMI>
          </OMA>
     </annotation-xml>
</semantics>