The type of a BusinessAction Business Signal of exception Receipt Acknowledgement. A Business Signal is used for state alignment. Note: this type was added in v2.0. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
isPositiveSignal | false | optional |
|
||||
name | xsd:string | required |
|
||||
nameID | xsd:ID | required |
|
||||
signalDefinitionRef | xsd:IDREF | required |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' |
<xsd:complexType name="ReceiptAcknowledgementExceptionType"> <xsd:annotation> <xsd:documentation>The type of a BusinessAction Business Signal of exception Receipt Acknowledgement. A Business Signal is used for state alignment. 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 ReceiptAcknowledgementExceptionType, 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> |