complexType SingleFlight
diagram pscev_p1212.png
children FareFlights
used by
elements SingleFlights/Flight FlightSeatQueryRQFlight/Flight
annotation
documentation
Representa un aereo seleccionado
source <xs:complexType name="SingleFlight">
 
<xs:annotation>
   
<xs:documentation>Representa un aereo seleccionado</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="FareFlights">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="FareFlight" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Vuelo recomendado por el sistema como mejor compra para el tramo
                               
</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="TripProductID" type="TripProductID" use="required"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SingleFlight/FareFlights
diagram pscev_p1213.png
properties
isRef 0
content complex
children FareFlight
source <xs:element name="FareFlights">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="FareFlight" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Vuelo recomendado por el sistema como mejor compra para el tramo
                               
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="TripProductID" type="TripProductID" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SingleFlight/FareFlights/FareFlight
diagram pscev_p1214.png
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
TripProductIDTripProductIDrequired      
annotation
documentation
Vuelo recomendado por el sistema como mejor compra para el tramo
                               
source <xs:element name="FareFlight" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Vuelo recomendado por el sistema como mejor compra para el tramo
                               
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="TripProductID" type="TripProductID" use="required"/>
 
</xs:complexType>
</xs:element>

attribute SingleFlight/FareFlights/FareFlight/@TripProductID
type TripProductID
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 32 
maxLength 100 
source <xs:attribute name="TripProductID" type="TripProductID" use="required"/>


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