Definition Type: ComplexType
Name: Result
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
When present indicates that errors or warnings occurred during processing. When present indicates that errors or warnings occurred during processing.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Status in schema common_4_0_0_xsd Drilldown into Warnings in schema common_4_0_0_xsd Drilldown into Errors in schema common_4_0_0_xsdXSD Diagram of Result in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Result">
    <xsd:annotation>
        <xsd:documentation source="Description">When present indicates that errors or warnings occurred during processing.</xsd:documentation>
        <xsd:documentation source="Description">When present indicates that errors or warnings occurred during processing.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Result</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="50" minOccurs="0" name="Errors" type="ota2-0400:ErrorWarning">
            <xsd:annotation>
                <xsd:documentation source="Description">One or more errors that occurred during the processing of the message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="50" minOccurs="0" name="Warnings" type="ota2-0400:ErrorWarning">
            <xsd:annotation>
                <xsd:documentation source="Description">One or more warnings that occurred during the processing of the message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Status" type="ota2-0300:Status_Enum">
            <xsd:annotation>
                <xsd:documentation source="Description">If present, recommended values are those enumerated in the Status_Enum(NotProcessed | Incomplete | Complete | Unknown) however, the data type is designated an open enumeration, recognizing that trading partners may identify additional status conditions not included in the enumeration.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Errors ota2-0400:Errors 0 50
Warnings ota2-0400:Warnings 0 50
Status ota2-0400:Status 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
ota2-0400:Result