trademark
trademark — A trademark.
Synopsis
trademark ::=
- Zero or more of:
- text
phrase
(db._phrase)replaceable
- Graphic inlines
- Ubiquitous inlines
Attributes
Common attributes and common linking attributes.
Additional attributes:
- class (enumeration)
- “copyright”
- “registered”
- “service”
- “trade”
Description
A trademark
identifies a legal trademark.
One of the values of the class
attribute on trademark
is Copyright
.
DocBook also has a copyright
element, but it is confined to
meta-information. A copyright in running text is best represented as
trademark class=copyright
.
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- class
Identifies the class of trade mark
Enumerated values: “copyright” A copyright
“registered” A registered copyright
“service” A service
“trade” A trademark
Parents
These elements contain trademark
: abbrev
, acronym
, caption
(db.html.caption), citetitle
, emphasis
, entry
, html:button
, html:label
, html:legend
, link
(db.link), literallayout
, para
, phrase
(db.phrase), programlisting
, quote
, rddl:resource
, subtitle
, summary
, td
, term
, th
, title
, titleabbrev
.
Children
The following elements occur in trademark
: text, inlinemediaobject
, phrase
(db._phrase), replaceable
, subscript
, superscript
.
See Also
Related elements: copyright
, legalnotice
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example trademark</title>
||
<para><trademark class='registered'>Nutshell Handbook</trademark> is a
5 |registered trademark of O'Reilly Media, Inc.
|</para>
||
</article>
Nutshell Handbook is a registered trademark of O'Reilly Media, Inc.