Definition Type: Element
Name: NegotiatedFareCode
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Account code required to access fares
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_airfaredisplayrq_xsd Drilldown into Code in schema ota_airfaredisplayrq_xsdXSD Diagram of NegotiatedFareCode in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Code nsA:Code Required
CodeContext nsA:CodeContext Optional