element <bibliogr>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<bibliogr>
   
Content: 
biblio+
</bibliogr>
May contain elements (1):
May be included in elements (2):
Known Usage Locations
Annotation
Label
Bibliography group
Description
Set of all the bibliographies for the article.
Comments
If the article includes several bibliographies, they will be managed in a separate “biblio” element. However, don't confuse the multiple divisions of a unique bibliography with the presence of several distinct bibliographies.
Examples
example 1
<bibliogr>
    <biblio>
        <title>Bibliographie</title>
        <bibliodiv>
            <biblioref id="rb1">…</biblioref>
            <biblioref id="rb2">…</biblioref>
        </bibliodiv>
        …
    </biblio>
    <biblio>
        <title>Discographie</title>
        <biblioref id="rb3">…</biblioref>
        <biblioref id="rb4">…</biblioref>
    </biblio>
</bibliogr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="bibliogr">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="biblio"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
biblio
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="biblio"/>

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