Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 6 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 4 elements |
Used: |
at 2 locations |
XML Representation Summary | |||||
<table | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</table> |
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”.
<table id="ta15"> <no>Tableau 13</no> <caption lang="fr">…</caption> <mediaobject float="block">…</mediaobject> <tabnote>…</tabnote> <source>…</source> </table>
<table id="ta4"> <no>Tableau 4</no> <caption lang="en">…</caption> <tabtext id="tt4" type="1" lang="en">…</tabtext> <tabnote>…</tabnote> <source>…</source> </table>
Type Derivation Tree![]() |
<xs:element name="table"> <xs:complexType> <xs:complexContent> <xs:sequence> <xs:choice> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
anonymous, complex content |
<xs:element maxOccurs="unbounded" ref="mediaobject"/> |
Type: |
biblioreftype, mixed content |
<xs:element minOccurs="0" ref="source"/> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tabnote"/> |
Type: |
anonymous, complex content |
<xs:element ref="tabtext"/> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |