ZVON > References > MathML Reference

Go to Standard
Element:annotation
Attributes:class | encoding | id | other | style | xlink:href | xref |
Parents:apply | bvar | condition | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | matrix | matrixrow | momentabout | otherwise | piece | reln | semantics | set | uplimit | vector |

Examples:

XHTML documentMathML Source
---
<semantics>
     <apply>
          <plus/>
          <apply>
               <sin/>
               <ci> x </ci>
          </apply>
          <cn> 5 </cn>
     </apply>
     <annotation encoding="TeX"> \sin x + 5 </annotation>
</semantics>