quality

The attributeGroup related to quality of service attributes. These
attributes relate to the BT patterns and the operational semantics surrounding their
use. Note: This attributeGroup was added in v2.0.

Attribute Group Information

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

Used By

Complex Type BusinessActionType

Source

<xsd:attributeGroup name="quality">
  <xsd:annotation>
    <xsd:documentation>The attributeGroup related to quality of service attributes. These attributes relate to the BT patterns and the operational semantics surrounding their use. Note: This attributeGroup was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="isAuthorizationRequired" type="xsd:boolean">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="isIntelligibleCheckRequired" type="xsd:boolean">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="isNonRepudiationRequired" type="xsd:boolean">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="isNonRepudiationReceiptRequired" type="xsd:boolean">
    <xsd:annotation>
      <xsd:documentation>Both parties agree to mutually verify receipt of a Requesting Business Document and that the receipt is non-repudiable.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="timeToAcknowledgeReceipt" type="xsd:duration">
    <xsd:annotation>
      <xsd:documentation>The time a Responding or Requesting role has to acknowledge receipt of a Business Document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="timeToAcknowledgeAcceptance" type="xsd:duration">
    <xsd:annotation>
      <xsd:documentation>The time a Requesting and Responding role has to non-substantively acknowledge business acceptance of a Business Document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="retryCount" type="xsd:int">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>