namespace | http://www.TMDD-Partial-00-00-00 | ||
type | restriction of xs:unsignedShort | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Message-number"> <xs:annotation> <xs: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> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"> <xs:maxInclusive value="65000"/> </xs:restriction> </xs:simpleType> |