<change-historylist>
The <change-historylist>
element
contains one or more changes that are applicable to the DITA topic or map.
Specialization hierarchy
The <change-historylist>
element is specialized from
<metadata>
. It is defined in the release-management domain
module.
Content model
Zero or more
<change-item>
Attributes
The following attributes are available on this element: universal attributes.
The following attributes are available on this element: universal attributes.
Example
This section is non-normative.
The following code sample shows how the <change-historylist>
element
can be used to document one or more changes in a DITA topic or map. This example includes
three changes. This topic is used in documentation for two products, A and B.
<change-historylist>
<change-item product="productA productB">
<change-person>Tom Cihak</change-person>
<change-organization>JEDEC</change-organization>
<change-started>2019-01-15</change-started>
<change-completed>2019-03-23</change-completed>
<change-summary>Made change 1 to both products</change-summary>
<data>Details of change 1</data>
</change-item>
<change-item product="productA">
<change-person>Tom Cihak</change-person>
<change-completed>2019-06-07</change-completed>
<change-summary>Made change 2 to product A</change-summary>
<data>Details of change 2</data>
</change-item>
<change-item product="productA productB">
<change-person>Tom Cihak</change-person>
<change-revisionid>r23.4</change-revisionid>
<change-request-reference>
<change-request-system>example.com/my/queue/</change-request-system>
<change-request-id>TCKT-1313</change-request-id>
</change-request-reference>
<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>