<table-wrap-group>

Table Wrapper Group

Definition

Wrapper tag for a group of tables that are to be displayed together

Remarks

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
position Position

Model Information

Content Model

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

Description

The following, in order:

This element may be contained in:

<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <app-group> Appendix Group; <body> Body of the Article; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <floats-wrap> Floats Wrapper; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <ref-list> Reference List (Bibliographic); <sec> Section; <trans-abstract> Translated Abstract

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