<xsd:simpleType name="ErrorStatus_Enum">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ErrorStatus_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NotProcessed">
<xsd:annotation>
<xsd:documentation source="Description">The error occurred prior to processing of the request (or if during the processing of the request, before the intentions of the request were completed).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Incomplete">
<xsd:annotation>
<xsd:documentation source="Description">The error occurred during processing of the request. The request was partially completed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Complete">
<xsd:annotation>
<xsd:documentation source="Description">The error occurred after successful processing of the request. The requested process was completed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Unknown">
<xsd:annotation>
<xsd:documentation source="Description">The status of the request is unknown.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|