<change-organization>
The <change-organization>
element
specifies the name of the business unit that
required the change.
Specialization hierarchy
The <change-organization>
element is specialized from
<data>
. It is defined in the release-management domain module.
Content model
(Text |
<text>
)*
- 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-organization>
element can be used
to specify the business unit that required
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>