EDIT — select records for inclusion by the edit checks that reference them
EDIT ::= #PCDATA
None.
This element selects the edit checks to execute by their name. EDIT is the only element that is permitted to repeat with CRITERIA.
EDIT
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.
These elements contain EDIT: CRITERIA
The following elements occur in EDIT: None.
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>