dtd-version

Version of the Tag Set (DTD)

Version of the Tag Set that should be used to validate this article.

Remarks

Best Practice: This is a “fixed” attribute (meaning that the value is set via a parameter entity in the DTD; thus, an author or editor cannot change it) that should change every time the Tag Set changes versions or revisions.

With the Element

<article>
Value Meaning
1.1d1 The NISO JATS 1.0 version 1.1d2 (Committee Draft 1.1, draft 2) of the Journal Publishing Tag Set is being used.
Restriction: @dtd-version has a fixed value which may not be changed in the document.

Example


<article
  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"
  article-type="article"
  dtd-version="1.1d2"
  specific-use="migrated"
  xml:lang="en">
<front>...</front>
<body>...</body>
<back>...</back>
</article>