<mml:math>

Math (Mathml 2.0 DTD)

The top-level element for math tagged according to the MathML Tag Set

Remarks

The various elements and attributes of MathML used inside <mml:math> are not documented here; refer to online documentation for the Mathematical Markup Language(MathML) 2.0 Tag Set and Design Science.

Attributes

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)

This element may be contained in:

<abstract>, <ack>, <addr-line>, <aff>, <alternatives>, <alt-title>, <app>, <app-group>, <article-title>, <attrib>, <award-id>, <bio>, <body>, <bold>, <boxed-text>, <chapter-title>, <chem-struct>, <collab>, <comment>, <copyright-statement>, <corresp>, <def-head>, <disp-formula>, <disp-quote>, <etal>, <ext-link>, <funding-source>, <funding-statement>, <inline-formula>, <inline-supplementary-material>, <institution>, <italic>, <kwd>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <notes>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <product>, <ref-list>, <related-article>, <role>, <roman>, <sans-serif>, <sc>, <sec>, <series>, <series-text>, <series-title>, <source>, <speaker>, <strike>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-abstract>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>

Example 1

...
<disp-formula id="eq4">
<alternatives>
<graphic id="eq4a" xlink:href="met_12_3_317_eq4a.tif"/>
<mml:math>
<mml:mrow>
<mml:msup>
<mml:mfenced>
<mml:mrow>
<mml:mi>a</mml:mi>
<mml:mo>&plus;</mml:mo>
<mml:mn>3</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mn>2</mml:mn>
</mml:msup>
<mml:mo>&minus;</mml:mo>
<mml:mfenced>
<mml:mrow>
<mml:mi>10</mml:mi>
<mml:mo>&minus;</mml:mo>
<mml:mn>b</mml:mn>
</mml:mrow>
</mml:mfenced>
<mml:mo>&equals;</mml:mo>
<mml:mn>24</mml:mn>
</mml:mrow>
</mml:math>
</alternatives>
<label>4</label>
</disp-formula>
...

Example 2

<ref-list>
<ref>
<mixed-citation id="c23" publication-type="journal">
<person-group person-group-type="author">
<string-name><surname>Climber</surname>, <given-names>R.</given-names></string-name>,
&amp; <string-name><surname>Faller</surname>, <given-names>S.</given-names></string-name>
</person-group>
(<year>1993</year>). <article-title>The ADA and an equation:
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mrow>
<mml:mrow>
<mml:msup>
<mml:mi>x</mml:mi>
<mml:mn>2</mml:mn>
</mml:msup>
<mml:mo>&plus;</mml:mo>
<mml:mrow>
<mml:mn>8</mml:mn>
<mml:mo>&InvisibleTimes;</mml:mo>
<mml:mi>x</mml:mi>
</mml:mrow>
<mml:mo>&plus;</mml:mo>
<mml:mn>15</mml:mn>
</mml:mrow>
<mml:mo>&equals;</mml:mo>
<mml:mn>0</mml:mn>
</mml:mrow>
</mml:math></article-title>.
<source>Some Journal or Other</source>,
<volume>45</volume>(<issue>2</issue>),
<fpage>10</fpage>-<lpage>36</lpage>.
</mixed-citation>
</ref>
</ref-list>

Module

mathml2.dtd