BATCHLOG

BATCHLOG — container element of batch output log file

Content model

BATCHLOG ::=
(HL, STUDY, CWD, SRC, USER, OUTDRF?, OUTLOG, (R | M)*, SUMMARY)

Attributes

NameTypeDefaultDescription
nCDATA 

The name of the BATCH that generated this output.

The value of this attribute must match the value of the BATCH name in the source file identified by the value of the SRC element.

versionNUMBER1.0

The version of the BATCHLOG language. If subsequent versions of the language are developed, the version number will change. The number to the left of the . is the major version number and the number to the right is the minor version number.

Note that this version number is in no way related to the version number of the XML language that appears at the head of each input file in the processing instruction

<?xml version="1.0"?>

Description

The BATCHLOG is the root element of the output log file. A BATCHLOG is simply a container element for the output from one execution of a batch. If multiple batch outputs are to be recorded they must be written one batch output per log file.

Processing Expectations

It is an error for any characters to appear after the </BATCHLOG> end tag.

Parents

These elements contain BATCHLOG: None.

Children

The following elements occur in BATCHLOG: HL, STUDY, CWD, SRC, USER, OUTDRF, OUTLOG, R, M, SUMMARY.

Examples

Example 6.53. A BATCHLOG

<?xml version="1.0"?>
<BATCHLOG version="1.0" name="test1">
    output for this batchlog
</BATCHLOG>