<xs:element name="ArrivalAirport" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Arrival point of flight segment. Second occurrence indicates diversion airport.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Comment" type="FreeTextType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Any special comments about the arrival airport.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="AirportLocationGroup" />
<xs:attribute name="Diversion" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the flight has diverted to this airport.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BaggageClaim" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the location or carousel number for baggage from the arriving flight.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|