Definition Type: Attribute
Name: status
Namespace: http://opentravel.org/common/message/v02
Type: ota2msg:Enum_ProcessingStatus
Containing Schema: OTA2_Message_v2.0.0.xsd
ContentType Restriction
Use Required
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of status in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: