GeneralExceptionType

The type of a Business Action of general exception (exceptions other
than Receipt and Acceptance Acknowledgement). During an interaction, if specified by
the parties, the general exception may be used when a party has to trigger an
exception, for example, for a general communication of catastrophic failure. A
Business Signal is typically used for state alignment. As an unforeseen event, this
type of Exception is outside of the currently defined concrete BT patterns.
Note: this type was added in v2.0.

Complex Type Information

Model

Children: Documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
isPositiveSignal false optional
For GeneralExceptionType, specifies whether positive
receipt of a Business Signal is not allowed (i.e. the Business Signal is
an exception). Note: This attribute was added in v2.0.
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.
signalDefinitionRef xsd:IDREF required
The nameID reference of the Business Signal definition for the
Business Signal. Note: This attribute was added in v2.0.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Source

<xsd:complexType name="GeneralExceptionType">
  <xsd:annotation>
    <xsd:documentation>The type of a Business Action of general exception (exceptions other than Receipt and Acceptance Acknowledgement). During an interaction, if specified by the parties, the general exception may be used when a party has to trigger an exception, for example, for a general communication of catastrophic failure. A Business Signal is typically used for state alignment. As an unforeseen event, this type of Exception is outside of the currently defined concrete BT patterns. Note: this type was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="SignalEnvelopeType">
      <xsd:attribute name="isPositiveSignal" fixed="false">
        <xsd:annotation>
          <xsd:documentation>For GeneralExceptionType, specifies whether positive receipt of a Business Signal is not allowed (i.e. the Business Signal is an exception). Note: This attribute was added in v2.0.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>