<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>
|