change-historylist

Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition
Version
1.3
Author
OASIS DITA Technical Committee

Use the change-historylist element as a container for individual release notes, as represented by the change-item element. It appears in the topic prolog or the map topicmeta element.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/metadata relmgmt-d/change-historylist

Example

This example shows three simple release notes added to a single topic. This topic is used in documentation for two products, A and B.

<prolog>
<!-- ... -->
  <change-historylist>
    <change-item product="productA productB">
      <change-person>Tom Cihak</change-person>
      <change-organization>JEDEC</change-organization>
      <change-completed>2013-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>2013-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-completed>2013-07-20</change-completed>
      <change-summary>Made change 3 to both products</change-summary>
      <data>Details of change 3</data>
    </change-item>
  </change-historylist>
<!-- ... -->
</prolog>

Attributes

The following attributes are available on this element: Universal attribute group, outputclass, and mapkeyref.