<change-revisionid>
The <change-revisionid>
element specifies a string to identify
the change.
Specialization hierarchy
The <change-revisionid>
element is specialized from
<data>
. It is defined in the release-management domain module.
Content model
(Text | <audio>
| <cite>
| <include>
| <keyword>
| <ph>
| <q>
| <term>
| <text>
| <tm>
| <xref>
| <data>
| <draft-comment>
| <foreign>
| <image>
| <object>
| <required-cleanup>
| <title>
| <video>
)*
Contained by
- Text
<audio>
<cite>
<data>
<draft-comment>
<foreign>
<image>
<include>
<keyword>
<object>
<ph>
<q>
<required-cleanup>
<term>
<text>
<title>
<tm>
<video>
<xref>
Contained by
Inheritance
+ topic/data relmgmt-d/change-revisionid
The <change-revisionid>
element is specialized from <data>
. It is defined in the relmgmt-domain module.
Attributes
The following attributes
are available on this element: universal
attributes and @name
.
The following attributes are available on this element: universal attributes and the attributes defined below.
Example
This section is non-normative.
The following code sample shows how the
<change-revisionid>
element can be used to
identify a particular change. In this example, change revision ID
is used to note the release number for which the change is
applicable.
<change-historylist>
<change-item product="productA productB">
<change-person>Tom Cihak</change-person>
<change-revisionid>r23.4</change-revisionid>
<change-completed>2019-07-20</change-completed>
<change-summary>Made change 3 to both products</change-summary>
<data>Details of change 3</data>
</change-item>
</change-historylist>