bibliomset — A cooked container for related bibliographic information
bibliomset ::=
abbrev
abstract
address
alt
anchor
annotation
annotation
artpagenums
author
authorgroup
authorinitials
bibliocoverage
biblioid
bibliomisc
bibliomset
biblioref
bibliorelation
biblioset
bibliosource
citebiblioid
citerefentry
citetitle
collab
confgroup
contractnum
contractsponsor
copyright
date
edition
editor
extendedlink
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
issuenum
itermset
keywordset
legalnotice
link
mediaobject
olink
orgname
othercredit
pagenums
personname
phrase
(db._phrase)printhistory
productname
productnumber
pubdate
publisher
publishername
releaseinfo
remark
replaceable
revhistory
seriesvolnums
subjectset
subscript
subtitle
superscript
title
volumenum
xref
BiblioMSet
is a “cooked” 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
BiblioMixed
entry for an article in a journal, you might
use two BiblioMSet
s to wrap the fields related to the article
and the fields related to the journal.
Formatted as a displayed block.
BiblioMSet
s are “cooked.” In
addition to named fields, they can contain interspersed #PCDATA
to provide punctuation and other formatting information.
The processing
system is generally expected to present each and every element in the set,
all interspersed #PCDATA
, in the order in which it
occurs.
These elements contain bibliomset
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info).
The following elements occur in bibliomset: text, abbrev
, abstract
, address
, alt
, anchor
, annotation
, artpagenums
, author
, authorgroup
, authorinitials
, bibliocoverage
, biblioid
, bibliomisc
, bibliomset
, biblioref
, bibliorelation
, biblioset
, bibliosource
, citebiblioid
, citerefentry
, citetitle
, collab
, confgroup
, contractnum
, contractsponsor
, copyright
, date
, edition
, editor
, extendedlink
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, issuenum
, itermset
, keywordset
, legalnotice
, link
, mediaobject
, olink
, orgname
, othercredit
, pagenums
, personname
, phrase
(db._phrase), printhistory
, productname
, productnumber
, pubdate
, publisher
, publishername
, releaseinfo
, remark
, replaceable
, revhistory
, seriesvolnums
, subjectset
, subscript
, subtitle
, superscript
, title
, volumenum
, xref
.
<bibliography xmlns='http://docbook.org/ns/docbook'> <title>Example bibliomset</title> <bibliomixed> <bibliomset relation='article'>Walsh, Norman. <title role='article'>Introduction to Cascading Style Sheets</title>. </bibliomset> <bibliomset relation='journal'> <title>The World Wide Web Journal</title> <volumenum>2</volumenum><issuenum>1</issuenum>. <publishername>O'Reilly & Associates, Inc.</publishername> and The World Wide Web Consortium. Winter, 1996. </bibliomset> </bibliomixed> </bibliography>