|
| Namespace |
http://string.drv.de/xmlschema/string |
|
Diagram
|
|
| Type |
extension of CommonServiceResponseType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
Identifier , Type{0,1} , StartDate , EndDate , Quantity{0,1} , AssignedTravellers{0,1} , Attributes* , PackageReference{0,1} , Product , State , CustomerRequests{0,1} , AdditionalInfos{0,1} , LocationDetails , InformationForTransfer{0,1} , Rooms{0,1} , Stay
|
| Children |
AdditionalInfos, AssignedTravellers, Attributes, CustomerRequests, EndDate, Identifier, InformationForTransfer, LocationDetails, PackageReference, Product, Quantity, Rooms, StartDate, State, Stay, Type |
|
Source
|
<xs:complexType name="AccommodationResponseType">
<xs:complexContent>
<xs:extension base="CommonServiceResponseType">
<xs:sequence>
<xs:element name="LocationDetails" type="AccommodationProductResponseType" nillable="false"/>
<xs:element name="InformationForTransfer" type="AccommodationTransferInfoResponseType" nillable="true" minOccurs="0"/>
<xs:element name="Rooms" type="AccommodationRoomsResponseType" nillable="true" minOccurs="0"/>
<xs:element name="Stay" type="AccommodationStayResponseType" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |
|
|
|