base-tagset Base Tag Set Name

Which of the STS standard tag sets is the basis for this document?

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
interchange Interchange Tag Set — Basic STS Tag Set for interchange, using only XHTML tables.
extended The Extended Tag Set differs from the Interchange Tag Set in allowing OASIS Exchange (CALS) tables in addition to XHTML tables.
Restriction @base-tagset is an optional attribute; there is no default.
Tagged Sample

An Interchange Tag Set

<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>