Definition Type: Element
Name: Results
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This element contains the transaction processing status and conditions. NOTE: If any processing conditions have ocurred, there will be a compensation (human intervention) or resend indicator.
Collapse XSD Schema Diagram:
Drilldown into moreDataToken in schema ota2_message_v2_0_0_xsd Drilldown into compensationInd in schema ota2_message_v2_0_0_xsd Drilldown into retryInd in schema ota2_message_v2_0_0_xsd Drilldown into status in schema ota2_message_v2_0_0_xsd Drilldown into failureInd in schema ota2_message_v2_0_0_xsdXSD Diagram of Results in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Results" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This element contains the transaction processing status and conditions. 

NOTE: If any processing conditions have ocurred, there will be a compensation (human intervention) or resend indicator.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="failureInd" type="xsd:boolean" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">When TRUE, a transport, validation, application and/or business logic condition has ocurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="status" use="required">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The status of the transaction processing.
1. If Complete, the transaction was processed with no business warnings or errors generated.
2. If NotProcessed, a condition ocurred and the failureInd will be TRUE.
3. If Incomplete, a condition ocurred that prevented the completion of the requested action.
4. If Unknown, a condition has ocurred and either the retryInd or compensationInd may be set to TRUE.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="Enum_ProcessingStatus" />
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="retryInd" type="xsd:boolean" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">When the failureInd is TRUE and the retryInd is TRUE, a condition has ocurred that does not require human intervention and the transaction may be resent.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="compensationInd" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">When the failureInd is TRUE and this compensationInd is TRUE, a condition has ocurred that may require human intervention.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="moreDataToken" type="String_Medium" use="prohibited">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The response returns this attribute if there was additional data. The text value should be echoed in this request to indicate where to begin the next block of data.TIED to biz warnings and errors.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
failureInd ota2msg:failureInd Optional
status ota2msg:status Required
retryInd ota2msg:retryInd Optional
compensationInd ota2msg:compensationInd (Optional)
moreDataToken ota2msg:moreDataToken Prohibited