element <tablegr>
Namespace:
Type:
Content:
complex, 1 attribute, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<tablegr
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, table+, tabnote*, source?
</tablegr>
May contain elements (5):
May be included in elements (9):
Known Usage Locations
Annotation
Label
Table group
Description
Set of tables in an article.
Comments

This element is used only to represent the subdivision of an idea into multiple tables, e.g. Table 7a and 7b combined under Table 7.

The different tables in a group might not appear one after the other in the print version but, rather, scattered among (or in) different paragraphs in the article. In this case, they must all be grouped where the first of the tables is to be placed.

For the same table group, though it is possible to combine tables in the form of image or text, it is recommended to choose a single form, for uniformity reasons.

Sets of tables appearing within a paragraph must be relocated at the end of that paragraph.

Examples
example 1
<tablegr id="gt3">
    <no>Table 7</no>
    <table id="ta15">
        <no>Table 7a</no>
        <caption lang="en">…</caption>
        <mediaobject float="block">…</mediaobject>
    </table>
    <table id="ta16">
        <no>Table 7b</no>
        <caption lang="en">…</caption>
        <mediaobject float="block">…</mediaobject>
    </table>
    <table id="ta17">
        <no>Table 7c</no>
        <caption lang="en">…</caption>
        <mediaobject float="block">…</mediaobject>
    </table>
</tablegr>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tablegr">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="table"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tabnote"/>
<xs:element minOccurs="0" ref="source"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/5)
source
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="source"/>

table
Type:
anonymous (extension of illustrationtype), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="table"/>

tabnote
Type:
illustrationnotetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tabnote"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set