<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>
|