Name

productname — The formal name of a product

Synopsis

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

Attribute synopsis

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 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 and common linking 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

See Also

application, copyright, database, filename, hardware, trademark

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>
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example productname</title>

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

</article>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.200.3