mml:*

mml:* — Any element from the MathML namespace.

Synopsis

mml:* ::=

  • Any element from the http://www.w3.org/1998/Math/MathML namespace.

Attributes

Attributes:

  • Zero or more:
    • Any attribute

Description

This position in a content model can be occupied by any element in the MathML namespace.

The Mathematical Markup Language Recommendation from the W3C defines the Mathematical Markup Language, or MathML. MathML is an XML application for describing mathematical notation and capturing both its structure and its content.

A complete description of MathML is outside the scope of this reference.

Attributes

None.

any attribute

Any attribute, including any attribute in any namespace.

Parents

These elements contain mml:*: equation, imagedata (db.imagedata.mathml), informalequation, inlineequation.

Examples

<article xmlns='http://docbook.org/ns/docbook'
	 xmlns:mml="http://www.w3.org/1998/Math/MathML">
<title>Example mml-math</title>

<informalequation>
<mml:math>
  <mml:msup>
    <mml:mi>x</mml:mi>
    <mml:mn>3</mml:mn>
  </mml:msup>
</mml:math>
</informalequation>

</article>

x3

Last revised by Norman Walsh on (git hash: c3457cab689d8fd89ba4252de204cf9a14e40acd 6a501344525f32f9834f0e4a5c3c3f8131803fa4 47fe34b28bad7941a61b9c1c17d47f6eed36cd04)