Definition Type: Element
Name: Correlation
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Attributes used to correlate and sequence transactions.
Collapse XSD Schema Diagram:
Drilldown into logID in schema ota2_message_v2_0_0_xsd Drilldown into rollbackInd in schema ota2_message_v2_0_0_xsd Drilldown into followupRequestInd in schema ota2_message_v2_0_0_xsd Drilldown into sequenceLocation in schema ota2_message_v2_0_0_xsdXSD Diagram of Correlation in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="Correlation" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Attributes used to correlate and sequence transactions.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="sequenceLocation" use="prohibited">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An indication of where this message falls within a sequence of messages.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:NMTOKEN">
                    <xsd:enumeration value="First">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">This is the first message within the sequence.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="Last">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">This is the last message within the sequence.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="InSeries">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">This is any message that is not the first or last message within the sequence.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="SubsequentRequest">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">This request message is a subsequent request based on the previous message sent in the sequence.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="Rollback">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">An indication that all messages within the current sequence should be ignored.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="followupRequestInd" type="xsd:boolean" use="prohibited">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An indication that this is a followup request asking for more of what was requested in the previous request.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="rollbackInd" type="xsd:boolean" use="prohibited">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An indication that all messages within the current sequence should be ignored.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="logID" type="String_Medium" use="prohibited">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
sequenceLocation ota2msg:sequenceLocation Prohibited
followupRequestInd ota2msg:followupRequestInd Prohibited
rollbackInd ota2msg:rollbackInd Prohibited
logID ota2msg:logID Prohibited