element <appendixgr>
Namespace:
Type:
anonymous complexType
Content:
complex, 12 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<appendixgr>
   
Content: 
(title, paraltitle*)?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)*, appendix+
</appendixgr>
May contain elements (12):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Appendix group
Description
Set of appendices in an article.
Examples
example 1
<appendixgr>
    <title>Appendices</title>
    <appendix id="an1">
        <section1 id="s1n71">
            <title>…</title>
            <section2 id="s2n35">
                <title>…</title>
                <para id="pa109">…</para>
            </section2>
        </section1>
    </appendix>
    <appendix id="an2">
        <section1 id="s1n22">
            <table id="ta3">
                <no>Tableau 3</no>
                <caption lang="fr">
                    <blocktext>…</blocktext>
                </caption>
                …
            </table>
        </section1>
    </appendix>
</appendixgr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="appendixgr">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="title"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paraltitle"/>
</xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="embeddedblock"/>
<xs:element maxOccurs="unbounded" ref="appendix"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/12)
appendix
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="appendix"/>

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

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