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