tagset-family JATS Tag Set Family

Which of the JATS tag set families is the basis for this document’s tag set?

Usage/Remarks

Related Attributes
Several attributes on the <processing-meta> element describe the tag set version choices more fully than the @dtd-version attribute alone:
Which of the JATS tag set families is the basis for this document’s tag set? (e.g., “sts” or “jats”)
Which of the STS standard tag sets is the basis for this document? (e.g., “interchange” or “extended”)
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”)
Are the terms for this standard described by TBX or by <term-display>?
A list of the (possibly many) ways mathematical expressions may be represented in this document (e.g., both MathML and TeX [“mathml tex”])
OPTIONAL on element: <processing-meta>
Value Meaning
bits BITS (Book Interchange Tag Suite)
jats JATS (Journal Article Tag Suite)
sts STS (Standards Tag Suite)
Restriction @tagset-family is an optional attribute; there is no default.
Tagged Sample

STS family

<standard
  xmlns:mml="http://www.w3.org/1998/Math/MathML"
  xmlns:tbx="urn:iso:std:iso:30042:ed-1"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  dtd-version="1.1d1"
  xml:lang="en">
 <processing-meta
   base-tagset="interchange"
   mathml-version="3.0"
   table-model="xhtml"
   terminology-model="term-display"
   math-representation="mathml png"
   tagset-family="sts" />  
 <front>...</front>
 <body>...</body>
 <back>...</back>
</standard>