mathml-version MathML Version

Which version of MathML is used by the tag set for this document?

Usage/Remarks

BITS includes MathML 3.0 and no other MathML versions. This attribute is provided in BITS only because it is available in JATS and the mission of BITS includes the adoption of JATS articles with minimal friction.
FIXED (not settable) on element: <processing-meta>
Value Meaning
3.0 This value is #FIXED to “3.0”, meaning that MathML 3.0 is used. That value may not be changed in the document.
Restriction @mathml-version need not be used, but even if not present in a document, the value will be “3.0”.
Tagged Sample

MathML 3.0

<book
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:mml="http://www.w3.org/1998/Math/MathML"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
  book-type="gov"
  dtd-version="2.1"
  indexed="yes"
  xml:lang="en">
 <processing-meta
   tagset-family="bits"
   table-model="xhtml"
   math-representation="mathml tex"
   mathml-version="3.0">...</processing-meta>
 <book-meta>...</book-meta>
 <book-body>...</book-body>
 <book-back>...</book-back>
</book>