**************************************- Booking related data : **************************************- Request : search criteria, information on how the booking should be made (one record per passenger or all in one,...), booking link to an existing booking to complement, ... Response : data returned after a booking action, list of bookings. **************************************- |
<xs:group name="BookingGroup"> <xs:annotation> <xs:documentation>**************************************- Booking related data : **************************************- Request : search criteria, information on how the booking should be made (one record per passenger or all in one,...), booking link to an existing booking to complement, ... Response : data returned after a booking action, list of bookings. **************************************-</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Booking"/> <xs:element ref="Bookings"/> </xs:choice> </xs:group> |