diagram | ![]() |
namespace | http://www.ATIS-Draft-03-00-79 |
children | sender messageID responseTo timeStamp revision msgCount |
used by | |
source | <xs:complexType name="MessageHeader"> <xs:sequence> <xs:element name="sender" type="ContactSetting"/> <xs:element name="messageID" type="tmdd:Message-number"/> <!-- the id of this message --> <xs:element name="responseTo" type="tmdd:Message-number" minOccurs="0"/> <!-- the id of the message to which this is a reply --> <xs:element name="timeStamp" type="DateTimePair"/> <!-- the time at which this message was issued and sent --> <xs:element name="revision" type="MSG-Revision" minOccurs="0"/> <!-- An enumeration of all valid adopted revisions of the standard itself presumed to be the most current adopted std is not specified this is the definitive place to see what structural definition is being used. --> <xs:element name="msgCount"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> <!-- the seq cnt of messages, used in some systems when following the C2C rules to detect a dropped or lost message --> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | atis:ContactSetting | ||||
properties |
|
||||
children | agencyIdentifier agencyLocation agencyName userIdentity userSetting deviceIdentity person contacts address device tail | ||||
source | <xs:element name="sender" type="ContactSetting"/> |
diagram | ![]() |
||||
type | tmdd:Message-number | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="messageID" type="tmdd:Message-number"/> |
diagram | ![]() |
||||||||
type | tmdd:Message-number | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="responseTo" type="tmdd:Message-number" minOccurs="0"/> |
diagram | ![]() |
||||
type | atis:DateTimePair | ||||
properties |
|
||||
source | <xs:element name="timeStamp" type="DateTimePair"/> |
diagram | ![]() |
||||||||
type | atis:MSG-Revision | ||||||||
properties |
|
||||||||
source | <xs:element name="revision" type="MSG-Revision" minOccurs="0"/> |
diagram | ![]() |
||||
type | restriction of xs:unsignedShort | ||||
properties |
|
||||
source | <xs:element name="msgCount"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |