D

D — information about a change in a data value for a single variable

Synopsis

Content model

D ::=
(V, O, N)

Attributes

NameTypeDefaultDescription
frCDATANone

The id of the unique history element (HN) during which this item was recorded.

cEnumeration:
0=fail
1=success
2=success, but value truncated
None

The completion status of the action, or function during which this item was recorded. The only time that a status of "failure" (code 0) is produced is when the database server is found to be unavailable. Otherwise, a status of success (codes 1 or 2) is produced.

Description

A D contains the information of a change in a data value that occurred when the edit check named in the parent element was executed. It identifies which variable (V) was changed, what the original value of the variable was (O), and what the new value is (N).

Processing Expectations

The V element identifies the variable for which the data value was changed. In this context, it is not expected to have any child elements.

The O element will always be present, even if the variable had no original value (was blank), and similarly the N element will always be present, even if the variable has no new value (becomes blank).

Parents

These elements contain D: E

Children

The following elements occur in D: V, O, N

Examples

Example 6.55. A data changed element

<D fr='1' c='1'><V n='othsp6'/><O></O><N>-</N></D>

This element indicates that the value of the variable othsp6 was successfully changed from blank to -.