Definition Type: Element
Name: NegotiatedFareCode
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains negotiated fare code information.
Collapse XSD Schema Diagram:
Drilldown into OverrideRuleInd in schema ota_aircommontypes_xsd Drilldown into TicketDesignatorCode in schema ota_aircommontypes_xsd Drilldown into SupplierCode in schema ota_aircommontypes_xsd Drilldown into SecondaryCode in schema ota_aircommontypes_xsd Drilldown into Quantity in schema ota_commontypes_xsd1 Drilldown into QuantityGroup in schema ota_commontypes_xsd Drilldown into URI in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into CodeGroup in schema ota_commontypes_xsd Drilldown into CodeListGroup in schema ota_commontypes_xsd Drilldown into CodeListAirGroup in schema ota_aircommontypes_xsd1XSD Diagram of NegotiatedFareCode in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="NegotiatedFareCode" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en"> Contains negotiated fare code information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attributeGroup ref="CodeListAirGroup">
                    <xs:annotation>
                        <xs:documentation xml:lang="en"> Contains code information for a negotiated fare.</xs:documentation>
                    </xs:annotation>
                </xs:attributeGroup>
                <xs:attribute name="TicketDesignatorCode" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The ticket designator code for this negotiated fare code.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="OverrideRuleInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, the rules for the negotiated fare should not be applied. </xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
CodeContext CodeContext Optional
URI URI Optional
Quantity Quantity Optional
SecondaryCode SecondaryCode Optional
SupplierCode SupplierCode Optional
TicketDesignatorCode TicketDesignatorCode Optional
OverrideRuleInd OverrideRuleInd Optional