ReceiptAcknowledgementType

The type of Business Action Business Signal of positive Receipt
Acknowledgement. A Business Signal is used for
state alignment. Note: This type was added in v2.0.

Complex Type Information

Model

Children: Documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
isPositiveSignal xsd:boolean true optional
ReceiptAcknowledgementType specifies whether positive
receipt of a Business Signal is required (i.e. the Business Signal is
not 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'

Used By

Source

<xsd:complexType name="ReceiptAcknowledgementType">
  <xsd:annotation>
    <xsd:documentation>The type of Business Action Business Signal of positive 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" type="xsd:boolean" fixed="true">
        <xsd:annotation>
          <xsd:documentation>ReceiptAcknowledgementType specifies whether positive receipt of a Business Signal is required (i.e. the Business Signal is not an exception). Note: This attribute was added in v2.0.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>