Definition Type: Element
Name: FareApplicationTypePref
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Indicates the journey type for which fares are required e.g. OneWay, Return, HalfReturn
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_airfaredisplayrq_xsd Drilldown into FareApplicationType in schema ota_airfaredisplayrq_xsdXSD Diagram of FareApplicationTypePref in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareApplicationTypePref" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the journey type for which fares are required e.g. OneWay, Return, HalfReturn </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FareApplicationType" type="FareApplicationType" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The journey type for which fares are required can be OneWay, Return or HalfReturn</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FareApplicationType nsA:FareApplicationType Required
PreferLevel nsA:PreferLevel Optional