mml:*

mml:* — Any element from the MathML namespace

Synopsis

Content Model

mml:* ::=

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

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 content.

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

Parents

These elements contain mml:*: equation, 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:apply><mml:divide/></mml:apply></mml:math>
</informalequation>

</article>

ChangeLog

This alpha reference page is $Revision: 1.7 $ published $Date: 2005/10/29 20:02:42 $.