attributeGroup BookingIdentityGroup
used by
complexTypes BookingIdentityType QueueItemType
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
source <s:attributeGroup name="BookingIdentityGroup">
 
<s:attribute name="BookingReference" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Booking reference from the previous AirBookRQ</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="LeadPassenger">
   
<s:annotation>
     
<s:documentation>Family name of the first passenger
Mandatory only for an Air PNRs booked in CRS 1H
</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:maxLength value="56"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
</s:attributeGroup>

attribute BookingIdentityGroup/@BookingReference
type s:string
properties
use required
annotation
documentation
Booking reference from the previous AirBookRQ
source <s:attribute name="BookingReference" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Booking reference from the previous AirBookRQ</s:documentation>
 
</s:annotation>
</s:attribute>

attribute BookingIdentityGroup/@LeadPassenger
type restriction of s:string
facets
Kind Value Annotation
maxLength 56
annotation
documentation
Family name of the first passenger
Mandatory only for an Air PNRs booked in CRS 1H
source <s:attribute name="LeadPassenger">
 
<s:annotation>
   
<s:documentation>Family name of the first passenger
Mandatory only for an Air PNRs booked in CRS 1H
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:maxLength value="56"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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