ActiveBPEL® Designer User’s Guide

XML Syntax

BPEL XML Syntax and Examples table lists the symbols and their meaning for Business Process Execution Language (BPEL) XML syntax. The symbols indicate the allowable code according to the BPEL schema. For more information on the schema, see BPEL Resources.

BPEL XML Syntax and Examples

Symbol

Meaning

Example

+

One or more of this element is allowed

<correlation set=”ncname” initiate=”yes|no”?>+

?

Zero or one element is allowed

abstractProcess=”yes|no”?

*

Zero or many of this element is allowed

<onAlarm (for=duration-expr” | until=”deadline-expr”)>*