Definition Type: Element
Name: Success
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
The Success object contains an empty element that indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning and Error elements to report any transaction processing conditions.
Collapse XSD Schema Diagram:
XSD Diagram of Success in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Success">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The Success object contains an empty element that indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning and Error elements to report any transaction processing conditions.</xsd:documentation>
    </xsd:annotation>
</xsd:element>