Tables

The OASIS CALS table model is used in TF JATS. The table elements have been placed in the same namespace as other elements to avoid complications. We would like feedback from vendors about their experience with this implementation.

In-text call-outs to tables should be tagged using the <xref> element. For example:

<xref rid="t0001">Table 1</xref>

Example

<table-wrap orientation="portrait" id="t0001">
  <label>Table 1</label>
  <caption>
    <title>Description of fish-allergic subjects.</title>
  </caption>
  <table frame="topbot">
    <tgroup cols="2">
      <colspec colnum="1" colname="col1" colwidth="1*"/>
      <colspec colnum="2" colname="col2" colwidth="1*"/>
      <thead>
        <row rowsep="1">
          <entry colname="col1" align="left">Subjects</entry>
          <entry colname="col2" align="center">Code</entry>
        </row>
      </thead>
      <tbody>
        <row>
          <entry colname="col1" align="left">Z.Y.</entry>
          <entry colname="col2" align="left">P1</entry>
        </row>
        <row>
          <entry colname="col1" align="left">T.R.Y</entry>
          <entry colname="col2" align="left">P2</entry>
        </row>
      </tbody>
    </tgroup>
  </table>
  <table-wrap-foot>
    <fn>
      <p>FA: fish allergy</p>
    </fn>
  </table-wrap-foot>
</table-wrap>