Definition Type: Element
Name: Confirmation
Namespace: http://www.openapplications.org/oagis
Type: oa:Confirmation
Containing Schema: Meta.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Is an option controlled by the Sender business application. It is a request to the receiving application to send back a confirmation BOD to the sender. The confirmation Business Object Document may indicate the successful processing of the original Business Object Document or return error conditions if the original Business Object Document was unsuccessful. The confirmation request has the following valid values: 0 - Never - No confirmation Business Object Document requested 1 - OnError - OnError send back a confirmation Business Object Document only if an error has occurred 2 - Always - Always send a confirmation Business Object Document regardless
Collapse XSD Schema Diagram:
XSD Diagram of Confirmation in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="Confirmation" type="Confirmation" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is an option controlled by the Sender business application.  It is a request to the receiving application to send back a confirmation BOD to the sender. The confirmation Business Object Document may indicate the successful processing of the original Business Object Document or return error conditions if the original Business Object Document was unsuccessful.

The confirmation request has the following valid values:

0 - Never - No confirmation Business Object Document requested

1 - OnError - OnError send back a confirmation Business Object Document only if an error has occurred

2 - Always - Always send a confirmation Business Object Document regardless</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: