Definition Type: Element
Name: FareInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirBaggageRQ.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Checked bag(s) included fare reference information. Note: Provides a reference for fares that include checked bags as some baggage allowances and charges are based on a fare code.
Collapse XSD Schema Diagram:
Drilldown into FareDetail in schema ota_airbaggagerq_xsd Drilldown into TravelerRPH in schema ota_airbaggagerq_xsd Drilldown into FareInfoRPH in schema ota_airbaggagerq_xsd Drilldown into DecimalPlaces in schema ota_airbaggagerq_xsd Drilldown into CurrencyCode in schema ota_airbaggagerq_xsd Drilldown into TotalPrice in schema ota_airbaggagerq_xsd Drilldown into TotalTravelerQty in schema ota_airbaggagerq_xsdXSD Diagram of FareInfo in schema ota_airbaggagerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareInfo" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">Checked bag(s) included fare reference information.</xs:documentation>
        <xs:documentation source="Moreinfo" xml:lang="en">Note: Provides a reference for fares that include checked bags as some baggage allowances and charges are based on a fare code.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FareDetail" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Detailed fares and related information for the specified fare.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="FareInfoType" />
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="TotalTravelerQty" type="xs:positiveInteger" use="required">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Total passenger quantity.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: 2</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This is the total passenger quantity for the entire itinerary.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TotalPrice" type="Money" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The total price for the entire itinerary for all passengers of all types.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Currency type.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: USD</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This does not need to be set if it is the same as the @PricingCurrency.</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">OpenTravel Best Practice: Currency Type Designation: Unless otherwise noted, all currency code designations are three alpha characters and WILL follow ISO 4217 prescribed format. Additionally, all currency amounts SHOULD have decimal places (minor units) specified.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DecimalPlaces" type="xs:nonNegativeInteger" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Currency decimal places.</xs:documentation>
                <xs:documentation source="Examples" xml:lang="en">Example: 2</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This does not need to be set if it is the same as the @PricingCurrency.</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">OpenTravel Best Practice: Currency Type Designation: Unless otherwise noted, all currency code designations are three alpha characters and WILL follow ISO 4217 prescribed format. Additionally, all currency amounts SHOULD have decimal places (minor units) specified.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FareInfoRPH" type="RPH_Type" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Fare Reference ID.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: 1</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This is a unique reference ID for one set of fare information that is set here and may be referenced elsewhere in this message.</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">OpenTravel Best Practice: Using Reference Place Holders: The reference place holder (RPH) is a unique ID assigned to an instance in a collection of like items (e.g. used to assign a unique ID to each passenger in a list of passengers. When referencing an RPH, the same RPH type is used to identify the assigned unique ID in an element that references the item in a collection.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TravelerRPH" type="RPH_Type" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">Traveler Reference ID.</xs:documentation>
                <xs:documentation source="Example" xml:lang="en">Example: 2</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">Note: This traveler reference ID was defined elsewhere in this message.</xs:documentation>
                <xs:documentation source="Moreinfo" xml:lang="en">OpenTravel Best Practice: Using Reference Place Holders: The reference place holder (RPH) is a unique ID assigned to an instance in a collection of like items (e.g. used to assign a unique ID to each passenger in a list of passengers. When referencing an RPH, the same RPH type is used to identify the assigned unique ID in an element that references the item in a collection.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FareDetail nsA:FareDetail (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
TotalTravelerQty nsA:TotalTravelerQty Required
TotalPrice nsA:TotalPrice Required
CurrencyCode nsA:CurrencyCode Optional
DecimalPlaces nsA:DecimalPlaces Optional
FareInfoRPH nsA:FareInfoRPH Optional
TravelerRPH nsA:TravelerRPH Optional