<othermeta>

The <othermeta> element can be used to identify properties not otherwise included in <metadata> and to assign name/content values to those properties. The @name attribute identifies the property and the @content attribute specifies the property's value. All <othermeta> elements are considered part of the topic's metadata and should be reflected in the output as appropriate for the output medium.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/othermeta

Example

<othermeta name="ThreadWidthSystem" content="metric"/>

Attributes

The following attributes are available on this element: Universal attribute group and the attributes defined below.

@name (REQUIRED)
The name of the metadata property.
@content (REQUIRED)
The value for the property named in the @name attribute.
@translate-content
Indicates whether the @content attribute of the defined metadata property should be translated or not. Allowable values are yes, no, and -dita-use-conref-target.

Was this helpful?