ComplexBusinessTransactionActivity

Defines a new descriptive element that holds an embedded activity
that allows recursive embedded activities. This construct is restricted to 'black
box' visibility (i.e. the embedded activity is used for visibility only not for a
Multiparty Collaboration). The subparties in the ComplexBTA are auxiliary partners
(not constrained by the Business Collaboration). Note: The ComplexBTA and other
linking constructs replaced the onInitiation flag in v2.0.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
businessTransactionRef xsd:IDREF required
The nameID reference for the Business Transaction. This
attribute is used to reference the Business Transaction reused by the
BusinessTransactionActivityType..
hasLegalIntent xsd:boolean false optional
Indicates that a particular activity that could represent
a statement or commitment between trading partners, and their shared
intent. Note: This attribute was renamed to hasLegalIntent from
isLegallyBinding in v2.0.
isConcurrent xsd:boolean true optional
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.
name xsd:string required
A designation that may be relevant to a business analyst but is
not intended for referencing.
nameID xsd:ID required
Used for referencing, for example, for identification of elements
within an ebBP instance.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

<xsd:element name="ComplexBusinessTransactionActivity">
  <xsd:annotation>
    <xsd:documentation>Defines a new descriptive element that holds an embedded activity that allows recursive embedded activities. This construct is restricted to 'black box' visibility (i.e. the embedded activity is used for visibility only not for a Multiparty Collaboration). The subparties in the ComplexBTA are auxiliary partners (not constrained by the Business Collaboration). Note: The ComplexBTA and other linking constructs replaced the onInitiation flag in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="BusinessTransactionActivityType">
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
          <xsd:sequence>
            <xsd:element ref="ComplexBusinessTransactionActivity"/>
            <xsd:element ref="StatusVisibility"/>
          </xsd:sequence>
          <xsd:sequence>
            <xsd:element ref="BusinessTransactionActivity"/>
            <xsd:element ref="StatusVisibility"/>
          </xsd:sequence>
        </xsd:choice>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample