$Revision$
$Date$
refmiscinfo — Meta-information for a reference entry other than the title and volume number
refmiscinfo ::= (#PCDATA|link|olink|ulink|emphasis|trademark|replaceable|remark|subscript|superscript|inlinegraphic|inlinemediaobject|indexterm)*
|
Name |
Type |
Default |
| class | CDATA | None |
RefMiscInfo is an escape hatch for additional meta-information
about a reference page. It may hold copyright information,
release or revision information, descriptive text for use in a print
header or footer, or any other information not explicitly provided for
in RefMeta.
The following elements occur in refmiscinfo:
emphasis, indexterm, inlinegraphic, inlinemediaobject, link, olink, remark, replaceable, subscript, superscript, trademark, ulink.
Class on RefMiscInfo can be used
to indicate the nature of the miscellaneous information being added to
RefMeta. Naming this attribute “class” is a violation of
DocBook semantics (where Class attributes
have delimited value sets), it should really be called
Type.