<table-wrap-group>

Table Wrapper Group

Definition

Wrapper tag for a group of tables that must be displayed together.

Remarks

The position attribute may be used to indicate whether this element must be anchored at its exact location within the text or whether it may float, for example, to the top of the next page, into the next column, to the end of a logical file, or within a separate window.

Attributes

id Identifier
position Position

Model Description

The following, in order:

Tagged Example


<article>
...
<body>
<sec>
<title>Component of Care Provision</title>
...
<table-wrap-group>
<table-wrap id="TN0.124">
<caption>...</caption>
<table>
<thead>...
</thead>
<tbody>...
</tbody>
</table>
</table-wrap>

<table-wrap id="TN0.125">
<caption>...</caption>
<table>
<thead>...
</thead>
<tbody>...
</tbody>
</table>
</table-wrap>

<table-wrap id="TN0.126">
<caption>...</caption>
<table>
<thead>...
</thead>
<tbody>...
</tbody>
</table>
</table-wrap>

</table-wrap-group>

...</article>


Module

display.ent