Namespace:  | 
|
Type:  | 
embedded complexType  | 
Content:  | 
complex, 19 elements  | 
Defined:  | 
globally in eruditarticle.xsd, see XML source  | 
Includes:  | 
definitions of 4 elements  | 
Used:  | 
at 2 locations  | 
XML Representation Summary  | 
|||||
<divbiblio>  | 
|||||
  | 
|||||
</divbiblio>  | 
|||||
<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>
	             | <xs:element name="divbiblio"> <xs:complexType> <xs:sequence> <xs:choice> <xs:sequence> <xs:sequence> </xs:sequence> <xs:sequence maxOccurs="unbounded" minOccurs="0"> </xs:sequence> </xs:sequence> <xs:sequence maxOccurs="unbounded"> </xs:sequence> </xs:choice> </xs:sequence> </xs:complexType> </xs:element>  |