element <divbiblio>
Namespace:
Type:
embedded complexType
Content:
complex, 19 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<divbiblio>
   
Content: 
</divbiblio>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation

Étiquette: Division d’une bibliographie

Description:
Une section dans une bibliographie.

Commentaires:
exemple 1
<biblio>
    <titre>Références bibliographiques</titre>
    <divbiblio> 
        <titre>Livres</titre>
        <refbiblio id="rb1">…</refbiblio>
        ... 
    </divbiblio>
    <divbiblio>
        <titre>Autres références</titre>
        <refbiblio id="rb2">…</refbiblio>
        ...
    </divbiblio>
</biblio>
	             
exemple 2
<grbiblio>
    <biblio>
        <titre>Bibliographie</titre>
        <divbiblio>
            <refbiblio id="rb1">…</refbiblio>
            <refbiblio id="rb2">…</refbiblio>
        </divbiblio>
        ….
    </biblio>
    <biblio>
        <titre>Discographie</titre>
        <refbiblio id="rb3">…</refbiblio>
        <refbiblio id="rb4">…</refbiblio>
    </biblio>
</grbiblio>
	             
XML Source (w/o annotations (1); see schema source)
<xs:element name="divbiblio">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="titre"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="bibliogen"/>
<xs:choice>
<xs:sequence>
<xs:sequence>
<xs:element ref="refbiblio"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="blocimbrique"/>
</xs:sequence>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="subdivbiblio"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="bibliogen"/>
</xs:sequence>
</xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="subdivbiblio"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="bibliogen"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>