element <appendix>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<appendix
    id
 = 
xs:ID
    >
   
Content: 
no*, (title, paraltitle*)?, section1+, appnote*
</appendix>
May contain elements (5):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Appendix
Description
A section attached to the information contained in the body of the article.
Comments
An “appendix” element should be included for each appendix identified at the end of the article, even those that have neither an Appendix n nor any other similar title that would clearly identify them as such.
Examples
example 1
<appendix id="an1">
    <section1 id="s1n71">
        <title>…</title>
        <section2 id="s2n35">
            <title>…</title>
            <para id="pa109">…</para>
        </section2>
    </section1>
</appendix>
example 2
<appendix id="an2">
    <section1 id="s1n22">
        <table id="ta3">
            <no>Tableau 3</no>
            <caption lang="fr">
                <blocktext>…</blocktext>
            </caption>
            …
        </table>
    </section1>
</appendix>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="appendix">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="no"/>
<xs:sequence minOccurs="0">
<xs:element ref="title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paraltitle"/>
</xs:sequence>
<xs:element maxOccurs="unbounded" ref="section1"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="appnote"/>
</xs:sequence>
<xs:attributeGroup ref="id"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/5)
appnote
Type:
notetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="appnote"/>

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

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

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

title
Type:
XML Source (see within schema source)
<xs:element ref="title"/>

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