Documentation for ATIS-Draft-03-00-79

Complex Type: Head

[Table of contents]

Super-types: None
Sub-types: None
Name Head
Used by (from the same schema document) Complex Type AirlineTravelInformation , Complex Type EventInformation , Complex Type IncidentInformation , Complex Type LinkTrafficInformation , Complex Type ParkingLotInformation , Complex Type ResponseGroup , Complex Type Route , Complex Type TransitInformation , Complex Type WeatherInformation
Abstract no
XML Instance Representation
<...>
<id> im:ReferenceID </id> [0..1]
<reference> im:ReferenceID </reference> [0..64]
<pedigree> im:PedigreeList </pedigree> [0..1]
<language> LanguageCode </language> [0..1]
<charSet> CharSet </charSet> [0..1]
<table> Table </table> [0..1]
<issuingAgency> tmdd:Organization-resource-identifier </issuingAgency> [0..1]
<updateTime> DateTimePair </updateTime> [0..1]
<expiryTime> DateTimePair </expiryTime> [0..1]
<onExpiry> ExpireAction </onExpiry> [0..1]
<confidence> Message-Confidence </confidence> [0..1]
<urgency> im:Urgency </urgency> [0..1]
</...>
Diagram
h-689557503 h-689557503 h-2001394104 h-1491237270 h1468914951 h-1109235095 h-632460109 h1210973722 h1210973722 h1040257338 h2046087541 h555583268
Schema Component Representation
<xs:complexType name="Head">
<xs:sequence>
<xs:element name="id" type=" im:ReferenceID " minOccurs="0"/>
<-- the ref ident number for this message or part of message -->
<xs:element name="reference" type=" im:ReferenceID " minOccurs="0" maxOccurs="64"/>
<-- the Reference numbers for related messages or part of messages -->
<xs:element name="pedigree" type=" im:PedigreeList " minOccurs="0"/>
<-- a sequence of prior refs to the event -->
<xs:element name="language" type=" LanguageCode " minOccurs="0"/>
<-- the language used in the text (English, French, etc.) presumed to be English if not specified -->
<xs:element name="charSet" type=" CharSet " minOccurs="0"/>
<-- the character set used by the strings, presumed to be Latin-1 if not specified -->
<xs:element name="table" type=" Table " minOccurs="0"/>
<-- the table of phrases and the set of parsing rules to be used the tables (most often the ITIS phrase list or simple strings) may also be other sets of phrases (such as RDS or custom lists) the rules (given in the table header structure, see J2540) control how strings and phrases are inserted and what the default behaviors are to be. presumed to be the zero if not specified which defaults to a behavior of a pure set of strings in Latin-1 (with no phrases to be in the expression. This value is presumed if not specified The value of 1 is reserved for the standard ITIS phrases tables and when found the behavior will be the use of ITIS phrases with strings inserted as needed. See J2540 for a list of well known table values and their associated meanings and behaviors. -->
<xs:element name="issuingAgency" type=" tmdd:Organization-resource-identifier " minOccurs="0"/>
<-- the agency or center issuing this information, the name format shall follow the format devised in NTCIP 1601 for centers presumed unknown if not specified -->
<xs:element name="updateTime" type=" DateTimePair " minOccurs="0"/>
<-- the moment the date set was lasted updated presumed to unknown if not specified -->
<xs:element name="expiryTime" type=" DateTimePair " minOccurs="0"/>
<-- the moment the date set is presumed to be outdated presumed to unknown if not specified -->
<xs:element name="onExpiry" type=" ExpireAction " minOccurs="0"/>
<-- suggested use of this data once outdated presumed to be unknown if not specified -->
<xs:element name="confidence" type=" Message-Confidence " minOccurs="0"/>
<-- a gross rating of the Confidence of the message information -->
<xs:element name="urgency" type=" im:Urgency " minOccurs="0"/>
<-- a gross rating of the urgency of the message (0=least, 5=most) -->
</xs:sequence>
</xs:complexType>