NMQ

NMQ — the number of missing page queries added

Synopsis

Content model

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

Processing Expectations

By counting the number of MQ 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 NMQ: SUMMARY

Children

The following elements occur in NMQ: None.

Examples

Example 6.74. Summary information of 1 failed missing page query addition, APPLY element set.

<NMQ ok='0' notok='1' apply='1'/>