productname

productname — The formal name of a product

Synopsis

Content Model

productname ::=

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • class (enumeration)
    • “copyright”
    • “registered”
    • “service”
    • “trade”

Description

A ProductName is the formal name of any product. Identifying a product this way may be useful if you need to provide explicit disclaimers about product names or information.

For example, the copyright statement on this book includes the following general notice:

Some of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O'Reilly & Associates, Inc., was aware of the trademark claim, the designations have been printed in caps or initial caps.

or words to that effect. If every product name in this book had been diligently coded as a ProductName, we could have automatically generated a complete list of all the product names and mentioned them explicitly in the notice.

In running prose, the distinction between an Application and a ProductName may be very subjective.

Processing expectations

Formatted inline.

Two of the values of the Class attribute on ProductName, Trade and Registered, make assertions about trademarks. DocBook also has a TradeMark element; presumably the same markup is intended regardless of which one is used.

The Service and Copyright values should also generate the anticipated marks, if appropriate.

Attributes

Common attributes and common linking attributes.

class

FIXME:

Enumerated values:

copyright

FIXME:

registered

FIXME:

service

FIXME:

trade

FIXME:

Children

The following elements occur in productname: 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

application, copyright, database, filename, hardware, trademark

Examples

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

<para><productname class='trade'>Frobozz</productname>: it's not
just for breakfast anymore.
</para>

</article>

Frobozz™: it's not just for breakfast anymore.

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

<para><trademark>Frobozz</trademark>: it's not
just for breakfast anymore.
</para>

</article>

Frobozz™: it's not just for breakfast anymore.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/30 21:59:13 $.