Definition Type: Group
Name: forOrUntilGroup
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Containing Schema: ws-bpel_executable.xsd
Collapse XSD Schema Diagram:
Drilldown into until in schema ws-bpel_executable_xsd Drilldown into for in schema ws-bpel_executable_xsdXSD Diagram of forOrUntilGroup in schema ws-bpel_executable_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:group name="forOrUntilGroup">
    <xsd:choice>
        <xsd:element ref="for" minOccurs="1" />
        <xsd:element ref="until" minOccurs="1" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
for nsB:for 1 (1)
until nsB:until 1 (1)