ND

ND — the number of data changes recorded

Synopsis

Content model

ND ::=
EMPTY

Attributes

NameTypeDefaultDescription
okCDATANone

The number of items of this type that were successfully applied, or would have been successfully applied if APPLY was enabled.

notokCDATANone

The number of items of this type that were not successfully applied, or would not have been successfully applied if APPLY was enabled.

truncCDATANone

The number of truncated data values that were successfully applied, applied, or would have been successfully applied if APPLY was enabled. This attribute counts the number of times that an assignment of a data value to a field resulted in the value being truncated to fit in the formatting of the field.

applyCDATANone

Set to "1" if APPLY was enabled when the batch file was run.

Description

The ND contains summary information including the number of data changes that were successful, the number that failed, and the number that were successful but required truncation of the data value. attributes.

Processing Expectations

By counting the number of D elements present in the output log and grouping them by the value of their c attribute, a stylesheet can tabulate the same numbers as reported by the attributes of this element.

Parents

These elements contain ND: SUMMARY

Children

The following elements occur in ND: None.

Examples

Example 6.71. Summary information of 1 successful data change, no failed changes, and no successful but truncated changes, applied to the database

<ND ok='1' notok='0' trunc='0' apply='1'/>