Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 21 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 5 elements |
Used: |
at 2 locations |
XML Representation Summary | |||||
<bibliodiv> | |||||
|
|||||
</bibliodiv> |
It is possible that the first division of a bibliography does not include a title.
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.
<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>
<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>
<xs:element name="bibliodiv"> <xs:complexType> <xs:sequence> <xs:sequence minOccurs="0"> </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> |
Type: |
biblioreftype, mixed content |
<xs:element ref="biblioref"/> |
Type: |
anonymous, complex content |
<xs:element ref="bibliosubdiv"/> |
Type: |
anonymous, complex content |
<xs:element ref="bibliosubdiv"/> |
Type: |
textlangtype, mixed content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paraltitle"/> |
Type: |
textspecialprocessingtype, mixed content |
<xs:element ref="title"/> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |