<vrmlist>
The <vrmlist> element contains
a set of <vrm> elements for logging the version,
release, and modification information for multiple products or versions
of products to which the topic applies.
Content model
<vrm>+
Contained by
<prodinfo>
One or more <vrm>
Contained by
<prodinfo>
Inheritance
- topic/vrmlist
The <vrmlist> element is a base element type. It is defined in the topic module.
Example
This section is non-normative.
The recent versions of a hypothetical product might be logged thus using the
<vrmlist> markup:
<prolog>
<metadata>
<prodinfo>
<prodname>Widge-o-matic</prodname>
<vrmlist>
<vrm version="1" release="2" modification="0"/>
<vrm version="1" release="2" modification="1"/>
</vrmlist>
</prodinfo>
</metadata>
</prolog>
This indicates that the topic covers Version 1, release 2, modification levels 0 and 1 (often expressed as version 1.2.0 and 1.2.1).
Attributes
The following attributes are available on this element: Universal attribute group.