Definition Type: ComplexType
Name: tCorrelationsWithPattern
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Type: nsB:tExtensibleElements
Containing Schema: ws-bpel_executable.xsd
Abstract
Documentation:
XSD Authors: The child element correlation needs to be a Local Element Declaration, because there is another correlation element defined for the non-invoke activities.
Collapse XSD Schema Diagram:
Drilldown into correlation in schema ws-bpel_executable_xsd Drilldown into documentation in schema ws-bpel_executable_xsd Drilldown into tExtensibleElements in schema ws-bpel_executable_xsdXSD Diagram of tCorrelationsWithPattern in schema ws-bpel_executable_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tCorrelationsWithPattern">
    <xsd:annotation>
        <xsd:documentation>
				XSD Authors: The child element correlation needs to be a Local Element Declaration, 
				because there is another correlation element defined for the non-invoke activities.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="tExtensibleElements">
            <xsd:sequence>
                <xsd:element name="correlation" type="tCorrelationWithPattern" minOccurs="1" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation nsB:documentation 0 unbounded
correlation nsB:correlation 1 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:correlations