Definition Type: Attribute
Name: sequenceNumber
Namespace: http://opentravel.org/common/message/v02
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA2_Message_v2.0.0.xsd
Use Optional
Documentation:
The sequence number of the transaction assigned by the sending system for ordered message processing or message resynchronization. Message resynchronization typically is required if a system has been off-line and needs to retrieve messages that were missed.
Collapse XSD Schema Diagram:
XSD Diagram of sequenceNumber in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="sequenceNumber" type="xsd:positiveInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The sequence number of the transaction assigned by the sending system for ordered message processing or message resynchronization.</xsd:documentation>
        <xsd:documentation source="Implementer">Message resynchronization typically is required if a system has been off-line and needs to retrieve messages that were missed.</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">6</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>