Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 21 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 5 elements |
Used: |
at 1 location |
| XML Representation Summary | |||||
| <biblio> | |||||
|
|||||
| </biblio> | |||||
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.
<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>
<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>
| <xs:element name="biblio"> <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: |
anonymous, complex content |
| <xs:element ref="bibliodiv"/> |
Type: |
anonymous, complex content |
| <xs:element ref="bibliodiv"/> |
Type: |
biblioreftype, mixed content |
| <xs:element ref="biblioref"/> |
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 |