<othermeta>
 
 
 Other metadata is metadata that specifies properties by using name and content pairs.
Usage information
The <othermeta> element enables
        implementations to specify custom metadata without specializing.
          <othermeta> element can also be used as a
        specialization base.
Content model
EMPTY
Contained by
Empty
Contained by
Inheritance
- topic/othermeta
The <othermeta> element is a base element type. It is defined in the topic module.
Attributes
The following attributes are available on this element: universal attributes and the attributes defined below.
- @content(REQUIRED)
- Specifies the value for the property named in the @nameattribute.
- @name(REQUIRED)
- Specifies the name of the metadata property.
- @translate-content
- Indicates whether the @contentattribute is translated. Allowable values are yes, no, and -dita-use-conref-target.
The following attributes are available on this element: universal attributes and the attributes defined below.
- @content(REQUIRED)
- Specifies the value for the property named in the @nameattribute.
- @name(REQUIRED)
- Specifies the name of the metadata property.
- @translate-content
- Indicates whether the @contentattribute is translated. Allowable values are yes, no, and -dita-use-conref-target.
Example
This section is non-normative.
The following code sample shows that the metadata
          ThreadWidthSystem has a value of  metric:
<prolog>
    <metadata>
        <othermeta name="ThreadWidthSystem" content="metric"/>
    </metadata>
</prolog>