<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

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 Matter; <body> Body of the Book; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <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


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

display.ent