White space in batch commands

The syntax diagrams for the batch commands do not accurately depict white space (line breaks and blank characters). Here are the rules:

For example, this is correct:

APPROVE CPID=555,SCHEME=TEST,
        ROLE=MANAGER

Note that the parameters CPID=555 and SCHEME=TEST are separated only by a comma, with no blanks in between.

This is also correct:

UNLOAD      DELETE=YES,KEEPINSTANCES=2       
CRITERIASET COND=(API_COMMAND EQ MIGRATE),   
            COND=(CONFIGURATION=PROD*)