complexType atis:MessageHeader
diagram
namespace http://www.ATIS-Draft-03-00-79
children sender messageID responseTo timeStamp revision msgCount
used by
elements atis:AdvisoryInformation/messageHeader atis:DirectoryAdvancedRequest/messageHeader atis:InformationRequest/messageHeader atis:InformationResponse/messageHeader atis:ParkingSpaceReply/messageHeader atis:ParkingSpaceRequest/messageHeader atis:RouteRequest/messageHeader atis:TravelerSettingsReply/messageHeader atis:TravelerSettingsRequest/messageHeader atis:ParkingLotInformation/messageHeader
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>

element atis:MessageHeader/sender
diagram
type atis:ContactSetting
properties
isRef 0
content complex
children agencyIdentifier agencyLocation agencyName userIdentity userSetting deviceIdentity person contacts address device tail
source <xs:element name="sender" type="ContactSetting"/>

element atis:MessageHeader/messageID
diagram
type tmdd:Message-number
properties
isRef 0
content simple
facets
maxInclusive 65000
source <xs:element name="messageID" type="tmdd:Message-number"/>

element atis:MessageHeader/responseTo
diagram
type tmdd:Message-number
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 65000
source <xs:element name="responseTo" type="tmdd:Message-number" minOccurs="0"/>

element atis:MessageHeader/timeStamp
diagram
type atis:DateTimePair
properties
isRef 0
content simple
source <xs:element name="timeStamp" type="DateTimePair"/>

element atis:MessageHeader/revision
diagram
type atis:MSG-Revision
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="revision" type="MSG-Revision" minOccurs="0"/>

element atis:MessageHeader/msgCount
diagram
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="msgCount">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy