Definition Type: Element
Name: FlightSegment
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFlifoRQ.xsd
MinOccurs 0
MaxOccurs 10
Abstract
Documentation:
The flight for which flifo information is being requested.
Collapse XSD Schema Diagram:
Drilldown into ArrivalAirport in schema ota_airfliforq_xsd Drilldown into DepartureAirport in schema ota_airfliforq_xsd Drilldown into DepartureDate in schema ota_airfliforq_xsd Drilldown into FlightNumber in schema ota_airfliforq_xsd Drilldown into Airline in schema ota_airfliforq_xsd Drilldown into UTC_PreferenceInd in schema ota_airfliforq_xsdXSD Diagram of FlightSegment in schema ota_airfliforq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FlightSegment" minOccurs="0" maxOccurs="10">
    <xs:annotation>
        <xs:documentation xml:lang="en">The flight for which flifo information is being requested.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Airline" type="CompanyNameType">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specify airline to request FLIFO details.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="FlightNumber" type="FlightNumberType">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specific flight number to request details for. Requires that Airline is also supplied.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DepartureDate" type="xs:date">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Date of departure for flight information.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DepartureAirport" type="LocationType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies the departure location.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ArrivalAirport" type="LocationType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies the arrival location.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="UTC_PreferenceInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, times should be returned in UTC (Universal Time Coordinate).  When false, times should be returned in local time.  If attribute is not included time is assumed to be local time.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Airline nsA:Airline (1) (1)
FlightNumber nsA:FlightNumber (1) (1)
DepartureDate nsA:DepartureDate (1) (1)
DepartureAirport nsA:DepartureAirport 0 (1)
ArrivalAirport nsA:ArrivalAirport 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
UTC_PreferenceInd nsA:UTC_PreferenceInd Optional