bibliomset
bibliomset — A cooked container for related bibliographic information.
Synopsis
- One of:
- Zero or more of:
- text
citebiblioid
citerefentry
citetitle
firstname
honorific
lineage
othername
person
personblurb
personname
replaceable
subtitle
surname
title
titleabbrev
- Graphic inlines
- Indexing inlines
- Linking inlines
- Publishing inlines
abbrev
acronym
coref
date
emphasis
(db.emphasis)firstterm
(db._firstterm)firstterm
(db.firstterm)footnote
footnoteref
foreignphrase
(db.foreignphrase)glossterm
(db._glossterm)glossterm
(db.glossterm)phrase
(db.phrase)quote
(db.quote)subscript
superscript
wordasword
- Ubiquitous inlines
abbrev
acronym
alt
anchor
annotation
biblioref
coref
date
emphasis
(db._emphasis)firstterm
(db._firstterm)footnote
footnoteref
foreignphrase
(db._foreignphrase)glossterm
(db._glossterm)indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)quote
(db._quote)remark
subscript
superscript
trademark
wordasword
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
- Zero or more of:
- text
citebiblioid
citerefentry
citetitle
givenname
honorific
lineage
othername
person
personblurb
personname
replaceable
subtitle
surname
title
titleabbrev
- Graphic inlines
- Indexing inlines
- Linking inlines
- Publishing inlines
abbrev
acronym
coref
date
emphasis
(db.emphasis)firstterm
(db._firstterm)firstterm
(db.firstterm)footnote
footnoteref
foreignphrase
(db.foreignphrase)glossterm
(db._glossterm)glossterm
(db.glossterm)phrase
(db.phrase)quote
(db.quote)subscript
superscript
wordasword
- Ubiquitous inlines
abbrev
acronym
alt
anchor
annotation
biblioref
coref
date
emphasis
(db._emphasis)firstterm
(db._firstterm)footnote
footnoteref
foreignphrase
(db._foreignphrase)glossterm
(db._glossterm)indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)quote
(db._quote)remark
subscript
superscript
trademark
wordasword
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
- Zero or more of:
Attributes
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), merge
.
Children
The following elements occur in bibliomset: text, *:*
, abbrev
, abstract
, acronym
, address
, alt
, anchor
, annotation
, artpagenums
, author
, authorgroup
, authorinitials
, bibliocoverage
, biblioid
, bibliomisc
, bibliomset
, biblioref
, bibliorelation
, biblioset
, bibliosource
, citebiblioid
, citerefentry
, citetitle
, collab
, confgroup
, contractnum
, contractsponsor
, copyright
, coref
, cover
, date
, edition
, editor
, emphasis
(db._emphasis), emphasis
(db.emphasis), extendedlink
, firstname
, firstterm
(db._firstterm), firstterm
(db.firstterm), footnote
, footnoteref
, foreignphrase
(db._foreignphrase), foreignphrase
(db.foreignphrase), givenname
, glossterm
(db._glossterm), glossterm
(db.glossterm), honorific
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, issuenum
, itermset
, keywordset
, legalnotice
, lineage
, link
, mediaobject
, olink
, org
, orgname
, othercredit
, othername
, pagenums
, person
, personblurb
, personname
, phrase
(db._phrase), phrase
(db.phrase), printhistory
, productname
, productnumber
, pubdate
, publisher
, publishername
, quote
(db._quote), quote
(db.quote), releaseinfo
, remark
, replaceable
, revhistory
, seriesvolnums
, subjectset
, subscript
, subtitle
, superscript
, surname
, title
, titleabbrev
, trademark
, volumenum
, wordasword
, xref
.
See Also
Examples
<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>