complexType BookingInfoType
diagram sigws_p308.png
type extension of BookingIdentityType
properties
base BookingIdentityType
used by
element PNRGroup/BookingsFound/BookingInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
BookingReference  s:string  required      
documentation
Booking reference from the previous AirBookRQ
LeadPassenger  derived by: s:string        
documentation
Family name of the first passenger
Mandatory only for an Air PNRs booked in CRS 1H
SeatCount  derived by: s:int        
Airline  derived by: s:string        
documentation
Marketing Airline
Flight  derived by: s:string        
documentation
Flight number
Date  s:date        
documentation
Departure date
Status  derived by: s:string        
documentation
Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
source <s:complexType name="BookingInfoType">
 
<s:complexContent>
   
<s:extension base="BookingIdentityType">
     
<s:attribute name="SeatCount">
       
<s:simpleType>
         
<s:restriction base="s:int"/>
       
</s:simpleType>
     
</s:attribute>
     
<s:attributeGroup ref="FlightType"/>
     
<s:attributeGroup ref="BookingStatusType"/>
   
</s:extension>
 
</s:complexContent>
</s:complexType>

attribute BookingInfoType/@SeatCount
type restriction of s:int
source <s:attribute name="SeatCount">
 
<s:simpleType>
   
<s:restriction base="s:int"/>
 
</s:simpleType>
</s:attribute>


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