element <grtableau>
Namespace:
Type:
embedded (extension of illustrationtype)
Content:
complex, 1 attribute, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<grtableau
   
id
 = 
xs:ID
   
>
   
Content: 
</grtableau>
May contain elements (5):
May be included in elements (9):
Known Usage Locations
Annotation

Étiquette: Groupe tableau

Description:
Regroupement de tableaux, dans un article.

Commentaires:
exemple 1
<grtableau id="gt3">
    <no>Table 7</no>
    <tableau id="ta15">
        <no>Table 7a</no>
        <legende lang="en">…</legende>
        <objetmedia flot="bloc">…</objetmedia>
    </tableau>
    <tableau id="ta16">
        <no>Table 7b</no>
        <legende lang="en">…</legende>
        <objetmedia flot="bloc">…</objetmedia>
    </tableau>
    <tableau id="ta17">
        <no>Table 7c</no>
        <legende lang="en">…</legende>
        <objetmedia flot="bloc">…</objetmedia>
    </tableau>
</grtableau>
	             
Embedded Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (1); see schema source)
<xs:element name="grtableau">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="tableau"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notetabl"/>
<xs:element minOccurs="0" ref="source"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>