<xsd:complexType name="LocationPointChoice_Airport">
<xsd:annotation>
<xsd:documentation source="Description">Provides address details for a location. Comare with JourneyPoint</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LocationPointChoice</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="prod-0400:LocationPointChoice">
<xsd:sequence>
<xsd:element minOccurs="0" ref="pgt-0200:FlightInfo">
<xsd:annotation>
<xsd:documentation source="Description">The date and time of the flight&apos;s departure or arrival and its number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="terminal" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The terminal at which the customer is to be delivered or collected.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="product" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gate" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The gate at which the flight is scheduled to arrive or depart. Query: would this normallt be only fr arrivals?</xsd:documentation>
<xsd:appinfo>
<otm:Example context="product" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">38B</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="country" type="ota2-0400:CountryCode_ISO3166" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The country in which the airport in located.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="product" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">US</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="code" type="ota2-0400:StringTiny" use="required">
<xsd:annotation>
<xsd:documentation source="Description">Code identifying a location e.g. IATA Airport Code.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="product" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LAX</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="kioskInd" type="xsd:boolean" use="optional" />
<xsd:attribute name="curbSideBaggageCheckInd" type="xsd:boolean" use="optional" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|