complexType RelatedBookingInfoType
diagram sigws_p452.png
type extension of BookingIdentityType
properties
base BookingIdentityType
used by
element PNRGroup/RelatedBookings/BookingIdentity
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
Relation  derived by: s:string  required      
source <s:complexType name="RelatedBookingInfoType">
 
<s:complexContent>
   
<s:extension base="BookingIdentityType">
     
<s:attribute name="Relation" use="required">
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:enumeration value="Child"/>
           
<s:enumeration value="Parent"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
   
</s:extension>
 
</s:complexContent>
</s:complexType>

attribute RelatedBookingInfoType/@Relation
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration Child
enumeration Parent
source <s:attribute name="Relation" use="required">
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="Child"/>
     
<s:enumeration value="Parent"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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