<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> |