BusinessTransactionActivity

Defines a Business Transaction Activity within a Business
Collaboration. A Business Transaction Activity is a business activity that executes
a Business Transaction. Note in v2.0, isLegallyBinding was replaced by
hasLegalIntent.

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="BusinessTransactionActivity">
  <xsd:annotation>
    <xsd:documentation>Defines a Business Transaction Activity within a Business Collaboration. A Business Transaction Activity is a business activity that executes a Business Transaction. Note in v2.0, isLegallyBinding was replaced by hasLegalIntent.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="BusinessTransactionActivityType"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample