productname — The formal name of a product
productname ::=
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
Common attributes and common linking attributes.
Additional attributes:
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.
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.
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.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“copyright” | FIXME: |
“registered” | FIXME: |
“service” | FIXME: |
“trade” | FIXME: |
These elements contain productname
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, bridgehead
, citation
, citetitle
, classsynopsisinfo
, emphasis
(db.emphasis), entry
, firstterm
, foreignphrase
, funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
, html:button
, html:label
, html:legend
, info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info), link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
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
.
<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.