JoinType

The type related to the Join construct

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional
nameID xsd:ID optional
waitForAll xsd:boolean true optional
Indicates that all transitions coming into the Join are
executed in order for the Business Collaboration to reach the Join state
(AND-join). By default, the Join is an AND-join.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Element Join

Source

<xsd:complexType name="JoinType">
  <xsd:annotation>
    <xsd:documentation>The type related to the Join construct</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="FromLink" minOccurs="2" maxOccurs="unbounded"/>
    <xsd:element ref="ToLink" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="optname"/>
  <xsd:attribute name="waitForAll" type="xsd:boolean" default="true">
    <xsd:annotation>
      <xsd:documentation>Indicates that all transitions coming into the Join are executed in order for the Business Collaboration to reach the Join state (AND-join). By default, the Join is an AND-join.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>