Name

seriesvolnums — Numbers of the volumes in a series of books

Synopsis

seriesvolnums ::= (text | phrase db._phrase | replaceable | Graphic inlines | Indexing inlines | Linking inlines | Ubiquitous inlines)*

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.

See Also

biblioid, issuenum, productnumber, volumenum

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example seriesvolnums</title>

<bibliolist>
  <bibliomixed xml:id="Aho72">
    <bibliomset relation="book">
      <abbrev>Aho72</abbrev>
      <authorgroup>
        <author><personname>
          <firstname>Alfred V.</firstname>
          <surname>Aho</surname></personname>
        </author>
        <author><personname>
          <firstname>Jeffrey D.</firstname>
          <surname>Ullman</surname></personname>
        </author>
      </authorgroup>.
      <title>The Theory of Parsing, Translation, and Compiling:</title>
      <subtitle>Series in Automatic Computation</subtitle>
      <seriesvolnums>I: Parsing</seriesvolnums>.
      <address>Englewood Cliffs, New Jersey</address>:
      <publishername>Prentice Hall</publishername>,
      <pubdate>1972</pubdate>.
    </bibliomset>
  </bibliomixed>
</bibliolist>

</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.