NQ

NQ — the number of queries added

Synopsis

Content model

NQ ::=
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 NQ element contains summary information including the number of queries added successfully, and the number that failed.

Processing Expectations

By counting the number of Q 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 NQ: SUMMARY

Children

The following elements occur in NQ: None.

Examples

Example 6.77. 4 queries successfully added and 1 failure, APPLY set for queries

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