seriesvolnums
seriesvolnums — Numbers of the volumes in a series of books.
Synopsis
- Zero or more of:
- text
phrase
(db._phrase)replaceable
- Graphic inlines
- Indexing inlines
- Linking 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
Attributes
Description
A seriesvolnums
contains the numbers of the
volumes of the books in a series. It is a wrapper for bibliographic
information.
Processing expectations
Formatted inline. Sometimes suppressed.
Parents
These elements contain seriesvolnums
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info).
This element contains 16 elements.
See Also
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example seriesvolnums</title> 4 <bibliolist> <bibliomixed xml:id="Aho72"> 6 <bibliomset relation="book"> <abbrev>Aho72</abbrev> 8 <authorgroup> <author><personname> 10 <firstname>Alfred V.</firstname> <surname>Aho</surname></personname> 12 </author> <author><personname> 14 <firstname>Jeffrey D.</firstname> <surname>Ullman</surname></personname> 16 </author> </authorgroup>. 18 <title>The Theory of Parsing, Translation, and Compiling:</title> <subtitle>Series in Automatic Computation</subtitle> 20 <seriesvolnums>I: Parsing</seriesvolnums>. <address>Englewood Cliffs, New Jersey</address>: 22 <publishername>Prentice Hall</publishername>, <pubdate>1972</pubdate>. 24 </bibliomset> </bibliomixed> 26 </bibliolist> 28 </article>
[Aho72] Series in Automatic Computation I: Parsing. Englewood Cliffs, New Jersey: Prentice Hall, 1972. . The Theory of Parsing, Translation, and Compiling: