tReceive

XSD Authors: The child element correlations needs to be a Local Element Declaration, 
because there is another correlations element defined for the invoke activity.

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , targets{0,1} , sources{0,1} , correlations{0,1} , fromParts{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
createInstance tBoolean no optional
messageExchange xsd:NCName optional
name xsd:NCName optional
operation xsd:NCName required
partnerLink xsd:NCName required
portType xsd:QName optional
suppressJoinFailure tBoolean optional
variable BPELVariableName optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element receive

Source

<xsd:complexType name="tReceive">
  <xsd:annotation>
    <xsd:documentation>XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="tActivity">
      <xsd:sequence>
        <xsd:element name="correlations" type="tCorrelations" minOccurs="0"/>
        <xsd:element ref="fromParts" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="partnerLink" type="xsd:NCName" use="required"/>
      <xsd:attribute name="portType" type="xsd:QName" use="optional"/>
      <xsd:attribute name="operation" type="xsd:NCName" use="required"/>
      <xsd:attribute name="variable" type="BPELVariableName" use="optional"/>
      <xsd:attribute name="createInstance" type="tBoolean" default="no"/>
      <xsd:attribute name="messageExchange" type="xsd:NCName" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>