complexType FarePrices
diagram pscev_p653.png
children BaseRates Prices
used by
elements Fare/FarePrices SelectedFare/FarePrices BookingFare/FarePrices PosBookingFare/FarePrices
annotation
documentation
Tipo complejo que almacena los precios que serán aplicados a una Tarifa
source <xs:complexType name="FarePrices">
 
<xs:annotation>
   
<xs:documentation>Tipo complejo que almacena los precios que serán aplicados a una Tarifa</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BaseRates">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="TotalBaseRatesPrices" type="Prices" minOccurs="0"/>
         
<xs:element name="BaseRate" type="BaseRate" maxOccurs="unbounded"/>
         
<xs:element name="TotalFlightCharges" type="Prices" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Suma total de todas las tasas por el total de pasajeros de la
                                    reserva
                               
</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="ItemsCount" type="ItemsCount"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Prices" type="Prices">
     
<xs:annotation>
       
<xs:documentation>Corresponde a la tabla BOOKING_FARE_PRICE. Almacena todos los tipos precios que
                        componen una reserva por el total de pasajeros (en este caso son dos pasajeros) Ej:
                        NMO.GBL.FPT.NET: 269,78 NMO.GBL.FPT.TAX: 54 NMO.GBL.FPT.SPR: 333.78
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FarePrices/BaseRates
diagram pscev_p654.png
properties
isRef 0
content complex
children TotalBaseRatesPrices BaseRate TotalFlightCharges
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
source <xs:element name="BaseRates">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="TotalBaseRatesPrices" type="Prices" minOccurs="0"/>
     
<xs:element name="BaseRate" type="BaseRate" maxOccurs="unbounded"/>
     
<xs:element name="TotalFlightCharges" type="Prices" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Suma total de todas las tasas por el total de pasajeros de la
                                    reserva
                               
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="ItemsCount" type="ItemsCount"/>
 
</xs:complexType>
</xs:element>

attribute FarePrices/BaseRates/@ItemsCount
type ItemsCount
properties
isRef 0
facets
Kind Value annotation 
minInclusive 
source <xs:attribute name="ItemsCount" type="ItemsCount"/>

element FarePrices/BaseRates/TotalBaseRatesPrices
diagram pscev_p655.png
type Prices
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Price
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
source <xs:element name="TotalBaseRatesPrices" type="Prices" minOccurs="0"/>

element FarePrices/BaseRates/BaseRate
diagram pscev_p656.png
type BaseRate
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children BaseRatePrices BaseRateUnits BaseRateFlightCharges
attributes
Name  Type  Use  Default  Fixed  annotation
PassengerTypePSCodeType      
documentation
Tipo de pasajero, adulto, child, infant
PassengersCountItemsCount      
documentation
Cant. de pasajeros por tipo
SequenceSequencerequired      
documentation
Se almacenan los datos correspondientes a tipo y cantidad de pasajeros. Corresponden a
                    la tabla BOOKING_BASE_RATE ejemplo Bok_id: 22 NMO.GBL.AGT.ADT Cantidad pasajeros: 2. Los importes
                    que se detallan a continuación son por cada pasajero.
               
ProviderPTCxs:string      
FareConstructionxs:string      
source <xs:element name="BaseRate" type="BaseRate" maxOccurs="unbounded"/>

element FarePrices/BaseRates/TotalFlightCharges
diagram pscev_p657.png
type Prices
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Price
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
annotation
documentation
Suma total de todas las tasas por el total de pasajeros de la
                                    reserva
                               
source <xs:element name="TotalFlightCharges" type="Prices" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Suma total de todas las tasas por el total de pasajeros de la
                                    reserva
                               
</xs:documentation>
 
</xs:annotation>
</xs:element>

element FarePrices/Prices
diagram pscev_p658.png
type Prices
properties
isRef 0
content complex
children Price
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
annotation
documentation
Corresponde a la tabla BOOKING_FARE_PRICE. Almacena todos los tipos precios que
                        componen una reserva por el total de pasajeros (en este caso son dos pasajeros) Ej:
                        NMO.GBL.FPT.NET: 269,78 NMO.GBL.FPT.TAX: 54 NMO.GBL.FPT.SPR: 333.78
                   
source <xs:element name="Prices" type="Prices">
 
<xs:annotation>
   
<xs:documentation>Corresponde a la tabla BOOKING_FARE_PRICE. Almacena todos los tipos precios que
                        componen una reserva por el total de pasajeros (en este caso son dos pasajeros) Ej:
                        NMO.GBL.FPT.NET: 269,78 NMO.GBL.FPT.TAX: 54 NMO.GBL.FPT.SPR: 333.78
                   
</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy