R

R — a container element for all of the processing associated with a single record

Synopsis

Content model

R ::=
(K, A?, V*, M*)

Attributes

None.

Description

Each record that is processed by DFbatch is identified in the log by a R element. The children of this element record the actions that occurred during the processing of the record. The record that is being processed is identified by the key fields which are recorded in the K element.

Processing Expectations

If the detail level of logging is all, R elements may appear in the output with no child elements other than the required K element, indicating that the identified record met the record selection criteria but then executed no edit checks, or no edit checks that recorded changes.

It is possible for a system message to be reported at the record level.

Parents

These elements contain R: BATCHLOG

Children

The following elements occur in R: K, A, V, M.

Examples

Example 6.89. A record element and its children

<R>
<K i='1' v='10' p='9'/>
<A s='1' l='5' im='9949/0017009'/>
<V n='id9'><E w='pn' n='no_diabetes'><M fr='1' t='w'>Section 5.c questions should be blank
subject is not diabetic.
</M>
</E></V>
</R>