bibliomset
bibliomset — A cooked container for related bibliographic information.
Synopsis
- Zero or more of:
- text
citebiblioid
citerefentry
citetitle
person
personblurb
personname
phrase
(db._phrase)replaceable
subtitle
title
titleabbrev
- Graphic inlines
- Indexing inlines
- Linking inlines
- Publishing inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
- “Info” elements
*:*
abstract
address
annotation
artpagenums
author
authorgroup
authorinitials
bibliocoverage
biblioid
bibliomisc
bibliomset
bibliorelation
biblioset
bibliosource
collab
confgroup
contractnum
contractsponsor
copyright
cover
date
edition
editor
extendedlink
issuenum
itermset
keywordset
legalnotice
mediaobject
org
orgname
othercredit
pagenums
printhistory
productname
productnumber
pubdate
publisher
publishername
releaseinfo
revhistory
seriesvolnums
subjectset
volumenum
Description
A 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.
Processing expectations
Formatted as a displayed block.
A bibliomset
is “cooked.” In
addition to named fields, it can contain interspersed text 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.
Attributes
Common attributes and common linking attributes.
- relation
Identifies the relationship between the bibliographic elemnts
Parents
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).
See Also
Examples
1 <bibliography xmlns='http://docbook.org/ns/docbook'> 2 <title>Example bibliomset</title> 4 <bibliomixed> <bibliomset relation='article'>Walsh, Norman. 6 <title role='article'>Introduction to Cascading Style Sheets</title>. </bibliomset> 8 <bibliomset relation='journal'> <title>The World Wide Web Journal</title> 10 <volumenum>2</volumenum><issuenum>1</issuenum>. <publishername>O'Reilly & Associates, Inc.</publishername> and 12 The World Wide Web Consortium. Winter, 1996. </bibliomset> 14 </bibliomixed> 16 </bibliography>