<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

Empty

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 @name attribute.
@name (REQUIRED)
Specifies the name of the metadata property.
@translate-content
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.

@content (REQUIRED)
Specifies the value for the property named in the @name attribute.
@name (REQUIRED)
Specifies the name of the metadata property.
@translate-content
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>