Definition Type: Element
Name: NegotiatedFareCodes
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for multiple negotiated fare codes
Collapse XSD Schema Diagram:
Drilldown into NegotiatedFareCode in schema ota_airfaredisplayrq_xsdXSD Diagram of NegotiatedFareCodes in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NegotiatedFareCode nsA:NegotiatedFareCode (1) 99