EDIT

EDIT — select records for inclusion by the edit checks that reference them

Synopsis

Content model

EDIT ::=
#PCDATA

Attributes

None.

Description

This element selects the edit checks to execute by their name. EDIT is the only element that is permitted to repeat with CRITERIA.

The body text of the element is a single edit check name, or a comma-delimited or space-delimited list of edit check names.

Parents

These elements contain EDIT: CRITERIA

Children

The following elements occur in EDIT: None.

Examples

Example 6.37. Select records that reference the edit checks medHx or codeAE

<EDIT>medHx</EDIT>
<EDIT>codeAE</EDIT>

An alternative and equivalent selection of records that reference the edit checks medHx or codeAE is:

<EDIT>medHx,codeAE</EDIT>