productnumber

productnumber — A number assigned to a product

Synopsis

Content Model

productnumber ::=

Description

An ProductNumber identifies a “product number” in some unspecified numbering scheme. It's possible that product numbers for different products might not even come from the same scheme.

Processing expectations

Formatted inline. Sometimes suppressed.

DocBook does not control, or specify, the numbering scheme used for products.

Children

The following elements occur in productnumber: text, alt, anchor, annotation, biblioref, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), inlinemediaobject, link, olink, phrase (db._phrase), remark, replaceable, subscript, superscript, xref.

See Also

biblioid, issuenum, seriesvolnums, volumenum

Examples

<article xmlns='http://docbook.org/ns/docbook'
         xmlns:xlink='http://www.w3.org/1999/xlink'>
<title>Example productnumber</title>

<para>You can order <citetitle>DocBook: The Definitive Guide</citetitle> directly
from O'Reilly &amp; Associates.  Order product number
<productnumber>5807</productnumber> by phone or 
<link xlink:href="http://www.oreilly.com/">over the web</link>.
</para>

</article>

You can order DocBook: The Definitive Guide directly from O'Reilly & Associates. Order product number 5807 by phone or over the web.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:56 $.