Documentation for ATIS-Draft-03-00-79

Simple Type: Message-number

[Table of contents]

Super-types: xs:unsignedShort < Message-number (by restriction)
Sub-types: None
Name Message-number
Content
  • Base XSD Type: unsignedShort
  • value <= 65000
Documentation <Definition> A number defined and unique within the session limit of the dialogs between a given data consumer and a data provider. This value is simply used to connect related dialogs to each other, such as: "this is message 10 in reply to your message 8 of before" etc. Every message can have one and only one such value associated with it.</Definition> <Remarks> Do not confuse this value with the referencing numbering system, used to connect between various events in the messages and found in the "head" structure.</Remarks>
Diagram
Schema Component Representation
<xs:simpleType name="Message-number">
<xs:restriction base=" xs:unsignedShort ">
<xs:maxInclusive value="65000"/>
</xs:restriction>
</xs:simpleType>