ID

ID — select records for inclusion by the subject ID

Synopsis

Content model

ID ::=
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 subject ID with this element. If the subject ID of a record is in the range of included subject IDs (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 subject ID. This is equivalent to not specifying an ID element.

Parents

These elements contain ID: CRITERIA

Children

The following elements occur in ID: None.

Examples

Example 6.38. Select records for subject IDs 1000 through 4999 inclusive, 10000 through 14999 inclusive, and 99999

<ID include="1000-4999, 10000-14999, 99999" />