<change-started>

The <change-started> element specifies the date on which a change began.

Usage information

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).

Specialization hierarchy

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

Content model

(Text | <text> )*

Zero or more
  • Text
  • <text>

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.

@name (data-element attributes)
Defines a unique name for the object.

Example

This section is non-normative.

The following code sample shows how the <change-started> element can be used to specify the first day a particular change began:

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