<oasis:table> Table (OASIS Table Model)

Data presented structurally in rows and columns

Usage/Remarks

The official OASIS Exchange (CALS) Table Model documentation can be found at http://www.oasis-open.org/specs/a502.htm

JATS Changes and/or Additions

The <oasis:table> element is usually just part of what would be called a “table” in print; a full table may include a table title, table footnotes, introductory paragraphs, etc., and is created using the <table-wrap> element.
For purposes of the JATS tag sets, the OASIS (CALS) Table Exchange part of the OASIS table model has been over-ridden to remove the <title> element from <oasis:table> because, in JATS, <title> has been made part of <table-wrap>.
In addition to the “common” attributes (@id and @xml:base) JATS has added to all OASIS table elements, the <oasis:table> element may also use the JATS @content-type and @specific-use attributes. For more information about these attributes, see documentation for the appropriate JATS tag set (https://jats.nlm.nih.gov/).
Related Elements
The row and column tags that describe the table cells are defined by the OASIS (CALS) Table Exchange table model <oasis:table> element. This element is not, in itself, a full table, but only the rows and columns portions of a table. A full table may have other features, such as a title, table footnotes, etc. The JATS <table-wrap> element contains the full table, that is, both rows and columns as well as such features as a title, footnotes, etc.
Attributes

Base Attributes

Namespaces

xmlns:oasis (fixed value = http://www.niso.org/standards/z39-96/ns/oasis-exchange/table)
Models and Context
Description
Content Model
<!ELEMENT  %tbl.table.name; (%tbl.table.mdl;) >
Expanded Content Model

(oasis:tgroup+)

Tagged Sample

Complete table with some empty cells

...
<table-wrap id="TN0.170">
<label>Table</label>
<caption>
<p>Numbers of patients receiving institutional
care at the end of scheduled follow up and
use of hospital beds among those allocated
to day hospital or alternative services</p>
</caption>

<oasis:table frame="all">
<oasis:tgroup cols="7">
<oasis:colspec colnum="1" colname="col1" align="center" colsep="1"/>
<oasis:colspec colnum="2" colname="col2" align="center" colsep="1"/>
<oasis:colspec colnum="3" colname="col3" align="center" colsep="1"/>
<oasis:colspec colnum="4" colname="col4" align="center" colsep="1"/>
<oasis:colspec colnum="5" colname="col5" align="center" colsep="1" colwidth="2"/>
<oasis:colspec colnum="6" colname="col6" align="center" colsep="1"/>
<oasis:colspec colnum="7" colname="col7" align="char" charoff="30" char="."/>
<oasis:thead valign="middle">
<oasis:row>
<oasis:entry morerows="1"></oasis:entry>
<oasis:entry namest="col2" nameend="col4" align="center"
morerows="1">Institutional care</oasis:entry>
<oasis:entry morerows="1"></oasis:entry>
<oasis:entry namest="col6" nameend="col7" align="center"
morerows="1">&#x2003;Bed use (days)</oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry namest="col2" nameend="col4" rowsep="1"></oasis:entry>
<oasis:entry namest="col6" nameend="col7" rowsep="1"></oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry>Control group</oasis:entry>
<oasis:entry align="center">Day hospital</oasis:entry>
<oasis:entry align="center">Control</oasis:entry>
<oasis:entry align="center">Odds ratio (95&#x0025; CI)</oasis:entry>
<oasis:entry></oasis:entry>
<oasis:entry align="center">Day hospital</oasis:entry>
<oasis:entry align="center">Control</oasis:entry>
</oasis:row>
</oasis:thead>
<oasis:tbody valign="middle">
<oasis:row>
<oasis:entry namest="col1" nameend="col7" rowsep="1"></oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry>Comprehensive care (5 trials)</oasis:entry>
<oasis:entry align="center">151/597<xref ref-type="table-fn"
rid="TF1-150"></xref></oasis:entry>
<oasis:entry align="center">159/584</oasis:entry>
<oasis:entry align="center">0.91 (0.70 to 1.19)</oasis:entry>
<oasis:entry></oasis:entry>
<oasis:entry align="center">20.5</oasis:entry>
<oasis:entry align="char" char="." charoff="30">21.4</oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry>Domiciliary care (4 trials)</oasis:entry>
<oasis:entry align="center">20/216</oasis:entry>
<oasis:entry align="center">&#x2002;19/227</oasis:entry>
<oasis:entry align="center">1.61 (0.30 to 8.55)</oasis:entry>
<oasis:entry></oasis:entry>
<oasis:entry align="center">&#x2002;7.7</oasis:entry>
<oasis:entry align="char" char="." charoff="30">11.1</oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry>No comprehensive care (3 trials)</oasis:entry>
<oasis:entry align="center">37/411</oasis:entry>
<oasis:entry align="center">&#x2002;66/403</oasis:entry>
<oasis:entry align="center">0.50<xref ref-type="table-fn"
rid="TF1-151"></xref> (0.26 to 0.96)</oasis:entry>
<oasis:entry></oasis:entry>
<oasis:entry align="center">11.2</oasis:entry>
<oasis:entry align="char" char="." charoff="30">11.7</oasis:entry>
</oasis:row>
<oasis:row>
<oasis:entry>Total</oasis:entry>
<oasis:entry align="center">208/1224</oasis:entry>
<oasis:entry align="center">244/1214</oasis:entry>
<oasis:entry align="center">0.77 (0.52 to 1.13)</oasis:entry>
<oasis:entry></oasis:entry>
<oasis:entry align="center">15.0</oasis:entry>
<oasis:entry align="char" char="." charoff="30">16.4</oasis:entry>
</oasis:row>
</oasis:tbody>
</oasis:tgroup>
</oasis:table>

<table-wrap-foot>
<fn id="TF1-150"><p>Data not available for 1 trial.</p>
</fn>
<fn id="TF1-151"><p>P&#x003C;0.05 (random effects
model).</p>
</fn>
</table-wrap-foot>
</table-wrap>
...
Related Resources