Definition Type: ComplexType
Name: tWait
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Type: nsB:tActivity
Containing Schema: ws-bpel_executable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into until in schema ws-bpel_executable_xsd Drilldown into for in schema ws-bpel_executable_xsd Drilldown into sources in schema ws-bpel_executable_xsd Drilldown into targets in schema ws-bpel_executable_xsd Drilldown into documentation in schema ws-bpel_executable_xsd Drilldown into tExtensibleElements in schema ws-bpel_executable_xsd Drilldown into suppressJoinFailure in schema ws-bpel_executable_xsd Drilldown into name in schema ws-bpel_executable_xsd Drilldown into tActivity in schema ws-bpel_executable_xsdXSD Diagram of tWait in schema ws-bpel_executable_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tWait">
    <xsd:complexContent>
        <xsd:extension base="tActivity">
            <xsd:choice>
                <xsd:element ref="for" minOccurs="1" />
                <xsd:element ref="until" minOccurs="1" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation nsB:documentation 0 unbounded
targets nsB:targets 0 (1)
sources nsB:sources 0 (1)
for nsB:for 1 (1)
until nsB:until 1 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name nsB:name (Optional)
suppressJoinFailure nsB:suppressJoinFailure Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:wait