complexType SelectedFlight
diagram pscev_p1194.png
children FareFlightSummary FlightSegments
used by
element SelectedFareFlights/FareFlight
attributes
Name  Type  Use  Default  Fixed  annotation
SequenceSequencerequired      
TripProductIDTripProductIDrequired      
documentation
Identificador del producto utilizado en toda operación previa a la reserva
               
FareFlightIdxs:int      
annotation
documentation
Representa un vuelo en una tarifa de aereo seleccionada post consulta de disponibilidad
           
source <xs:complexType name="SelectedFlight">
 
<xs:annotation>
   
<xs:documentation>Representa un vuelo en una tarifa de aereo seleccionada post consulta de disponibilidad
           
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="FareFlightSummary" type="FareFlightSummary" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Resumen del vuelo. Si el vuelo tiene segmentos, aquí se especifica el primer
                        aeropuerto desde donde sale y el último aeropuerto en que llega.
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FlightSegments" type="FlightSegments" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Sequence" type="Sequence" use="required"/>
 
<xs:attribute name="TripProductID" type="TripProductID" use="required">
   
<xs:annotation>
     
<xs:documentation>Identificador del producto utilizado en toda operación previa a la reserva
               
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="FareFlightId" type="xs:int"/>
</xs:complexType>

attribute SelectedFlight/@Sequence
type Sequence
properties
isRef 0
use required
source <xs:attribute name="Sequence" type="Sequence" use="required"/>

attribute SelectedFlight/@TripProductID
type TripProductID
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 32 
maxLength 100 
annotation
documentation
Identificador del producto utilizado en toda operación previa a la reserva
               
source <xs:attribute name="TripProductID" type="TripProductID" use="required">
 
<xs:annotation>
   
<xs:documentation>Identificador del producto utilizado en toda operación previa a la reserva
               
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SelectedFlight/@FareFlightId
type xs:int
properties
isRef 0
source <xs:attribute name="FareFlightId" type="xs:int"/>

element SelectedFlight/FareFlightSummary
diagram pscev_p1195.png
type FareFlightSummary
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children DepartureDestination ArrivalDestination DepartureDateTime ArrivalDateTime Carriers NumberSegments BookingClasses ServiceClasses TripOrder Duration ExpirationMark
annotation
documentation
Resumen del vuelo. Si el vuelo tiene segmentos, aquí se especifica el primer
                        aeropuerto desde donde sale y el último aeropuerto en que llega.
                   
source <xs:element name="FareFlightSummary" type="FareFlightSummary" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Resumen del vuelo. Si el vuelo tiene segmentos, aquí se especifica el primer
                        aeropuerto desde donde sale y el último aeropuerto en que llega.
                   
</xs:documentation>
 
</xs:annotation>
</xs:element>

element SelectedFlight/FlightSegments
diagram pscev_p1196.png
type FlightSegments
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children FlightSegment
source <xs:element name="FlightSegments" type="FlightSegments" minOccurs="0"/>


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