Definition Type: Element
Name: NetFare
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Information for a fare that can be distributed by others.
Collapse XSD Schema Diagram:
Drilldown into RedistributeInd in schema ota_airfaredisplayrs_xsd Drilldown into ViewInd in schema ota_airfaredisplayrs_xsd Drilldown into TicketInd in schema ota_airfaredisplayrs_xsd Drilldown into SellInd in schema ota_airfaredisplayrs_xsd Drilldown into UpdateFareInd in schema ota_airfaredisplayrs_xsd Drilldown into UnlimitedAmountInd in schema ota_airfaredisplayrs_xsd Drilldown into CurrencyCode in schema ota_airfaredisplayrs_xsd Drilldown into FareAmount in schema ota_airfaredisplayrs_xsd Drilldown into FareBasisCode in schema ota_airfaredisplayrs_xsd Drilldown into DistributorName in schema ota_airfaredisplayrs_xsd Drilldown into MaxAmount in schema ota_airfaredisplayrs_xsd Drilldown into MinAmount in schema ota_airfaredisplayrs_xsdXSD Diagram of NetFare in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="NetFare" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information for a fare that can be distributed by others.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="MinAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The minimum amount at which this fare can be sold.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="MaxAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The maximum amount at which this fare can be sold.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DistributorName" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The name of the agency that can distribute the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FareBasisCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The fare basis code for this fare.  

</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FareAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The actual fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The code specifying the monetary unit for this fare. Use ISO 4217 3 alpha code. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="UnlimitedAmountInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority to sell the fare for any amount.

</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="UpdateFareInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority to update the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SellInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority to sell the fare.

</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TicketInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority to ticket the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ViewInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority for the fare to be viewed.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="RedistributeInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the airline has granted the distributor of the fare the authority to redistribute the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
MinAmount nsA:MinAmount Optional
MaxAmount nsA:MaxAmount Optional
DistributorName nsA:DistributorName Optional
FareBasisCode nsA:FareBasisCode Optional
FareAmount nsA:FareAmount Optional
CurrencyCode nsA:CurrencyCode Optional
UnlimitedAmountInd nsA:UnlimitedAmountInd Optional
UpdateFareInd nsA:UpdateFareInd Optional
SellInd nsA:SellInd Optional
TicketInd nsA:TicketInd Optional
ViewInd nsA:ViewInd Optional
RedistributeInd nsA:RedistributeInd Optional