RespondingBusinessActivity

A Business Action performed by the Responding role within a Business
Transaction.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
isAuthorizationRequired xsd:boolean optional
When a party uses isAuthorizationRequired on a Requesting
and/or a Responding activity accordingly, the result that [the activity]
will only be processed as valid if the party interpreting it successfully
matches the stated identity of the activity's [Role] to a list of allowed values
previously supplied by that party. Authorization typically relates to a signed
business document and the association to the role identity of the party expected
for that activity.
isIntelligibleCheckRequired xsd:boolean optional
Allows partners to agree that a message is confirmed by a
Receipt Acknowledgement only if it is also legible. Legible means that it has
passed structure/schema validity check. The content of the receipt and the
legibility of a business message (if required) are reviewed prior to the
processing of the Business Document or the evaluation of Condition Expressions
in the business message's Business Documents or Document Envelope.
isNonRepudiationReceiptRequired xsd:boolean optional
Both parties agree to mutually verify receipt of a Requesting
Business Document and that the receipt is non-repudiable.
isNonRepudiationRequired xsd:boolean optional
If non-repudiation of origin and content is required, then the
Business Activity stores the business document in its original form for the
duration mutually agreed to in an agreement.
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.
retryCount xsd:int optional
The business retry for a RequestingBusinessActivity identifies
the number of retries allowed in addition to the initial request while the Time
To Perform has not been exceeded.
timeToAcknowledgeAcceptance xsd:duration optional
The time a Requesting and Responding role has to
	non-substantively acknowledge business acceptance of a Business
Document.
timeToAcknowledgeReceipt xsd:duration optional
The time a Responding or Requesting role has to acknowledge
receipt of a Business Document.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Source

<xsd:element name="RespondingBusinessActivity" type="RespondingBusinessActivityType">
  <xsd:annotation>
    <xsd:documentation>A Business Action performed by the Responding role within a Business Transaction.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample