<oasis:entry> Table Entry (OASIS Table Model)

A cell of a table

Usage/Remarks

Horizontal spanning in tables is indicated by placing the content to be spanned in a table cell (<oasis:entry>) and using its @namest and @nameend attributes to indicate the column on which the span should start and the column on which the span should end (inclusive). Both attributes indicate a column by column name (the content of the @colname attribute).
<oasis:entry>s are equivalent to <th> and <td> in the XHTML table model. <oasis:entry>s in a <oasis:thead> are the equivalent of <th> elements. <oasis:entry>s inside a <oasis:tbody> are the same as <td> elements.
The official OASIS Exchange (CALS) Table Model documentation can be found at http://www.oasis-open.org/specs/a502.htm

<entry> Element Content

The content of the <oasis:entry> element is determined by the tag set being used. See the documentation for your base tag set to determine which elements may be used inside a table cell.

JATS Attribute Additions

JATS has added its “common” attributes (@id and @xml:base) to all OASIS table elements. For more information about these attributes, see documentation for the appropriate JATS tag set (https://jats.nlm.nih.gov/).
Attributes

Base Attributes

Models and Context
May be contained in
Description
The content of a table cell will be defined by your specific tag set; it may contain text, phrase-level structures, and possibly paragraph-level structures.
Content Model
<!ELEMENT  %oentry.qname; %tbl.entry.mdl;>
Tagged Samples
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>
...
Last <entry>t uses @char and @charoff to create decimal alignment
...
<oasis:row>
<oasis:entry>Comprehensive care (5 trials)</oasis:entry>
<oasis:entry align="center">151/597</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>
...
Related Resources