<change-completed>

The <change-completed> element specifies the date on which the change was completed.

The recommended best practice is to use date strings that conform to the ISO 8601 standard, unless an epoch timestamp is used. The string might contain a date and time (for example, 2017-04-05T12:30-02:00) or just a date (for example, 2019-03-04).

The <change-completed> element is specialized from <data>. It is defined in the release-management domain module.

(Text | <text> )*

Zero or more
  • Text
  • <text>

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.

Defines a unique name for the object.

Example

This section is non-normative.

The following code sample shows how the <change-completed> element can be used to note when the change was completed:

<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-historylist>