<othermeta>

Other metadata is metadata that specifies properties by using name and content pairs.

The <othermeta> element enables implementations to specify custom metadata without specializing. <othermeta> element can also be used as a specialization base.

EMPTY

Empty

- topic/othermeta

The <othermeta> element is a base element type. It is defined in the topic module.

The following attributes are available on this element: universal attributes and the attributes defined below.

Specifies the value for the property named in the @name attribute.
Specifies the name of the metadata property.
Indicates whether the @content attribute 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.

Specifies the value for the property named in the @name attribute.
Specifies the name of the metadata property.
Indicates whether the @content attribute 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>