dtd-version

Version of the Tag Set (DTD) (タグセット (DTD) の版)

この記事を検証するために使用されるべきタグセットの版。

備考

推奨用法: これは、タグセットが版や改訂を変更するたびに値が変更される「固定」属性です (つまり値が DTD のパラメータ・エンティティによって設定されるため、執筆者や編集者は変更できません)。

次の要素に使用: <article>

意味
1.1現在、Journal Publishing Tag Set の NISO JATS version 1.1 (ANSI NISO Z39.96-2015) が使用されている。
制限@dtd-version は文書中で変更できない固定値を持つ。

用例


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