element <table>
Namespace:
Type:
Content:
complex, 1 attribute, 6 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<table
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, (tabtext | mediaobject+), tabnote*, source?
</table>
May contain elements (6):
May be included in elements (10):
Known Usage Locations
Annotation
Label
Table
Description
Representation of a data set organized and arranged into rows and columns.
Comments

Note that tables can be represented as images (“mediaobject”) or text (“tabtext”).

A table must contain only “image”-type media objects, even if the content model of the “objetmedia” element also contains “audio” and “video” elements.

The content of the “no” sub-element must be entered as it appears in the article, with or without initial or final punctuation. This content consists of a mention of the type of object, along with its number, such as: (Table 1, Tab. 1, Table 1, Excerpt 1, etc.)

When appearing within a paragraph, tables must generally be relocated at the end of that paragraph.

Use the “table” element only to tag objects that correspond semantically to tables and not for “figure” or “box”-type objects whose numbering might mistakenly contain the word “table”.

Examples
example 1
<table id="ta15">
    <no>Tableau 13</no>
    <caption lang="fr">…</caption>
    <mediaobject float="block">…</mediaobject>
    <tabnote>…</tabnote>
    <source>…</source>
</table>
example 2
<table id="ta4">
    <no>Tableau 4</no>
    <caption lang="en">…</caption>
    <tabtext id="tt4" type="1" lang="en">…</tabtext>
    <tabnote>…</tabnote>
    <source>…</source>
</table>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="table">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:choice>
<xs:element ref="tabtext"/>
<xs:element maxOccurs="unbounded" ref="mediaobject"/>
</xs:choice>
<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; 4/6)
mediaobject
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="mediaobject"/>

source
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="source"/>

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

tabtext
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="tabtext"/>

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