NEQ

NEQ — the number of times queries were edited

Synopsis

Content model

NEQ ::=
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.

applyCDATANone

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

Description

The NEQ element contains summary information including the number of times dfeditqc was called.

Processing Expectations

By counting the number of EQ 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 NEQ: SUMMARY

Children

The following elements occur in NEQ: None.

Examples

Example 6.72. dfeditqc called 4 times successfully, 1 time with a failure, APPLY set for queries

<NEQ apply='1' ok='4' notok='1'/>