<change-person>

The <change-person> element specifies the name of the person who made the change.

Specialization hierarchy

The <change-person> 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-person> element can be used to specify who made the change:

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