Definition Type: ComplexType
Name: LocationPointChoice_Airport
Namespace: http://www.opentravel.org/OTM/product/v4
Type: prod-0400:LocationPointChoice
Containing Schema: Product_4_0_0.xsd
Abstract
Documentation:
Provides address details for a location. Comare with JourneyPoint
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into FlightInfo in schema ground_2_0_0_xsd Drilldown into ExtensionPoint_Shared in schema otm_builtins_xsd Drilldown into Identifier in schema product_4_0_0_xsd Drilldown into Location in schema common_4_0_0_xsd Drilldown into name in schema product_4_0_0_xsd Drilldown into LocationPointChoice in schema product_4_0_0_xsd Drilldown into curbSideBaggageCheckInd in schema product_4_0_0_xsd Drilldown into kioskInd in schema product_4_0_0_xsd Drilldown into code in schema product_4_0_0_xsd Drilldown into country in schema product_4_0_0_xsd Drilldown into gate in schema product_4_0_0_xsd Drilldown into terminal in schema product_4_0_0_xsdXSD Diagram of LocationPointChoice_Airport in schema product_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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&amp;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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Location ota2-0400:Location 0 (1)
Identifier prod-0400:Identifier 0 (1)
ExtensionPoint_Shared ota2:ExtensionPoint_Shared 0 (1)
FlightInfo pgt-0200:FlightInfo 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name prod-0400:name Optional
terminal prod-0400:terminal Optional
gate prod-0400:gate Optional
country prod-0400:country Optional
code prod-0400:code Required
kioskInd prod-0400:kioskInd Optional
curbSideBaggageCheckInd prod-0400:curbSideBaggageCheckInd Optional
Collapse Derivation Tree:
Collapse References:
prod-0400:LocationPointChoiceAirport