ZVON > References > MathML Reference

Go to Standard
Element:annotation-xml
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 |
Children:ANY |

Examples:

XHTML documentMathML Source
---
<semantics>
     <apply>
          <plus/>
          <apply>
               <sin/>
               <ci> x </ci>
          </apply>
          <cn> 5 </cn>
     </apply>
     <annotation-xml encoding="OpenMath">
          <OMA>
               <OMS name="plus" cd="arith1"/>
               <OMA>
                    <OMS name="sin" cd="transc1"/>
                    <OMV name="x"/>
               </OMA>
               <OMI>5</OMI>
          </OMA>
     </annotation-xml>
</semantics>