element <grannexe>
Namespace:
Type:
embedded complexType
Content:
complex, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<grannexe>
   
Content: 
</grannexe>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Groupe annexe

Description:
Regroupement d’annexes, dans un article.

exemple 1
<grannexe>
<titre>Appendices</titre>
<annexe id="an1">
    <section1 id="s1n71">
        <titre>…</titre>
        <section2 id="s2n35">
            <titre>…</titre>
            <para id="pa109">…</para>
        </section2>
    </section1>
</annexe>
<annexe id="an2">
    <section1 id="s1n22">
        <tableau id="ta3">
            <no>Tableau 3</no>
            <legende lang="fr">
                <alinea>…</alinea>
            </legende>
            …
        </tableau>
    </section1>
</annexe>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="grannexe">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="titre"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="blocimbrique"/>
<xs:element maxOccurs="unbounded" ref="annexe"/>
</xs:sequence>
</xs:complexType>
</xs:element>