Definition Type: Attribute
Name: sequenceNbr
Namespace: http://opentravel.org/common/message/v02
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA2_Message_v2.0.0.xsd
Use Optional
Documentation:
A sequence number for the transaction assigned by the sending system that allows for an application to process messages in a certain order or to request a resynchronization of messages in the event that a system has been off-line and needs to retrieve messages that were missed.
Collapse XSD Schema Diagram:
XSD Diagram of sequenceNbr in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="sequenceNbr" type="xsd:nonNegativeInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A sequence number for the transaction assigned by the sending system that allows for an application to process messages in a certain order or to request a resynchronization of messages in the event that a system has been off-line and needs to retrieve messages that were missed.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>