Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 5 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<tablegr | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</tablegr> |
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.
<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>
Type Derivation Tree![]() |
<xs:element name="tablegr"> <xs:complexType> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
biblioreftype, mixed content |
<xs:element minOccurs="0" ref="source"/> |
Type: |
<xs:element maxOccurs="unbounded" ref="table"/> |
Type: |
illustrationnotetype, complex content |
<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 |