<xs:element name="ArrivalAirport" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The arrival airport for the flight.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="LocationGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The arrival airport/city code.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|