Flight data will differ for restrictions and for actual flights  | 
                           
| Element | Flights | 
| Element Group | LocationRangeGroup | 
| Complex Types | CarrierType, FlightType, SegmentAirType | 
<xs:group name="FlightGroup"> <xs:annotation> <xs:documentation>Flight data will differ for restrictions and for actual flights</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="Flight"/> <xs:element ref="Flights"/> </xs:choice> </xs:group>  |