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.

Contains

(vrm) (one or more)

Contained by

prodinfo

Inheritance

topic/vrmlist

Attributes

Name Description Data Type Default Value Required?
%global-atts; (xtrf, xtrc) A set of related attributes, described at %global-atts; parameter entity PE not applicable Not applicable
class A common attribute described in Other common DITA attributes

Example

The recent versions of a mythical product might be logged thus using the vrmlist markup:

<prolog>
 <metadata>
  <prodinfo>
   <prodname>Widge-o-matic</prodname>
   <vrmlist>
     <vrm version="1.0" release="2001-03-30" modification="0"/>
     <vrm version="1.0" modification="1" release="2001-10-03"/>
   </vrmlist>
  </prodinfo>
 </metadata>
</prolog>

OASIS DITA Language Specification v1.0 -- 09 May 2005
Copyright (c) OASIS Open 2005. All Rights Reserved.