◇◆
mathml-version MathML Version
Which version of MathML is used by the tag set for this document?
Usage/Remarks
JATS Archiving, Publishing, and Authoring all include the definition of a MathML
variant. But if no version of MathML is used to tag documents in this particular tag
set, this attribute should not be used.
OPTIONAL on element: <processing-meta>
Value | Meaning |
---|---|
2.0 | MathML 2.0 is used |
3.0 | MathML 3.0 is used |
Restriction | @mathml-version is an optional attribute; there is no default. |
Tagged Sample
Mathml 2.0
<article
dtd-version="1.3"
article-type="editorial"
specific-use="migrated"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xml:lang="en">
<processing-meta
tagset-family="jats"
base-tagset="publishing"
mathml-version="2.0"
table-model="xhtml">...</processing-meta>
<front>...</front>
<body>...</body>
<back>...</back>
</article>