Definition Type: Element
Name: FareAccessTypePref
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Indicates the fare calculation type e.g. (PointToPoint, Through, Joint, Private)
Collapse XSD Schema Diagram:
Drilldown into NegotiatedFareCodes in schema ota_airfaredisplayrq_xsd Drilldown into PreferLevel in schema ota_airfaredisplayrq_xsd Drilldown into FareAccess in schema ota_airfaredisplayrq_xsdXSD Diagram of FareAccessTypePref in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareAccessTypePref" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the fare calculation type e.g. (PointToPoint, Through, Joint, Private)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NegotiatedFareCodes" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Container for multiple negotiated fare codes</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="NegotiatedFareCode" maxOccurs="99">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Account code required to access fares</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:simpleContent>
                                    <xs:extension base="xs:string">
                                        <xs:attribute name="Code" type="StringLength1to16" use="required">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">Negotiated fare code to use when retrieving fare contracts</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="CodeContext" type="StringLength1to32" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">Optional indicator to specify code list used</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:simpleContent>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="FareAccess" type="FareAccessPrefType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Fare calculation type (e.g. PointToPoint, Through, Joint, Private)</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NegotiatedFareCodes nsA:NegotiatedFareCodes 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
FareAccess nsA:FareAccess Optional
PreferLevel nsA:PreferLevel Optional