tCorrelations

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

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , correlation+

Attributes

Used By

Source

<xsd:complexType name="tCorrelations">
  <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 invoke activity.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="tExtensibleElements">
      <xsd:sequence>
        <xsd:element name="correlation" type="tCorrelation" minOccurs="1" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>