biblioset
biblioset — A raw container for related bibliographic information.
Synopsis
biblioset ::= × ⏵
- One or more of:
- Zero or more of:
- Graphic elements ⏵
- “Info” elements ⏵
- Zero or more of:
dcterms:abstract
dcterms:accessRights
dcterms:accrualMethod
dcterms:accrualPeriodicity
dcterms:accrualPolicy
dcterms:alternative
dcterms:audience
dcterms:available
dcterms:bibliographicCitation
dcterms:conformsTo
dcterms:contributor
dcterms:coverage
dcterms:created
dcterms:creator
dcterms:date
dcterms:dateAccepted
dcterms:dateCopyrighted
dcterms:dateSubmitted
dcterms:description
dcterms:educationLevel
dcterms:extent
dcterms:format
dcterms:hasFormat
dcterms:hasPart
dcterms:hasVersion
dcterms:identifier
dcterms:instructionalMethod
dcterms:isFormatOf
dcterms:isPartOf
dcterms:isReferencedBy
dcterms:isReplacedBy
dcterms:isRequiredBy
dcterms:isVersionOf
dcterms:issued
dcterms:language
dcterms:license
dcterms:mediator
dcterms:medium
dcterms:modified
dcterms:provenance
dcterms:publisher
dcterms:references
dcterms:relation
dcterms:replaces
dcterms:requires
dcterms:rights
dcterms:rightsHolder
dcterms:source
dcterms:spatial
dcterms:subject
dcterms:tableOfContents
dcterms:temporal
dcterms:title
dcterms:type
dcterms:valid
citebiblioid
citetitle
person
personblurb
personname
subtitle
title
titleabbrev
- Publishing inlines ⏵
- Zero or more of:
Attributes
Common attributes and common linking attributes.
Additional attributes:
- relation
Description
A biblioset
is a raw
wrapper for
a collection of bibliographic information.
The purpose of this wrapper is to assert the relationship that
binds the collection. For example, in a biblioentry
for an article in a journal, you might use two
biblioset
s to wrap the fields related to the article
and the fields related to the journal.
Processing expectations
Formatted as a displayed block.
A biblioset
is raw.
It
contains a database-like collection of named fields. It is the
responsibility of the processing system to select elements from within
a biblioset
, present them in the correct order, and
add all punctuation.
There is no expectation that a system will present all of the
fields in a biblioset
or that they will be
displayed in the order in which they occur.
Correct formatting of biblioset
s is an
interchange issue. See Appendix C, Interchanging DocBook Documents.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- relation
Identifies the relationship between the bibliographic elemnts
Parents
9 elements contain biblioset
. × ⏵
Children
125 elements occur in biblioset
. × ⏵
See Also
Related elements: biblioentry
, bibliomisc
, bibliomixed
, bibliomset
.
Examples
1 |<bibliography xmlns='http://docbook.org/ns/docbook'>
|<title>Example biblioset</title>
||
<biblioentry>
5 |<abbrev>Walsh97</abbrev>
|<biblioset relation='journal'>
|<title>XML: Principles, Tools, and Techniques</title>
|<publisher>
|<publishername>O'Reilly & Associates, Inc.</publishername>
10 |</publisher>
|<biblioid class='issn'>1085-2301</biblioid>
|<editor><personname>
|<firstname>Dan</firstname><surname>Connolly</surname>
|</personname></editor>
15 |</biblioset>
|<biblioset relation='article'>
|<title>A Guide to XML</title>
|<author><personname>
|<surname>Walsh</surname><firstname>Norman</firstname>
20 |</personname></author>
|<copyright><year>1997</year><holder>ArborText, Inc.</holder></copyright>
|<artpagenums>97-108</artpagenums>
|</biblioset>
|</biblioentry>
25 ||
</bibliography>