◇◆
tagset-family JATS Tag Set Family
Identifies which JATS tag set family is the basis for this document’s tag set? In
BITS, this is fixed to “bits”.
Usage/Remarks
Until Version 2.1 of BITS, @dtd-version was a #FIXED attribute, set in the schema/DTD, that could not be changed by the BITS user. It
was intended to name the highest-level version of BITS to which the document was valid.
Being #FIXED meant that the attribute was always there, even if it was not present in the document.
Since the @dtd-version attribute has never provided a complete description of which version of the tag set
a document is associated with, several attributes were added to the <processing-meta> element to describe the version choices more fully:
|
Which of the JATS tag set families is the basis for this document’s tag set? In BITS,
this is fixed to “bits”.
|
|
|
Which table model is used by the tag set for this document? (e.g., “xhtml” or “oasis”)
|
|
|
Which version of MathML is used by the tag set for this document? (e.g., “3.0” or “2.0”). In BITS, this is fixed to “3.0”.
|
|
|
A list of the (possibly many) ways mathematical expressions may be represented in
this document (e.g., both MathML and TeX [“mathml tex”])
|
FIXED (not settable) on element: <processing-meta>
| Value | Meaning |
|---|---|
| bits | This value is #FIXED to “bits” and may not be changed in the document. |
| Restriction | @tagset-family need not be used, but even if not present in a document, the value will be “bits”. |
Tagged Sample
Which tag set family? JATS, BITS? STS?
<book dtd-version="2.2" xml:lang="mul">
<processing-meta lang-grouping="yes"
tagset-family="bits"
mathml-version="3.0"
table-model="xhtml"></processing-meta>
<book-meta>
<book-title-group>...</book-title-group>
<content-language>fr</content-language>
<content-language>en</content-language>
</book-meta>
</book>