element <biblio>
Namespace:
Type:
anonymous complexType
Content:
complex, 21 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<biblio>
   
Content: 
(title, paraltitle*)?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | verbatim)*, ((biblioref, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)*, (bibliodiv, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | verbatim)*)*) | (bibliodiv, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | verbatim)*)+)
</biblio>
May contain elements (12):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Bibliography
Description
List of works appended to the article indicating the author’s bibliographic references.
Comments

This element also includes lists of non-print matter such as a discography, videography, etc.

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
<biblio>
    <title>Références bibliographiques</title>
    <bibliodiv>
        <title>Livres</title>
        <biblioref id="rb1">…</biblioref>
    </bibliodiv>
    <bibliodiv>
        <title>Autres références</title>
        <biblioref id="rb2">…</biblioref>
    </bibliodiv>
</biblio>
example 2
<biblio>
    <title>Bibliographie</title>
    <bibliodiv>
        <biblioref id="rb1">…</biblioref>
        <biblioref id="rb2">…</biblioref>
    </bibliodiv>
    <bibliodiv>
        <title>Articles</title>
        <biblioref id="rb3">…</biblioref>
        <biblioref id="rb4">…</biblioref>
    </bibliodiv>
</biblio>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="biblio">
<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="bibliogen"/>
<xs:choice>
<xs:sequence>
<xs:sequence>
<xs:element ref="biblioref"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="embeddedblock"/>
</xs:sequence>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="bibliodiv"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="bibliogen"/>
</xs:sequence>
</xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="bibliodiv"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="bibliogen"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/21)
bibliodiv
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="bibliodiv"/>

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

biblioref
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element ref="biblioref"/>

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