Definition Type: Element
Name: OtherFareInformation
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for information relating to fare contracts that have not been returned in this message
Collapse XSD Schema Diagram:
Drilldown into Airlines in schema ota_airfaredisplayrs_xsd Drilldown into AirportFaresExistInd in schema ota_airfaredisplayrs_xsd Drilldown into UnsellableFaresExistInd in schema ota_airfaredisplayrs_xsd Drilldown into OtherCurrencyFaresExistInd in schema ota_airfaredisplayrs_xsd Drilldown into GroupFaresExistInd in schema ota_airfaredisplayrs_xsd Drilldown into OtherCarrierFaresExistInd in schema ota_airfaredisplayrs_xsdXSD Diagram of OtherFareInformation in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OtherFareInformation" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for information relating to fare contracts that have not been returned in this message</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Airlines" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Container for airlines.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Airline" type="CompanyNameType" maxOccurs="99">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Airline for which fare contracts exist but have not been included in this response</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="OtherCarrierFaresExistInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, fare contracts exist for other carriers that match the search criteria but have not been included in this response. When false, no fare contracts exist for other carriers that match the search criteria.  If not present, it has not been determined whether fare contracts exist for other carriers that match the search criteria.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="GroupFaresExistInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, group fares exist that match the search criteria but have not been included in this response. When false, no group fares exist that match the search criteria. If not present, it has not been determined whether group fares exist that match the search criteria.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="OtherCurrencyFaresExistInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, fares exist in currencies other than that specified in the request that match the search criteria but have not been included in this response. When false, no fares exist in currencies other than that specified in the request that match the search criteria.  If not present, it has not been determined whether fares exist in currencies other than that specified in the request that match the search criteria.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="UnsellableFaresExistInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, unsellable fares exist that match the search criteria but have not been included in this response. When false, no unsellable fares exist that match the search criteria. If not present, it has not been determined whether unsellable fares exist that match the search criteria.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="AirportFaresExistInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, airport fares exist  that match the search criteria but have not been included in this response. When false, no airport fares exist that match the search criteria. If not present, it has not been determined whether airport fares exist that match the search criteria.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Airlines nsA:Airlines 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
OtherCarrierFaresExistInd nsA:OtherCarrierFaresExistInd Optional
GroupFaresExistInd nsA:GroupFaresExistInd Optional
OtherCurrencyFaresExistInd nsA:OtherCurrencyFaresExistInd Optional
UnsellableFaresExistInd nsA:UnsellableFaresExistInd Optional
AirportFaresExistInd nsA:AirportFaresExistInd Optional