<table-wrap-group>

Table Wrapper Group

Container element for a group of tables that are to be displayed together

Remarks

For a detailed discussion on the use of <table-wrap-group>, see Table, Table Wrapper, and Table Group.

The @position attribute may be used to indicate whether a <table-wrap-group> 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

content-type Type of Content
id Identifier
orientation Orientation
position Position
specific-use Specific Use

Content Model

<!ELEMENT  table-wrap-group       
                        %table-wrap-group-model;                     >

Expanded Content Model

(label?, caption?, 
(alt-text | long-desc | email | ext-link | uri)*, (table-wrap)+)

Description

The following, in order:

This element may be contained in:

<app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-quote>, <floats-group>, <glossary>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>

Example

...
<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>
</sec>
...

Module

display3.ent