**************************************- Trip details : no booking data **************************************- Trip : in case a unique trip is present or one stands out. Trips : in case there are multiple trips listed without any special information for one trip **************************************- |
Element | Trips |
Complex Types | BookingType, HistoryType, ResponseStyleType, StyleType, TaskType, TransactionRequestType, TransactionResponseType, TransactionTravelType, TripCollectionType |
<xs:group name="TripGroup"> <xs:annotation> <xs:documentation>**************************************- Trip details : no booking data **************************************- Trip : in case a unique trip is present or one stands out. Trips : in case there are multiple trips listed without any special information for one trip **************************************-</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Trip"/> <xs:element ref="Trips"/> </xs:choice> </xs:group> |