Bookmark and Share Share

<parallel>

This container statement processes one or more groups of statements in parallel. Each group of statements to be processed concurrently is defined within a <sequence> statement.

Can Contain ( sequence )+
Allowed In mashup, else, elseif, for, foreach, if, macro, operation, sequence, while,

<sequence>

Defines a group of statements that should be processed sequentially as one concurrent task within <parallel>.

Can Contain ( Statements Group | ( Variables Group ) | ( ( macro:custom-macro-name | any element in a non-EMML namespace )* ) | ( variables ) )+