<trademark>

Description

A container for a trademark declaration.

The <trademark> element provides a location to declare any trademark information relevant to the content of the BDML file.

Attributes

No attributes are defined for the <trademark> element.

Immediate descendants

<trademark> elements may contain text.

No element descendants are defined for the <trademark> element.

Immediate ancestors

Element name Relation
<metadata> The enclosing metadata section of the bdml file containing the trademark notice.

Example

<document xmlns="http://boradoc.org/1.0">
  <metadata>
    <trademark>ABCD1234® is a registered trademark of ABCD1234 Corp.</trademark>
  </metadata>
</document>