Documentation for ATIS-Draft-03-00-79

Complex Type: ResponseGroup

[Table of contents]

Super-types: None
Sub-types: None
Name ResponseGroup
Used by (from the same schema document) Complex Type AdvisoryInformation , Complex Type InformationResponse , Complex Type SubRoute
Abstract no
XML Instance Representation
<...>
<head> Head </head> [0..1]
<coverageArea> lrms:LocationReference </coverageArea> [0..1]
<weatherReport> WeatherInformation </weatherReport> [0..100]
<link> LinkTrafficInformation </link> [0..100]
<incident> IncidentInformation </incident> [0..100]
<event> EventInformation </event> [0..100]
<flight> AirlineTravelInformation </flight> [0..100]
<route> Route </route> [0..100]
<detour> Route </detour> [0..100]
<parkingLot> ParkingLotInformation </parkingLot> [0..100]
<dsrcMsg> RoadSideAlert </dsrcMsg> [0..100]
<transit> TransitInformation </transit> [0..100]
<furtherData> URL-Link </furtherData> [0..1]
<tail> Tail </tail> [0..1]
<localResponseGroup> local:ResponseGroup </localResponseGroup> [0..1]
</...>
Diagram
h518053861 h1843378481 h1570687453 h-1869650098 h-459602859 h-848291657 h1015805593 h-1110646556 h-1110646556 h766387086 h-1039826272 h-1956906338 h882153789 h518407765 h-1185819047
Schema Component Representation
<xs:complexType name="ResponseGroup">
<xs:sequence>
<xs:element name="head" type=" Head " minOccurs="0"/>
<-- basic meta data for the whole group -->
<xs:element name="coverageArea" type=" lrms:LocationReference " minOccurs="0"/>
<xs:element name="weatherReport" type=" WeatherInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="link" type=" LinkTrafficInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="incident" type=" IncidentInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="event" type=" EventInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="flight" type=" AirlineTravelInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="route" type=" Route " minOccurs="0" maxOccurs="100"/>
<xs:element name="detour" type=" Route " minOccurs="0" maxOccurs="100"/>
<xs:element name="parkingLot" type=" ParkingLotInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="dsrcMsg" type=" RoadSideAlert " minOccurs="0" maxOccurs="100"/>
<xs:element name="transit" type=" TransitInformation " minOccurs="0" maxOccurs="100"/>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
<xs:element name="localResponseGroup" type=" local:ResponseGroup " minOccurs="0"/>
</xs:sequence>
</xs:complexType>