|
| Namespace |
http://string.drv.de/xmlschema/string |
|
Diagram
|
|
| Type |
BookingResponseType |
|
Properties
|
| content |
complex |
| nillable |
true |
|
| Model
|
BookingState , ProcessState , TransactionState , Services , Packages , Travellers , BookingDetails , Prices{0,1} , Informations , Warnings , Errors
|
| Children |
BookingDetails, BookingState, Errors, Informations, Packages, Prices, ProcessState, Services, TransactionState, Travellers, Warnings |
|
Instance
|
<BookingResponse xmlns="http://string.drv.de/xmlschema/string">
<BookingState>{1,1}</BookingState>
<ProcessState>{1,1}</ProcessState>
<TransactionState>{1,1}</TransactionState>
<Services>{1,1}</Services>
<Packages>{1,1}</Packages>
<Travellers>{1,1}</Travellers>
<BookingDetails>{1,1}</BookingDetails>
<Prices>{0,1}</Prices>
<Informations>{1,1}</Informations>
<Warnings>{1,1}</Warnings>
<Errors>{1,1}</Errors>
</BookingResponse> |
|
|
Source
|
<xs:element name="BookingResponse" type="BookingResponseType" nillable="true"/> |
|
|
|