<mml:math>

Math (MathML 2.0 Tag Set)

Definition

The top-level element for math tagged according to the MathML Tag Set. See documentation for the Mathematical Markup Language (MathML) 2.0 Tag Set.

Attributes

alternate-form-of Alternate Form of Graphic, Media Object, Etc.
altimg Alternate Image (MathML 2.0 Tag Set)
alttext Alternate Text (MathML 2.0 Tag Set)
baseline Baseline (MathML 2.0 Tag Set)
class Class (MathML 2.0 Tag Set)
display Display (MathML 2.0 Tag Set)
height Height (MathML 2.0 Tag Set)
id Identifier
macros Macros (MathML 2.0 Tag Set)
mode Mode (MathML 2.0 Tag Set)
name Name
other Other (MathML 2.0 Tag Set)
overflow Overflow (MathML 2.0 Tag Set)
style Style (XHTML table model; MathML 2.0 Tag Set)
type Type (MathML 2.0 Tag Set)
width Width (XHTML table model; MathML 2.0 Tag Set)
xlink:href Href (Linking Mechanism)
xlink:type Type of Link
xmlns:mml MathML Namespace Declaration
xref Cross Reference (MathML 2.0 Tag Set)
xsi:schemaLocation Schema Location (MathML 2.0 Tag Set)

Model Information

Content Model

See MathML documentation.

Description

See documentation for MathML 2.0 DTD.

This element may be contained in:

<alt-title> Alternate Title; <app> Appendix; <app-group> Appendix Matter; <article-title> Article Title; <attrib> Attribution; <body> Body of the Article; <bold> Bold; <boxed-text> Boxed Text; <chem-struct> Chemical Structure (Display); <comment> Comment in a Citation; <def-head> Definition List: Definition Head; <disp-formula> Formula, Display; <disp-quote> Quote, Displayed; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <inline-formula> Formula, Inline; <italic> Italic; <meta-name> Metadata Data Name for Custom Metadata; <meta-value> Metadata Data Value for Custom Metadata; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <notes> Notes; <overline> Overline; <p> Paragraph; <ref-list> Reference List (Bibliographic Reference List); <sans-serif> Sans Serif; <sc> Small Caps; <sec> Section; <strike> Strike Through; <sub> Subscript; <subtitle> Article Subtitle; <sup> Superscript; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <term-head> Definition List: Term Head; <th> Table Header Cell (XHTML table model); <title> Title; <trans-subtitle> Translated Subtitle; <trans-title> Translated Title; <underline> Underline

Tagged Example


<article>
<front>
...
</front>
<body>
...
<p>... This can be seen in the following summation:
<mml:math>
<mml:semantics>
<mml:mrow>
<mml:munder>
<mml:mo>&sum;</mml:mo>
<mml:mi>m</mml:mi>
</mml:munder>
<mml:mrow>
<mml:msub>
<mml:mover accent='true'>
<mml:mi>p</mml:mi>
<mml:mo>&dot;</mml:mo>
</mml:mover>
<mml:mi>m</mml:mi>
</mml:msub>
<mml:mo>=</mml:mo>
<mml:mn>0</mml:mn>
</mml:mrow>
</mml:mrow>
</mml:semantics>
</mml:math>
</p>
...
</body>
<back>
...
</back>
</article> 


Module

mathml2.dtd