productname

productname — The formal name of a product.

Synopsis

productname ::= [-]

Attributes

Common 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 in most books includes a notice similar to this:

Many 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 Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps.

If every product name were coded as a productname, you could automatically generate a complete list of all the product names and mention 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.

class

Specifies the class of product name

Enumerated values:
“copyright”

A name with a copyright

“registered”

A name with a registered copyright

“service”

A name of a service

“trade”

A name which is trademarked

Parents [+]

This element occurs in 62 elements.

Children [+]

This element contains 29 elements.

Examples

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

<para><productname class='registered'>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.

Last revised by Norman Walsh on (git hash: 7cf44d0f3aa4244c54913b42ac9cc634bd9b7fc9 6ffcc7640bbc5f852a318e452c9f210f03292cb9)