LEVEL

LEVEL — select records for inclusion by the validation level

Synopsis

Content model

LEVEL ::=
EMPTY

Attributes

NameTypeDefaultDescription
includeCDATANone

One or more (comma or space delimited) numeric values, one or more ranges of numeric values, or any combination of both.

Description

Records are selected by validation level with this element. If the current validation level of a record (not of the user performing the batch) is in the range of included validation levels (specified by the value of the include attribute), the record becomes part of the set of records to be processed.

If no inclusion criteria are specified, records are selected for inclusion from the minimum validation level, 1, up to and including either:

  • the level specified by the level attribute of the APPLY element, if it is specified explicitly, or

  • the maximum validation level permitted to the user executing the batch

This is equivalent to not specifying a LEVEL element.

Permissible validation levels are in the range 1 through 7 inclusive.

Parents

These elements contain LEVEL: CRITERIA

Children

The following elements occur in LEVEL: None.

Examples

Example 6.40. Select records that are at validation level 2 or 3

<LEVEL include="2,3" />