Namespace: |
|
Type: |
embedded complexType |
Content: |
complex, 1 attribute, 4 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 4 elements |
Used: |
at 1 location |
<annexe id="an2">
<no>Annexe 2</no>
<section1 id="s1n71">
<titre>…</titre>
<section2 id="s2n35">
<titre>…</titre>
<para id="pa109">…</para>
</section2>
</section1>
</annexe>
exemple 2
<annexe id="an1">
<section1 id="s1n22">
<tableau id="ta3">
<no>Tableau 3</no>
<legende lang="fr">
<alinea>…</alinea>
</legende>
…
</tableau>
</section1>
</annexe>
| <xs:element name="annexe"> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |