RequestingBusinessActivity

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
isAuthorizationRequired xsd:boolean optional
isIntelligibleCheckRequired xsd:boolean optional
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
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

Source

<xsd:element name="RequestingBusinessActivity">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:restriction base="RequestingBusinessActivityType">
        <xsd:sequence>
          <xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="DocumentEnvelope"/>
          <xsd:element name="ReceiptAcknowledgement" type="ReceiptAcknowledgementType" minOccurs="0"/>
          <xsd:element name="ReceiptAcknowledgementException" type="ReceiptAcknowledgementExceptionType" minOccurs="0"/>
          <xsd:element name="AcceptanceAcknowledgement" type="AcceptanceAcknowledgementType" minOccurs="0" maxOccurs="0"/>
          <xsd:element name="AcceptanceAcknowledgementException" type="AcceptanceAcknowledgementExceptionType" minOccurs="0" maxOccurs="0"/>
        </xsd:sequence>
        <xsd:attribute name="isAuthorizationRequired" type="xsd:boolean"/>
        <xsd:attribute name="isIntelligibleCheckRequired" type="xsd:boolean"/>
        <xsd:attribute name="timeToAcknowledgeReceipt" type="xsd:duration"/>
        <xsd:attribute name="retryCount" type="xsd:int"/>
      </xsd:restriction>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample