STATUS

STATUS — select records for inclusion by the record status

Synopsis

Content model

STATUS ::=
EMPTY

Attributes

NameTypeDefaultDescription
includeCDATANone

One or more (comma or space delimited) string values from the list final, incomplete, pending, missed, all.

Description

Records are selected by status with this element. If the status of a record is in the range of included statuses (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 independent of the status. This is equivalent to not specifying a STATUS element.

Permissible status values must be chosen from the list: final, incomplete, pending, missed, all.

Parents

These elements contain STATUS: CRITERIA

Children

The following elements occur in STATUS: None.

Examples

Example 6.49. Select all final and incomplete records

<STATUS include="final,incomplete" />