complexType FlightSeatQueryRQFlight
diagram pscev_p729.png
children Flight Booking
used by
element FlightSeatQueryRQ/Details
source <xs:complexType name="FlightSeatQueryRQFlight">
 
<xs:choice>
   
<xs:element name="Flight" type="SingleFlight"/>
   
<xs:element name="Booking">
     
<xs:complexType>
       
<xs:attribute name="BookingReference" type="xs:string"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element FlightSeatQueryRQFlight/Flight
diagram pscev_p730.png
type SingleFlight
properties
isRef 0
content complex
children FareFlights
source <xs:element name="Flight" type="SingleFlight"/>

element FlightSeatQueryRQFlight/Booking
diagram pscev_p731.png
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
BookingReferencexs:string      
source <xs:element name="Booking">
 
<xs:complexType>
   
<xs:attribute name="BookingReference" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute FlightSeatQueryRQFlight/Booking/@BookingReference
type xs:string
properties
isRef 0
source <xs:attribute name="BookingReference" type="xs:string"/>


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