Definition Type: Attribute
Name: isConcurrent
Namespace: http://docs.oasis-open.org/ebxml-bp/ebbp-2.0
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: ebbp-2.0.4.xsd
Default true
Use (Optional)
Documentation:
A parameter that governs the flow of transactions. Unlike the security and timing parameters it does not govern the internal flow of a transaction, rather it determines whether at run-time multiple instances of that Business Transaction Activity can be ‘open’ at the same time within any Business Collaboration instance performed between any two partners. isConcurrent limits the ability to execute multiple BTA of the same BT across Business Collaboration instances (with the same party), or within the same Business Collaboration if multiple paths are open. As a result, when isConcurrent is set to false, the BSIs of each party are responsible for serializing these Business Transaction activities.
Collapse XSD Schema Diagram:
XSD Diagram of isConcurrent in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="isConcurrent" type="xsd:boolean" default="true">
    <xsd:annotation>
        <xsd:documentation>A parameter that governs the flow of transactions. Unlike
							the security and timing parameters it does not govern the internal flow
							of a transaction, rather it determines whether at run-time multiple
							instances of that Business Transaction Activity can be ‘open’ at the
							same time within any Business Collaboration instance performed between
							any two partners. isConcurrent limits the ability to execute multiple
							BTA of the same BT across Business Collaboration instances (with the
							same party), or within the same Business Collaboration if multiple paths
							are open. As a result, when isConcurrent is set to false, the BSIs of
							each party are responsible for serializing these Business Transaction
							activities.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>