<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="3337e4cb-c997-47fe-adde-9e933e8e4d19">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="2490" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-29T00:00:00" End="2026-11-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:6d6b28e9-918f-42d0-b74d-a71c2cd2ac88
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-06T13:16:20.8356639+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3337e4cb-c997-47fe-adde-9e933e8e4d19" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="13.13" OriginalAmount="13.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.182923" Longitude="16.378578" StarRating="0" HotelCode="186486|ao_wien_hauptbahnhof" HotelName="a&amp;o Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 11, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/66/16666db83f9187820ee1f3199cb9b368b8a1bac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="14.14" OriginalAmount="14.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205282" Longitude="16.3364142" StarRating="0" HotelCode="97704|ao_wien_stadthalle" HotelName="a&amp;o Wien Stadthalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lerchenfelder Gürtel 9-11, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/70/7b70a52225acbf48cdf21fad276cb22856663664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in one of Europe's most beautiful cities, Vienna. Situated 2 km from the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.27" OriginalAmount="14.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1969367" Longitude="16.3607169" StarRating="0" HotelCode="|113487" HotelName="Wombat's City Vienna Naschmarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/8/7/113487_7fb940d1443.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was opened in 2011 and it offers modern facilities. SITUATION: It is 5 minutes away fromKettenbrÃ¼ckengasse the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.45" OriginalAmount="14.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.183101" Longitude="16.3783351" StarRating="2" HotelCode="|80428" HotelName="Aando Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/2/8/80428_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: This hotel is 100 metres away from the railway station, close to the historic centre and places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19688132" Longitude="16.36070182" StarRating="0" HotelCode="465458|410264" HotelName="Wombats City Hostel - The Naschmarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 35, A-1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/49/e849f20d59005ef7c827b4da14ea91a3cd55bf59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Vienna, Wombats City Hostels Vienna At The Naschmarkt puts everything the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.50" OriginalAmount="17.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1800853" Longitude="16.3746068" StarRating="3" HotelCode="|57572" HotelName="St. Christopher's Inn Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COLUMBUSGASSE 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/5/7/2/57572_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007, has 71 rooms, modern fire alarm system, security cameras in the hall, a reception, a lift, a bar, a breakfast room, WiFi and an indoor car park. SITUATION: Is situated inVienna the commercial area of Favoritenstrasse it is in the establishment is 2,5 kilometres away from the city centre, has good links to public transport services, Stephansdom, Prater and SchÃ¶nbrunn Schloss near the establishment, guests will find it is situated 20 kilometres away from Birmingham Airport. ROOM: The rooms a bathroom, satellite or cable TV, internet, individual heating, a double bed and a direct line telephone. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="19.12" OriginalAmount="18.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.180152" Longitude="16.374573" StarRating="3" HotelCode="70052|96969" HotelName="Meininger Hotel Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Columbusgasse 16, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3d/3d99f2d24117ad44/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located directly next to Vienna’s shopping mile, Favoritenstrasse, and 2 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.46" OriginalAmount="20.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.195972" Longitude="16.337829" StarRating="1" HotelCode="|471336" HotelName="JO&amp;JOE Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Europaplatz 1/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/3/6/471336_0cb53801216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.08" OriginalAmount="20.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1870973" Longitude="16.3732828" StarRating="0" HotelCode="|345586" HotelName="Do Step Inn Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/5/8/6/345586_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.78" OriginalAmount="21.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1701431" Longitude="16.3746106" StarRating="0" HotelCode="|113301" HotelName="Aandt Hotel and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leibnizgasse 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/0/1/113301_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a buffet breakfast and a reception. SITUATION: Vienna Is situated in 500 metres away from the establishment, you can find Reumannplatz the metro station of it is well-connected with public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.19" OriginalAmount="24.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1971695" Longitude="16.3342835" StarRating="0" HotelCode="|113454" HotelName="Do Step Inn and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/5/4/113454_f5c28601113.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated in front ofWien Westbahnhof the Railway Station of. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.72" OriginalAmount="29.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1934099" Longitude="16.3355756" StarRating="0" HotelCode="|345476" HotelName="Vienna Ruthensteiner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Robert-Hamerling-Gasse 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/4/7/6/345476_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193473" Longitude="16.335523" StarRating="2" HotelCode="430031|vienna_hostel_ruthensteiner_" HotelName="Hostel Ruthensteiner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Concierge,Dry Cleaning,Garden,Internet,Laundry,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Robert-Hamerlinggasse 24, 1150 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/eb/f7eb3da417dcaa55f46a94600e5877722cb7a232.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Vienna Hostel Ruthensteiner in Vienna (Rudolfsheim-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216038" Longitude="16.33775" StarRating="3" HotelCode="96036|hotel_geblergasse" HotelName="Geblergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Geblergasse 21, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/1e/2b1ef1a93a025b56e846bf18ca0f8a607cc35873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located mere minutes from the city centre, this hotel is the ideal base from which to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.202479" Longitude="16.357446" StarRating="3" HotelCode="387631|hotel_admiral" HotelName="Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Karl Schweighofer-Gasse 7, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c5/66c5b41c7eed30d9e65f0948f8a979877aeee602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.75" OriginalAmount="39.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.180052" Longitude="16.372072" StarRating="2" HotelCode="|534601" HotelName="Astral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Dampfgasse</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/1/534601_ed2b96d1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="45.01" OriginalAmount="44.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194030343624" Longitude="16.389074921608" StarRating="4" HotelCode="10352|16030" HotelName="Arthotel Ana Enzian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 51, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/d1/d1080cb73c42ef03/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Vienna, only a short walk from the city's famous sights, suc...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="45.08" OriginalAmount="44.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.219551085784" Longitude="16.325431466103" StarRating="4" HotelCode="96774|109423" HotelName="Senator Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hernalser Hauptstraße 105, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/c6/57c6341230d7de0c1349e7601980eca9a292b1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 km from the city centre. It lies 3.6 km from Westbahnhof railway station, 5...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.09" OriginalAmount="46.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2261466" Longitude="16.3603801" StarRating="4" HotelCode="|9780" HotelName="Bellevue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALTHANSTRASSE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/8/0/9780_15953b41113.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, was built in 1873, has 7 floors, 161 rooms and 15 suites. In the entrance, guests are offered a charming hall with elevators and a reception. The establishment boasts a brew-bar, a bar, a cafÃ©, a cosy restaurant and an indoor car park. SITUATION: It is inVienna the city centre of this hotel is close to Wien Franz-Josefs Bahnhof the Railway Station of shops, close to the establishment, clients can find FriedrensbrÃ¼cke the metro station Museum of Modern Art It is situated 1 kilometre away from 1,5 kilometres away, you can find the opera, is 25 kilometres away from Vienna Airport. ROOM: They offer inviting rooms with a bathroom with a shower, a hairdryer, a mini-bar, a safe (available for a fee), a direct line telephone, satellite or cable TV and internet. Clients are offered disabled access rooms. FACILITIES: Guests are offered bathrobe (available for a fee). PAYMENT METHODS: Customers can pay using credit cards, American Express, Mastercard, Visa, Diners Club and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199751584889" Longitude="16.359779834747" StarRating="2" HotelCode="371243|hotel_terminus_2" HotelName="Hotel Terminus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fillgraderg 4, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/af/f9af3b74928ad9e03c65a8e30796fb56518d67a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.55" OriginalAmount="47.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.926251" Longitude="-77.243489" StarRating="2" HotelCode="|156504" HotelName="Quality Inn Tysons Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1587 Spring Hill Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/5/0/4/156504_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198122884068" Longitude="16.337462514639" StarRating="4" HotelCode="11879|hotel_mercure_wien_westbahnhof" HotelName="Mercure Wien Westbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Felberstrasse 4, 1150 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/29/d829f861eaeb8adf9c31c442f7a8a9511054305d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel lies directly opposite Westbahnhof within a 10-minute walk, guests will r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.226418" Longitude="16.360082" StarRating="4" HotelCode="32584|bellevue_hotel" HotelName="Bellevue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Althanstrasse 5, 1090 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/89/058941c0b2b3fa63b6a43ad6cddc03fae13c8655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Franz Joseph train station in the heart of Vienna and is surrounded by nume...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.076157851279" Longitude="16.317846179009" StarRating="3" HotelCode="161360|hb1_hotel_wiener_neudorf" HotelName="HB1 Design &amp; Budgethotel Wiener Neudorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Industriezentrum NÖ Süd, Ecke Straße 2/3, 2355 Wiener Neudorf</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e9/12e91b424c1074ea5277a5c893a84ccc3faf3f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.163909975392" Longitude="16.32317836627" StarRating="3" HotelCode="141925|gartenhotel_altmannsdorf_hotel_2" HotelName="7 Days Premium Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoffingergasse 33, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/32/5132209a9fdf6eb4a80dcca56c2f36d8ffa25244.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.29" OriginalAmount="48.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2496303" Longitude="16.3421449" StarRating="3" HotelCode="|113550" HotelName="Müllner Smart  Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Grinzinger Allee 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/5/0/113550_d3be21a1115.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, is rated 3 stars and it offers WiFi, (free of charge), near the establishment, you can find a car park. SITUATION: Grinzing Is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.170232066791" Longitude="16.374599039555" StarRating="2" HotelCode="260430|at_holiday_hostel" HotelName="a&amp;t Holiday Hostel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leibnizgasse 66, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/94/1e946f44f827d47482bc6739d45b454d95b894b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers guests a total of 75 rooms. Most storeys can be reached by lift. Services and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.246032434073" Longitude="16.341259915344" StarRating="4" HotelCode="49117|derag_livinghotel_kaiser_franz_joseph_2" HotelName="Living Hotel Kaiser Franz Joseph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sieveringer Straße 4, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/0e/000e642c6c1e58b9f6f78b804c691029cf33ab04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies amidst peaceful, green surrounds in Döbling, one of Vienna's most elegant residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.86" OriginalAmount="50.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2012647" Longitude="16.3404794" StarRating="3" HotelCode="|113578" HotelName="Kaffeemühle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/7/8/113578_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests indoor parking and WiFi (free of charge). SITUATION: This family-run establishment, is in a central area, is situated 10 minutes away from the tram, the palace and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.230703143203" Longitude="16.35522544384" StarRating="4" HotelCode="10847|12177" HotelName="Arthotel ANA Gala Vienna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viriotgasse 5, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/bf/07bf28d2f7f09c0b63b121e65f90b5561328453d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.249592" Longitude="16.342367" StarRating="3" HotelCode="103930|mullner_smart_hotel_wien_24h_self_check_in" HotelName="Hotel Müllner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Grinzinger Allee 30, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a7/eca7a3dea596a78d2ccbdca9d9b6198307194a88.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213523" Longitude="16.344021" StarRating="3" HotelCode="103924|hotel_korotan" HotelName="Korotan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albertgasse 48, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0b/530b0dfc438404900f398da86b73d877b192c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.11" OriginalAmount="51.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.168462" Longitude="16.319595" StarRating="0" HotelCode="|450035" HotelName="Lyf Schönbrunn Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Breitenfurter Strasse 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/5/450035_d0aaf001040.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186908293625" Longitude="16.375559270382" StarRating="3" HotelCode="47707|48689" HotelName="Novum Hotel Congress" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Gürtel 34, Wieden, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/a7/60a703484256e1dfeb77a2db66c44a80b9fcd879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located, comfortable hotel is situated opposite the city's southern railway station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20130213" Longitude="16.34042116" StarRating="3" HotelCode="79922|hotel_pension_kaffeemuehle" HotelName="Novum Hotel Kaffeemühle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiserstraße 45, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/2a/b52a8e2456884bfbcdc717880d0e97889b4c6b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="53.18" OriginalAmount="52.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.221784" Longitude="16.357926" StarRating="4" HotelCode="32564|CAU359500" HotelName="Hotel &amp; Palais Strudlhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pasteurgasse 1, 1090 Wien, Österreich</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01df83f94f9496628115dea19b5861ea9d0881b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.41" OriginalAmount="52.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213803" Longitude="16.32736" StarRating="0" HotelCode="|490016" HotelName="Alina\'s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nattergasse 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/0/1/6/490016_0ce97bc1016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.239091048111" Longitude="16.430169045925" StarRating="3" HotelCode="73767|lenas_donau" HotelName="Lenas Donau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramerstrasse 52, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/b3/bfb3023aaca22756ecab45be422d1c31a6e865ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186813517017" Longitude="16.420706212521" StarRating="4" HotelCode="67259|roomz_vienna" HotelName="Roomz Hotel Vienna Gasometer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paragonstraße 1, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/17/0217ae5e159d6ff31aca731e2d38613b8de1b08d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated near to the Gasometers in Vienna’s 11th district, Simmering. All the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.47" OriginalAmount="53.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.214919614427" Longitude="16.336541175842" StarRating="4" HotelCode="60592|1731116" HotelName="Exe Vienna" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ottakringer Strasse 34-36, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f6/4ef631ff279200ffcd8d8611c7598e849eca0bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Hernal quarter, only a few minutes from the famous shopping mile Mariah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193163162241" Longitude="16.339196562767" StarRating="3" HotelCode="42033|ibis_wien_mariahilf" HotelName="ibis Wien Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Gürtel 22-24, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/75/f275414726db5d916f7f17d479f66780b7b6ba31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the centre of Vienna, close to Westbahnhof and the famous shopping m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.175287" Longitude="16.420459" StarRating="4" HotelCode="178232|jufa_wien" HotelName="JUFA Hotel Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mautner Markhof-Gasse 50, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6b/b56b1c48f6405d63bb1bd609b4a9e4205a2fef84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Urlaub in einer der charmantesten Städte Europas! Modern ausgestattet und mit guter Verkehrsanbindun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.23" OriginalAmount="54.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.167342" Longitude="16.318431" StarRating="2" HotelCode="|443622" HotelName="Bandb Wien-meidling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Breitenfurter Strasse 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/2/2/443622_58c6b5e1328.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.97" OriginalAmount="55.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1809465" Longitude="16.3585446" StarRating="3" HotelCode="|57526" HotelName="Allegro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Matzleinsdorferplatz ,1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/5/2/6/57526_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in front of Matzleinsdorfer Platz the railway station the tram stop and la Ã“pera Estatal 10 minutes by tram from. ROOM: The smart, soundproofed rooms, have an air-conditioning system, a television, a writing desk, a bathroom with a shower or bath and a hairdryer. FACILITIES: The establishment boasts a reception and internet. RESTAURANT: The establishment offers a buffet breakfast, Guests also have available a snack bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.40" OriginalAmount="55.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.225281" Longitude="16.507265" StarRating="0" HotelCode="|455009" HotelName="Dormero HoHo Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Janis Joplin Promenade 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/0/9/455009_350eb871313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200458249964" Longitude="16.332897824398" StarRating="2" HotelCode="130934|pension_stadthalle" HotelName="Pension Stadthalle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hackengasse 33, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6f/f16fe33fae06f4a117779b92f59383e08107a0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212489" Longitude="16.388872" StarRating="3" HotelCode="89980|hotel_urania" HotelName="Urania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Obere Weißgerberstr 7, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/93/709342e51ccd830a44cfd11ddbd68cc61d1f4259.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199188476266" Longitude="16.333741379133" StarRating="3" HotelCode="33067|boutiquehotel_stadthalle" HotelName="Boutiquehotel Stadthalle Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hackengasse 20, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/6e/a46e7ebad16ff06a157ef69c1f9a0da27fed217a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quiet spot between the West Station and the Stadthalle centre, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.220672476868" Longitude="16.399385333062" StarRating="3" HotelCode="210781|best_western_plus_hotel_arcadia" HotelName="Best Western Plus Hotel Arcadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Max-Winter-Platz 5, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ff/2dff139bb857623cf7be183619ff230366bdcc63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.12" OriginalAmount="57.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1965396" Longitude="16.3415638" StarRating="4" HotelCode="|66382" HotelName="IntercityHotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARIAHILFERSTRASSE 122</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/3/8/2/66382_3f8727a1439.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and urban hotel, renovated in 2008, has 179 rooms, 1 suite, 7 apartments and a terrace. The establishment boasts a restaurant, a lounge bar and a winter garden. The establishment has various facilities, such as a lobby, a reception, a safety deposit box service, a cloakroom, a lift, conference facilities and internet (for a fee). At an additional cost, you can enjoy room service, a laundry service and a car park. SITUATION: This hotel is in Mariahilferstrasse it is 300 metres away from Westbahnhof Railway Station. It has good links to public transport services. You can find shops, restaurants and bars. It is situated 500 metres away from St Stephan Cathedral. Around 25 kilometres away you can find Vienna Airport. ROOM: Customers have modern and comfortable rooms with a bathroom with a shower, a WC, a mirror, a hairdryer, a satellite TV with pay channels, a radio, a writing desk, internet, a mini-bar, computer safe and individual heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.45" OriginalAmount="57.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.188686" Longitude="16.383553" StarRating="4" HotelCode="|80429" HotelName="Daniel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Gurtel 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/2/9/80429_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a bakery, breakfast service, WiFi (free of charge), motorbike hire, a bicycle rental desk and a cash machine. SITUATION: It is situated next toBelvedere the Palace of the railway station and the metro station. 15 minutes away, guests can find the city centre. ROOM: The establishment has 116 rooms with WiFi (free of charge), cable television and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.55" OriginalAmount="57.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1926545" Longitude="16.3574413" StarRating="4" HotelCode="|113352" HotelName="FortyPlusOne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/5/2/113352_17.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in5 District it is well-connected with the opera, Clients can also find SchÃ¶nbrunn the palace. OBSERVATIONS: This establishment has wifi and at no extra cost.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.95" OriginalAmount="58.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.183529875424" Longitude="16.376417577266" StarRating="4" HotelCode="42968|45964" HotelName="AZIMUT Hotel Vienna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 8, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/44/d444e303d2d4edcdb480c4963b98938164eb1c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its perfect location near to the new central railway station, on Favoritenstrasse (shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2148512" Longitude="16.3402136" StarRating="3" HotelCode="36053|hotel_donauwalzer" HotelName="Boutique Hotel Donauwalzer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hernalser Gürtel 27, 1170 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/34/6a349b846d0393929d760d1f3e71871c9d2cab1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel has convenient connections to the public transport system; the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.173895435214" Longitude="16.420290470123" StarRating="3" HotelCode="87895|hotel_hahn" HotelName="Hotel Hahn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mautner Markhof-Gasse 72, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/19/3c19bedd7f7c7c5d48bcb81bd3fc84a652895791.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.162940326256" Longitude="16.340392827988" StarRating="4" HotelCode="31379|austria_trend_hotel_bosei_2" HotelName="Austria Trend Hotel Bosei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gutheil Schoder Gasse 7b, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e7/c8e7dfd30f52e9afb12c0dc500d84c7a5f407a53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the outskirts of Vienna, directly next to the tranquil Wienerberg hill. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.168586327817" Longitude="16.424592733383" StarRating="2" HotelCode="260491|pension_konigs_cafe" HotelName="Pension Königs Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiser-Ebersdorfer-Strasse 26, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/67/1c671807f4d83b70e00c1a415b4a084ff2eb4b29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.39" OriginalAmount="59.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.189192" Longitude="16.403538" StarRating="0" HotelCode="|455136" HotelName="Rioca Vienna Posto 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viehmarktgasse 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/3/6/455136_783bcc61300.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.220307022233" Longitude="16.355882585049" StarRating="4" HotelCode="10478|34746" HotelName="Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Währinger Str 33, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a5/eca58d30d9b14bd8db042bbb37eb46503a13e253.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198645" Longitude="16.323384" StarRating="3" HotelCode="14251|lucia" HotelName="Lucia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hütteldorfer Straße 79, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/60/3f6050b043255e7202f960594256ad3b95b06700.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 10-minute public transport journey away from the Schönbrunn Palace as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1888049" Longitude="16.3838046" StarRating="3" HotelCode="175425|daniel_vienna" HotelName="Hotel Daniel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstraßer Gürtel 5, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/zz/54ad86915c8274f8c170c6f99e8da79d7b986499.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within 2 minutes from a train station, 15 minutes from the centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.16" OriginalAmount="60.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18036" Longitude="16.33389" StarRating="0" HotelCode="|455311" HotelName="Grätzlhotel Meidlingermarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reschgasse 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/1/1/455311_fe7dd871010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.57" OriginalAmount="60.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.22077" Longitude="16.3992499" StarRating="4" HotelCode="|128431" HotelName="Best Western Plus Arcadia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Max-Winter-Platz 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/4/3/1/128431_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: 10 minutes away, you can findMesse Wien the Exhibition Centre the metro station and Praterstern the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.190004" Longitude="16.356808" StarRating="4" HotelCode="12395|pentahotel_vienna" HotelName="pentahotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretenstraße 92, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/fd/00fdc07524dd114ceee0f5de986cf63810070c97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Vienna’s 5th district. Guests are able to reach the metro station ‘Pilgramga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.00" OriginalAmount="61.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2507242" Longitude="16.4789399" StarRating="0" HotelCode="|300273" HotelName="Hotel Breitenlee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arnikaweg 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/2/7/3/300273_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.05" OriginalAmount="61.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2502339" Longitude="16.4396011" StarRating="3" HotelCode="|128413" HotelName="Donaustadt Kagran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Donaufelderstrasse 232</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/4/1/3/128413_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: 250 metres away, guests will findKagraner Platz the metro station of 12 minutes away from the establishment you have Vienna the city centre of. ROOM: Clients can find rooms, with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.57" OriginalAmount="61.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.269095" Longitude="16.404115" StarRating="0" HotelCode="|447700" HotelName="Greet Wien City Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>BRUNNER STRASSE 67 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/0/0/447700_e85092c1432.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210507576319" Longitude="16.305776238441" StarRating="3" HotelCode="36049|409205" HotelName="Hadrigan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maroltingergasse 68, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/1a/271a0284ce6d52b3e206d369fea09eefffc1220e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.175357385884" Longitude="16.381445271443" StarRating="3" HotelCode="388200|aparthotel__smart_apart_living" HotelName="Smart Apart Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Waldgasse 19, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9eab96eff8a9645fb8fd9e73ad15b8212ddace.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.69" OriginalAmount="62.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1372508" Longitude="16.2499735" StarRating="3" HotelCode="|113588" HotelName="Hotel Altmann" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/8/8/113588_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This family-owned hotel is in Vienna south nearby, you will find the motorway, a commercial centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.05" OriginalAmount="62.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1641979" Longitude="16.321277" StarRating="4" HotelCode="|79009" HotelName="Gartenhotel Altmannsdorf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoffingergasse 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/0/9/79009_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Gartenhotel Altmannsdorf 1 is rated one stars and it is surrounded by a garden. SITUATION: 3 minutes away, guests can find the metro station. 15 minutes away, guests can find the city centre and the historic centre. In the surrounding area, clients have shops, restaurants and cafÃ©s. ROOM: The rooms have cable television, a mini-bar, a safe, internet, a bathroom with a hairdryer and a mirror. FACILITIES: The establishment boasts a garden, a gym and a sauna. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant and a terrace (seasonal).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.17" OriginalAmount="62.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1791845" Longitude="16.4111743" StarRating="4" HotelCode="|113339" HotelName="Simm’s – The Cityhotel Next To Metro U3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/3/9/113339_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next toZippererstraÃŸe the metro station of it is well-connected with the cathedral, Is situated inVienna the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.21" OriginalAmount="62.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.92929" Longitude="-77.24815" StarRating="3" HotelCode="|366348" HotelName="Tysons Corner Suites, A Baymont by Wyndham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8616 Westwood Center Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/4/8/366348_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.25" OriginalAmount="62.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1686448" Longitude="16.4247115" StarRating="2" HotelCode="|113496" HotelName="König" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/9/6/113496_9210e541726.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern standard rooms, The establishment offers a meal service, WiFi (free of charge) and private parking (free of charge). SITUATION: It is 12 minutes away fromSan Esteban Cathedral.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.38" OriginalAmount="62.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1934388" Longitude="16.3342543" StarRating="3" HotelCode="|113542" HotelName="Stanys Das Apartmenthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/4/2/113542_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.52" OriginalAmount="62.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.166372" Longitude="16.348663" StarRating="3" HotelCode="|446571" HotelName="Campanile Vienna South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/7/1/446571_a8d14441112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.58" OriginalAmount="62.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.153209" Longitude="16.4026934" StarRating="0" HotelCode="|113509" HotelName="am Kurpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burgenlandgasse 72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/0/9/113509_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Kurpark It is situated next to 20 minutes away from the establishment, you can find Vienna the city centre of Clients can also find the airport. FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.191315" Longitude="16.400441" StarRating="3" HotelCode="103941|gabriel_2" HotelName="Gartenhotel Gabriel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 165, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d4/f3d45e758e91f940d8e5a0d49ac452a2c9c22c8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197891357629" Longitude="16.336511671543" StarRating="4" HotelCode="37089|westbahn_hotel" HotelName="Hotel Westbahn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pelzgasse 1, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/34/c934a728cfb40ebaebc65901c0b3843eef6df2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.179243340053" Longitude="16.362376213074" StarRating="4" HotelCode="96777|hotel_rainers" HotelName="Rainers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gudrunstraße 184, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/zz/bcadab089567ea764bf631bf0fbd2e374abd8142.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located 500 m from the Südbahnhof, 1 km from Keplerplatz metro station an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.179377" Longitude="16.411197" StarRating="4" HotelCode="207570|simms_hotel" HotelName="SIMM's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Simmeringer Hauptstraße 55, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/e4/abe4136706919f5eec53bad7e5bb4be3235c68bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.192702027364" Longitude="16.357518381615" StarRating="4" HotelCode="213217|la_prima_fashion_hotel_vienna" HotelName="Safestay Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schönbrunner Straße 41, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/62/ec620cfddd5bf396bfb65526fd5ca63d69c44889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.87" OriginalAmount="63.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.926412" Longitude="-77.243791" StarRating="2" HotelCode="|553425" HotelName="Suburban Studios Tysons Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1587 Spring Hill Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/2/5/553425_c389f361311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.97" OriginalAmount="63.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.24847" Longitude="16.367496" StarRating="0" HotelCode="|465418" HotelName="Smartments Business Wien Heiligenstadt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leopold-Ungar-Platz 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/4/1/8/465418_cfb97ae1219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.16" OriginalAmount="63.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.192585" Longitude="16.315804" StarRating="3" HotelCode="262176|2937647" HotelName="HB1 Design- &amp; Budgethotel Wien-Schönbrunn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Linzer Straße 6-8, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/68/2968db75ec292cad24b54b36d5ce1ea1d4b6bf81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8.5 km from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.41" OriginalAmount="63.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1833212" Longitude="16.3770971" StarRating="0" HotelCode="|300292" HotelName="Smartments Business Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gertrude-Frohlich-Sandner-Strasse 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/2/9/2/300292_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.166607793445" Longitude="16.344858705997" StarRating="4" HotelCode="36048|12524" HotelName="Hilton Garden Inn Vienna South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hertha-Firnberg-Strasse 5, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/55/a155312ee18c97c7af2e042b82b78d9e51b8d964.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Vienna. Its setting is especially ideal for busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.178563" Longitude="16.371975" StarRating="3" HotelCode="130758|hotel_caroline" HotelName="Caroline Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gudrunstraße 138, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/22/8b227e5d42e2ace18522f1c36447c5ce734716ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198448270807" Longitude="16.357494592667" StarRating="2" HotelCode="92782|kolping" HotelName="Kolping Wien Zentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Straße 39, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b3/64b34488eaf4d61be6f333b9e245dbb0a4f228fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a lift and features 90 rooms. The friendly staff at the reception desk in the lobby ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.231262379644" Longitude="16.386494636535" StarRating="3" HotelCode="651588|niu_franz" HotelName="the niu Franz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dresdner Straße 111, 1200 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/7c/007c148f4a32265575529a7e1625eaf93e6b3328.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.94" OriginalAmount="64.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2339128" Longitude="16.4206457" StarRating="4" HotelCode="|55517" HotelName="Schani UNO City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Strasse 16-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/7/55517_bd510ad1257.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Park Inn by Radisson Uno City Vienna is rated four stars. It was built in 1996, has 137 rooms, lifts, a safety deposit box service, room service and business facilities. SITUATION: It is situated in Vienna, ROOM: The rooms have a hairdryer, an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.22" OriginalAmount="64.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.22261341" Longitude="16.39415151" StarRating="4" HotelCode="605380|626417" HotelName="roomz Hotel Wien Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rothschildplatz 2, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a96d1c8cdbf141362cbd1bb0967dd98353812e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.37" OriginalAmount="64.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2459892" Longitude="16.3410836" StarRating="4" HotelCode="|28797" HotelName="Living  Kaiser Franz Joseph" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SIEVERINGERSTRASSE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/9/7/28797_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has a main building, an annexed building, 4 floors and 439 standard rooms and apartments. The establishment has a cafÃ©, a mini-market, shops, a pharmacy, a photography shop, a boutique, a hairdresser's, Kaiser Bar, a Viennese restaurant, a conference room with air-conditioning and WiFi. There are many services available at the establishment, including a laundry service and a car park. SITUATION: This hotel is in a green area. It is in DÃ¶bling close to the establishment, clients can find the Kahlenberg it is 15 minutes away from the city centre. ROOM: The establishment has standard rooms and apartments. They are equipped with a bathroom with a shower, a hairdryer, a direct line telephone with an answering machine, satellite or cable TV, a radio, a small fridge, a kettle, a coffee maker, a washing machine, a central heating system, fitted carpets, a clothes rack, a living room-bedroom, a double bed, a dining room and a writing desk. Individual rooms, no double bed and no radio. FACILITIES: The establishment boasts a gym with a sauna, steam baths and fully-equipped. PAYMENT METHODS: Customers can pay using credit cards, American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte dinner and Ã  la carte or set-menu lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.38" OriginalAmount="64.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1922602" Longitude="16.399521" StarRating="4" HotelCode="|79054" HotelName="PLAZA INN Amedia Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Haupstrasse 153-155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/5/4/79054_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was opened in 2012. SITUATION: Is situated inLandstrasse the business area of it is well-connected with the city centre, Where you can find tourist points of interest. ROOM: Customers can find 187 modern rooms with an air-conditioning system, a satellite TV, a writing desk, a mini-bar, a safe and internet. FACILITIES: The establishment has a lounge, a bar, a wellness area, a sauna and a steam bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.153742" Longitude="16.282727" StarRating="4" HotelCode="103936|am_spiegeln" HotelName="Am Spiegeln" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Johann-Hörbiger-Gasse 30, 1230 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d6/75d644d825770d17b371730610eadabe4e68111a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.250163002198" Longitude="16.439589495701" StarRating="3" HotelCode="162997|best_western_hotel_kagran_2" HotelName="Hotel Donaustadt Kagran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Donaufelderstraße 232, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/08/7108a15963a1325a9b4269fb570a50d9a8bea104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.98" OriginalAmount="65.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2038681" Longitude="16.3895261" StarRating="3" HotelCode="|113296" HotelName="Kibi Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/2/9/6/113296_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: In front of the establishment, you can find a supermarket, 400 metres away, guests have the market, a car park, the metro station, a bus station, restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.56" OriginalAmount="65.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1997" Longitude="16.3543052" StarRating="0" HotelCode="|113577" HotelName="Hotel Pension Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/7/7/113577_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This guesthouse, is next to Vienna the centre of Mariahilfer Strasse is situated in Where clients can find shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.65" OriginalAmount="65.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.243605" Longitude="16.432806" StarRating="0" HotelCode="|448348" HotelName="Citadines Danube Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dr Adolf Schaerf Platz 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/4/8/448348_a57f63d1345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.222367" Longitude="16.397913" StarRating="2" HotelCode="212688|201767" HotelName="ibis budget Wien Messe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lassallestrasse 7, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d5/34d5e698dd2fe8101862567299ba374954c3971d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18659" Longitude="16.41349" StarRating="2" HotelCode="36051|ibis_budget_wien_sankt_marx" HotelName="ibis budget Wien Sankt Marx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Franzosengraben 15, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/c0/4dc023cdf47216049c4fe956fc8ae99e3f0d6077.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205159" Longitude="16.399279" StarRating="3" HotelCode="103927|suite_hotel_200m_zum_prater" HotelName="Suite 200m Zum Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Böcklinstrasse 72, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/73/66739aea995e2702f3c705c8caea86168593b75b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194572215034" Longitude="16.340222373016" StarRating="4" HotelCode="14734|leonardo_hotel_vienna_2" HotelName="Leonardo Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Matrosengasse 6-8, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bc/38bcc921aad3bc6b75a4fe597ad3601ab1133ae3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right next to Mariahilfer Straße, Vienna’s biggest shopping street. It is 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.76" OriginalAmount="66.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1485252" Longitude="16.396306" StarRating="3" HotelCode="|299712" HotelName="Primus &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaudagasse 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/9/7/1/2/299712_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.83" OriginalAmount="66.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2224588" Longitude="16.3935377" StarRating="4" HotelCode="|346111" HotelName="Roomz Vienna Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rothschildplatz 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/1/1/1/346111_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.90" OriginalAmount="66.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2186766" Longitude="16.3563798" StarRating="0" HotelCode="|113579" HotelName="Appartement 700m zum Ring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Van-Swieten-Gasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/7/9/113579_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, was built in the 18th Century and renovated in 1998. SITUATION: Is situated inVienna the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.58" OriginalAmount="66.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2073638" Longitude="16.352899" StarRating="0" HotelCode="|113529" HotelName="Hotel-Pension Wild" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/2/9/113529_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Josefstadt Is situated in close to the establishment, clients can find RingstraÃŸe the street Clients can also find places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.233931622093" Longitude="16.420757174492" StarRating="4" HotelCode="58778|55193" HotelName="Park Inn by Radisson Uno City Vienna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramerstrasse 16-18, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/119250/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186229653482" Longitude="16.370944529772" StarRating="3" HotelCode="54498|sommerhotel_wieden" HotelName="myNext Sommerhotel Wieden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schelleingasse 36, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2b/d62baad171d3e1d309805c90dcc0b1d846a79b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Vienna. The accommodation comprises a total of 115 snug bedrooms. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215285" Longitude="16.34895" StarRating="2" HotelCode="103926|pension_vera" HotelName="Pension Vera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alserstrasse 18, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/fc/a9fce9cfbebfc7abef1be93b60fb052db92e34d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.187698761054" Longitude="16.30164490715" StarRating="3" HotelCode="130983|viktoria" HotelName="Viktoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eduard Klein Gasse 9, 1130 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/85/1e85d6aadcba9872c48e41e80ea992dd7a1e0ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.240396531036" Longitude="16.387204693119" StarRating="4" HotelCode="268699|harrys_home_hotel_wien" HotelName="Harry's Home Hotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Handelskai 94-96, 1210 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c2/f7c2e0a43dbed2957bda1aa254c01c8719a3bfb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201083469686" Longitude="16.352309882641" StarRating="2" HotelCode="260431|reimer_pension" HotelName="Hotel Pension Reimer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kircheng 18, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/27/97277cf8b0ff4246b8ea3e600297195c2e780a84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208426985701" Longitude="16.352634429932" StarRating="2" HotelCode="193757|pension_lehrerhaus" HotelName="Pension Lehrerhaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 20, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/40/6240d9137b9c8bd3d7a8f483608e229dce01146c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.25" OriginalAmount="67.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198721" Longitude="16.3575" StarRating="2" HotelCode="|169618" HotelName="Kolpinghaus Zentral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 GUMPENDORFEN SRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/1/8/169618_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a large terrace, WiFi (free of charge), in communal areas, it offers breakfast service, catering for special dietary requirements and has a supermarket. ROOM: Clients are offered disabled access rooms and with a bathroom. Some rooms have WiFi. SITUATION: This hotel is 230 metres away from Naschmarkt the market Where guests can enjoy restaurants and shops. it is in Vienna the heart of 500 metres away from Museumsquartier the cultural centre 300 metres away, guests will find KettenbrÃ¼ckengasse the underground station of 15 minutes walk away, guests will find the opera and San Esteban Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.60" OriginalAmount="67.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.24372" Longitude="16.432974" StarRating="4" HotelCode="|451917" HotelName="Spark by Hilton Vienna Donaustadt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/1/7/451917_68661501112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.68" OriginalAmount="68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19238489528" Longitude="16.399532267529" StarRating="4" HotelCode="177077|28782" HotelName="Best Western Plus Amedia Hotel Wien" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 153-155, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2d/9b2dbec013eaebe79fdacbf587a116f27656799e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 4 stops on the metro from the centre of Vienna - in the vibrant business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.01" OriginalAmount="68.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2148459" Longitude="16.3402968" StarRating="3" HotelCode="|38433" HotelName="Boutique  Donauwalzer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/3/3/38433_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Donauwalzer is rated three stars. It was built in 1901, has 75 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a sauna, a cafÃ© and business facilities. SITUATION: It is in Vienna, is close to the metro station Alser Strasse. ROOM: The rooms have a hairdryer, a television and a radio. OBSERVATIONS: pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.29" OriginalAmount="68.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.195862998264" Longitude="16.289495229721" StarRating="3" HotelCode="136992|367018" HotelName="Klimt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Felbigergasse 58, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/c1/c9c131d6c345036ea101b02dcdf81b920645ee25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.188903" Longitude="16.349583" StarRating="3" HotelCode="103951|ibis_wien_city_2" HotelName="ibis Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schoenbrunnerstrasse 92, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/58/d458a25cf8b5195f6a92ac788b0a2fd7dddf9ead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215294" Longitude="16.390236" StarRating="3" HotelCode="130595|hotel_adlon" HotelName="Arthotel ANA ADLON VIENNA" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hofenedergasse 4, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a2/78a243634e88d8eb5ab9fd32c8852a0676cd5f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199732" Longitude="16.35448" StarRating="3" HotelCode="103945|mariahilf_hotelpension" HotelName="Pension Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstraße 49, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/17/15176fc6c368b6f193ef544efdf61625f57fadd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="2" HotelCode="765785|wienderland_bb" HotelName="Wienderland B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Otto-Bauer-Gasse 9, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/66/2866ea1aba74ff631e99d4d5189bba6f1d85bd7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.90" OriginalAmount="69.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2516009" Longitude="16.4984907" StarRating="0" HotelCode="|128870" HotelName="Motel22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/8/7/0/128870_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Donaustadt the district of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.90" OriginalAmount="69.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199714" Longitude="16.358144" StarRating="3" HotelCode="|531648" HotelName="URBANAUTS STUDIOS Fillgrader" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fillgradergasse 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/4/8/531648_b70c4271059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.13" OriginalAmount="69.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1585967" Longitude="16.3032428" StarRating="0" HotelCode="|129182" HotelName="Workbase" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Schuhfabrikgasse 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/1/8/2/129182_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Liesing it is in is situated in 23 District. ROOM: The rooms have WiFi, (free of charge), flat-screen satellite television, a writing desk and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.14856943" Longitude="16.39631883" StarRating="3" HotelCode="368515|primus_hotel_apartments_2" HotelName="Primus Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaudagasse 2, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/a2/fea2551bba18158fc1ff50e60fe3417a5de6f71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.190879" Longitude="16.371525" StarRating="3" HotelCode="498594|gratzlhotel_belvedere" HotelName="grätzlhotel belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 17/3–5, 1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f0/2cf0e7329a5b74ddc9193cfbfeeedbb03e00b9d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.77" OriginalAmount="70.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1866497" Longitude="16.3024876" StarRating="4" HotelCode="|9774" HotelName="Austria Trend Parkhotel Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hietzinger Hauptstrasse 10-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/7/4/9774_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Parkhotel Schonbrunn is rated four stars and was built in 1907. This establishment was once the home of Franz Joseph I of Austria. SITUATION: This establishment and it is a 10-minute walk away from Palacio de Schonbrunn and Vienna Zoo. ROOM: The large rooms have cable television, a mini-bar, a safe, some rooms with an air-conditioning system and park views. FACILITIES: There is a variety of facilities and services available at the establishment, including a private garden, WiFi (free of charge) and a car park (available for a fee). RESTAURANT: Guests can enjoy a restaurant with traditional cuisine and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="70.90" OriginalAmount="70.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.221671" Longitude="16.356645" StarRating="4" HotelCode="10291|CAF424500" HotelName="Boltzmann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boltzmanngasse 8, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/32/0f32681c9cbd7bade1a580c7a0f14de6d6d64302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the centre of Vienna in the quiet 9th city district. Located ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.02" OriginalAmount="70.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1628703" Longitude="16.3404324" StarRating="4" HotelCode="|9766" HotelName="AUSTRIA TREND BOSEI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gutheil Schoder Gasse 7b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/6/9766_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1991 and has 195 rooms, The establishment has various facilities, such as a reception, 2 restaurants and a bar. It is surrounded by a golf course. SITUATION: It is inVienna the outskirts of it is near Wieneberg Hill 7 minutes away from the establishment, guests will find the railway station situated 10 minutes away fromTscherttegasse the metro station it is 20 minutes away from the airport. ROOM: Each room has a bathroom, a hairdryer, a mini-bar, a television and a safe. FACILITIES: It is close to a golf course, The establishment boasts tennis courts, a covered golf centre and a gym with a sauna. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard, Visa and credit cards. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast and lunch service and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.17" OriginalAmount="70.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1959095" Longitude="16.2894827" StarRating="3" HotelCode="|113531" HotelName="and Apartments Klimt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Felbigergasse 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/3/1/113531_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a peaceful area, 3 minutes away from the establishment, clients can find the tram situated nearSchÃ¶nbrunn the palace. ROOM: All the rooms have a bathroom and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.35" OriginalAmount="70.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.223549" Longitude="16.38934" StarRating="4" HotelCode="|445815" HotelName="The Social Hub Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nordbahnstrasse 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/1/5/445815_892d2140805.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.35" OriginalAmount="71.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1937329" Longitude="16.3313977" StarRating="0" HotelCode="|113286" HotelName="Fünfhaus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sperrgasse 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/2/8/6/113286_1_1958.jpg</HotelPictures>
        <HotelDescription>SITUATION: 500 metres away from the establishment, you can findWestbahnhof the Railway Station of MariahilferstraÃŸe it is close to. FACILITIES: The establishment has a patio and a garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.36" OriginalAmount="71.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200486360516" Longitude="16.338429450989" StarRating="4" HotelCode="10293|1425624" HotelName="ARCOTEL Wimberger Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Neubaugürtel 34-36, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/62/3962ac349ceefa711a42738f4288df2529aa67d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located in Vienna's vibrant 7th district, just 10 minutes from the Museu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.70" OriginalAmount="71.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.222201" Longitude="16.397623" StarRating="3" HotelCode="103942|226955" HotelName="ibis Wien Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lassallestrasse 7a, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/38/0038672207fe3cb2f2e4c644f6428ffcfd91faa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199535262075" Longitude="16.338729858398" StarRating="4" HotelCode="60660|8672" HotelName="Fleming’s Conference Hotel Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Neubaugürtel 26-28, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b1/9fb15f48e88975f81a389216f92cac841c80d7d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mariahilfer Straße shopping mile lies in the vicinity of this Vienna hotel and the Westbahnhof t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204824" Longitude="16.343139" StarRating="4" HotelCode="50968|max_brown_7th_district" HotelName="Max Brown 7th District Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schottenfeldgasse 74, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/60/3960adfa2212431484254fdb9f0e45c3a0e41e16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 5th district of Vienna, close to the city centre and historical district...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.77" OriginalAmount="72.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21677" Longitude="16.3599352" StarRating="4" HotelCode="|113300" HotelName="Pension Baron Am Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/0/0/113300_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: This establishment is in front of the church. 5 minutes away from the establishment, you can find the metro station. Clients can also find the tram stop. OBSERVATIONS: The establishment offers wifi free of charge in communal areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.80" OriginalAmount="72.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216694276821" Longitude="16.359992883432" StarRating="3" HotelCode="36057|401599" HotelName="Hotel-Pension Baron am Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Währinger Straße 12, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/4f/4f4f288335de4b33ef3a586c0e4d72112f0bc20b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.57" OriginalAmount="72.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209641" Longitude="16.3989941" StarRating="0" HotelCode="|300184" HotelName="KSV Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rustenschacherallee 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/1/8/4/300184_bd354a81133.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.220521470257" Longitude="16.381409168243" StarRating="3" HotelCode="81539|hotel_resonanz_vienna" HotelName="Resonanz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 47-49, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/85/d58550eeb28a09e967c91b9ffc65d2e05ed90e4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.47" OriginalAmount="73.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2038504" Longitude="16.3357687" StarRating="4" HotelCode="|19769" HotelName="Arte  Wien Stadthalle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WURZBACHGASSE 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/6/9/19769_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 74 standard rooms, 4 apartments and 4 floors. In the entrance, guests are offered a reception, a safety deposit box service, a currency exchange service and a lift. It also has a cosy bar, conference facilities, internet, a bicycle rental desk, room service, a laundry service and a bicycle storage room. For an additional charge you can use the car park and the indoor car park. SITUATION: The hotel is situated in the centre of Vienna, close to Lugner City Shopping Centre and the Wiener Stadthalle Congress Centre. It is 10 minutes away from Mariahilferstrasse the Western Station. It is located close to a bus stop and a metro station. ROOM: The spacious and modern rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a safety deposit box (available for a fee), an air-conditioning system and heating. OTHERS: Accepted American Express, Visa and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213354" Longitude="16.347202" StarRating="3" HotelCode="130658|43769" HotelName="Hotel-Pension City Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Daungasse 1, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a8b4333b707a961f47e22eb10b0ded32c656b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.235307281698" Longitude="16.421918570995" StarRating="4" HotelCode="13428|nh_danube_city" HotelName="NH Danube City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Strasse 21, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ca/65cae2822073a5aeb67a464db4cbb137dd07843c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Donaustadt, in northern Vienna, right next to the Austria Center Vienna an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.03" OriginalAmount="74.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2112721" Longitude="16.3939203" StarRating="0" HotelCode="|113343" HotelName="Kunsthaus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/4/3/113343_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Kunsthaus It is situated next to Clients can also find Hundertwasser the museum.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.45" OriginalAmount="74.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203408" Longitude="16.387729" StarRating="4" HotelCode="|9750" HotelName="Grand  Mercure Biedermeier Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANDSTRASSER HAUPSTRASSE 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/5/0/9750_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1816, has 4 floors, 201 rooms and disabled access rooms. In the entrance, guests are offered a lobby with a lift, a reception area with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a cafÃ©, a hairdresser's, a brew-bar, restaurants with air-conditioning, an Ã  la carte restaurant with air-conditioning, with glass terrace, 5 conference rooms and indoor parking (for a fee). SITUATION: It is in a central location, is in SÃ¼nnhof the gallery It is in the historic centre, a few minutes walk away, you can find shops, bars, restaurants, cinemas and banks. it is located near Stephansdom, Karlskirche, Hundertwasser-Haus and Kirche von San Carlos a public park, the National Theatre, 500 metres away, guests will find Rochusgasse and LandstraÃŸe the metro station it has good links to the airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone (available for a fee), satellite or cable TV, a mini-bar (available for a fee), an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.57" OriginalAmount="74.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1935037" Longitude="16.3340968" StarRating="4" HotelCode="|42136" HotelName="Tourotel Mariahilf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>MARIAHILFERSTRASSE 156</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/3/6/42136_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194148350678" Longitude="16.346339285374" StarRating="4" HotelCode="219939|1234830" HotelName="Arthotel ANA Boutique Six" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Webgasse 23, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4f/764fcd20e6f7883ef3d0f29ca95373ae730bd75c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 93 rooms. Most of the storeys can be reached by lift. A breakfast roo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.80" OriginalAmount="75.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.313503" Longitude="-81.54998" StarRating="0" HotelCode="|457358" HotelName=" Wingate by Wyndham Vienna/Parkersburg/Marietta " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>1502 Grand Central Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/3/5/8/457358_73869eb1851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.93" OriginalAmount="75.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2403125" Longitude="16.3864138" StarRating="0" HotelCode="|113342" HotelName="Harry’s Home Wien Hotel and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Millenniumtower / Rezeption Plaza, Handelskai 94-96,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/4/2/113342_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next toDanube the river 200 metres away from the establishment, you can find Handelskai the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.37" OriginalAmount="75.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18298" Longitude="16.38216" StarRating="0" HotelCode="|446483" HotelName="Prizeotel Vienna-city" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/8/3/446483_28983a01056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.50" OriginalAmount="75.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1910807" Longitude="16.408426" StarRating="4" HotelCode="|113524" HotelName="Vienna Sporthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baumgasse 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/2/4/113524_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 5 minutes away from the city centre, Theaterzelt 2 minutes away, you can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.59" OriginalAmount="75.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1537446" Longitude="16.2827643" StarRating="4" HotelCode="|113566" HotelName="Am Spiegeln Dialog.hotel.wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/6/6/113566_12557281054.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near the forest, 10 minutes away from the establishment guests have SchÃ¶nbrunn the Palace of 25 minutes away from the establishment, guests will find the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.60" OriginalAmount="75.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.23117" Longitude="16.38648" StarRating="3" HotelCode="|224264" HotelName="Holiday Inn - The Niu, Franz Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dresdner Str. 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/6/4/224264_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19350824855" Longitude="16.334033310413" StarRating="4" HotelCode="18999|12243" HotelName="Hotel Brauhof Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 156, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ed/63ed9b8a96cd08df3877b489ae71f26442acb511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located exactly halfway between Vienna's centre and the Schönbrunn Palace on the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1906674" Longitude="16.3415767" StarRating="3" HotelCode="639866|oliver_apartments" HotelName="Oliver Live like Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Strabe 126, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b1/31b1be6e7bbdeb3b0a57bac036500b66922101dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.94" OriginalAmount="76.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19634" Longitude="16.34193" StarRating="0" HotelCode="|237560" HotelName="Ruby Marie Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/5/6/0/237560_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.53" OriginalAmount="76.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1831735" Longitude="16.326838" StarRating="0" HotelCode="|450617" HotelName="H2 Wien Schönbrunn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/1/7/450617_d60302a1202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.64" OriginalAmount="76.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1899953" Longitude="16.3567872" StarRating="4" HotelCode="|55504" HotelName="Max Brown Hotel 5th District, part of Sircle Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Margaretenstr,92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/0/4/55504_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Falkensteiner Palace is rated four stars. It was built in 1987, has 117 rooms, lifts, a concierge, a safety deposit box service, a sauna, room service and business facilities. SITUATION: It is situated in the centre of Vienna. It is near the metro station Pilgramgasse. ROOM: The rooms have a hairdryer, an air-conditioning system, a television and a radio. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.67" OriginalAmount="76.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19582" Longitude="16.38267" StarRating="4" HotelCode="67260|232153" HotelName="Lindner Hotel Am Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 12, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/42/c64231268081de2573cd9ecc2e3b61259856cf2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.77" OriginalAmount="77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203409593465" Longitude="16.335725784301" StarRating="4" HotelCode="10508|1944" HotelName="arte Hotel Wien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wurzbachgasse 17, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1dc4106f3e4a575394e39629968bb568cf00a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the centre of Vienna, which is around 10 minutes away with public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.24266553919" Longitude="16.435638070106" StarRating="4" HotelCode="37088|austria_trend_donauzentrum_2" HotelName="ARCOTEL Donauzentrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Straße 83-85, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7a/787a97a338ed79050d7469b8948e596bd525f299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located for transport in the Danube centre, Vienna's famous shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.189340237198" Longitude="16.37213408947" StarRating="3" HotelCode="10742|austria_trend_hotel_beim_theresianum" HotelName="Austria Trend Hotel beim Theresianum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 52, 1040 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e8/bee851b3b059a8fd8b8ce1634046c39cc7bb98fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tastefully appointed hotel is situated at the heart of Vienna, only a few metres away from a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.218559237342" Longitude="16.38811737299" StarRating="4" HotelCode="24649|wilhelmshof" HotelName="Der Wilhelmshof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kleine Stadtgutgasse 4, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/f5/34f53e3c686f144d06dcfb856815cd504a4bcfd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.219683" Longitude="16.285513" StarRating="4" HotelCode="36058|austria_trend_hotel_schloss_wilhelminenberg" HotelName="Austria Trend Hotel Schloss Wilhelminenberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Savoyenstraße 2, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ac/2aacc65d25e2641854d2a674e58f39f4cd04681d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the north-western outskirts of Vienna and surrounded by 120,000 m² of groun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204115" Longitude="16.384355" StarRating="3" HotelCode="89977|goldene_spinne" HotelName="Goldene Spinne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Linke Bahngasse 1a, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/ec/1e/ec1ee01e94dfc5b51fc4f4c7e273bb8ffe7334b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Goldene Spinne Hotel has a reception, room service, breakfast service, TV-room and parking (extr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.158458574662" Longitude="16.303410341147" StarRating="0" HotelCode="314433|workbase_hostel" HotelName="Workbase Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/11/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schuhfabrikgasse 17/2, 1230 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d742bb5a78bb2538bb89e3a39f00c88c2a43b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.07" OriginalAmount="77.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.164173" Longitude="16.315538" StarRating="0" HotelCode="|532137" HotelName="DM and S Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hetzendorfer Str. 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/3/7/532137_7edd83f1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.219598" Longitude="16.386329" StarRating="4" HotelCode="82623|hotel_vienna" HotelName="Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Große Stadtgutgasse 31, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d4/9cd4fcfd3646c6e09a2ce735e686109b5ecfb541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213807" Longitude="16.350938" StarRating="4" HotelCode="64237|baronesse__my_secret_home" HotelName="Pension Baronesse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 61, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/ee/53eee8f39007e48f6e43964ffa21412a6ed71fd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.09" OriginalAmount="78.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1833512" Longitude="16.3764688" StarRating="4" HotelCode="|54461" HotelName="Premier Inn Wien City Hauptbahnhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/6/1/54461_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, luxurious hotel and Vienna it is in It has 180 rooms and 7 floors. SITUATION: This hotel is near the railway station, Favoritenstrasse is situated in near the establishment, you will find the city centre. ROOM: All the rooms have a bathroom with a shower, a hairdryer and a double bed. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.22" OriginalAmount="78.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210856" Longitude="16.379337" StarRating="3" HotelCode="130127|2198181" HotelName="Pension Dr. Geissler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Postgasse 14, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/06/b506d965b7a65c242ad2803267c76b1d64103c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.76" OriginalAmount="78.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.231327" Longitude="16.38616" StarRating="3" HotelCode="|483810" HotelName="Rioca Vienna Posto 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/8/1/0/483810_7cc073c1632.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.211025923371" Longitude="16.351574957371" StarRating="3" HotelCode="19521|hotel_zipser" HotelName="Zipser" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 49, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/99/c199d5ef3e567f3bef7759dfa91593bc88b54e3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203866907716" Longitude="16.38874232769" StarRating="4" HotelCode="12247|grand_hotel_mercure_biedermeier_wien" HotelName="Mercure Grand Hotel Biedermeier Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 28, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a4/66a4702fb212350c4079ab14c2da01d03ebe7abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the quiet old Viennese Biedermeier passage, Sünnhof. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.25" OriginalAmount="79.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1967621" Longitude="16.5628128" StarRating="3" HotelCode="|55500" HotelName="Am Sachsengang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schlosshoferstr 60-62 Gross Enzersdorf, 2301,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/0/0/55500_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Am Sachsengang is rated four stars and was built in 1973. It has 106 rooms. SITUATION: It is situated in the surrounding area of Vienna,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.69" OriginalAmount="79.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1947299" Longitude="16.3503489" StarRating="3" HotelCode="|113317" HotelName="Mocca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/1/7/113317_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 5 minutes away from Neubaugasse and Pilgramgasse the underground station of MariahilferstraÃŸe it is situated near.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199120491813" Longitude="16.352602243424" StarRating="3" HotelCode="36046|hotel_pension_haydn" HotelName="Hotel Pension Haydn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstrasse 57-59, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf87e951d8c293ef7d9c83b3640847a66d3603e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.69" OriginalAmount="80.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2326614" Longitude="16.3733158" StarRating="3" HotelCode="|113551" HotelName="Appartementhotel Marien-hof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hartlgasse 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/5/1/113551_a97cc731721.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a garden rooms, apartments with WiFi and (free of charge). SITUATION: It is inVienna the city centre of 500 metres away, guests will find JÃ¤gerstrasse the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.185073540401" Longitude="16.352224711639" StarRating="3" HotelCode="24648|27485" HotelName="The Art Hotel Vienna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brandmayergasse 7-9, 1050 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/cb/cfcb98bb7c323e785c349efc1bb6f4cf5c83183c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated between Schönbrunn Palace and Naschmarkt market, both just a short walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.227243960268" Longitude="16.400222182274" StarRating="4" HotelCode="43696|austria_trend_hotel_lassalle" HotelName="Austria Trend Hotel Lassalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Engerthstraße 173-175, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7f/b37f2bb6fe7af9b63764bc8d3b105e8fab13e6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location near the city centre and represents the ideal starting point ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.187294551195" Longitude="16.339711546898" StarRating="3" HotelCode="136926|hotel_fabrik" HotelName="Fabrik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gaudenzdorfer Gürtel 73, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dd/3bdda65373a9bf9d8e2b6acb6e66edb3b7af18a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193382" Longitude="16.334401" StarRating="3" HotelCode="103944|48892" HotelName="Stanys - Das Apartmenthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 161, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/7d/f17d745b1467b33f43a20252b1e624f8c9be8249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.196573" Longitude="16.341819" StarRating="4" HotelCode="372786|ruby_marie" HotelName="Ruby Marie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaiserstraße 2-4, Ecke Mariahilfer Straße 120, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a6/45a6d06262d2d17e60bb43890806fddece7f5f40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.185617" Longitude="16.403885" StarRating="4" HotelCode="178547|austria_trend_hotel_doppio" HotelName="Austria Trend Hotel Doppio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 99 / Rinnböckstraße 1, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6c/3f6c574f2b8f2f4bb3130fccb5b90efd879822f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.68" OriginalAmount="82.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184722" Longitude="16.321032" StarRating="4" HotelCode="365829|73159" HotelName="Austria Trend Hotel Zoo Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schoenbrunner Schlossstrasse 38-40, 1120 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/c6/c6695645dc2ff639/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the perfect location, conveniently close to Vienna's main tourist attraction, Schlo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.22369269" Longitude="16.4063321" StarRating="3" HotelCode="972689|best_western_plus_celebrity_suites" HotelName="Best Western Plus Celebrity Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wehlistrasse 153, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d5/dbd5327af4bbb31a3268a9562f189a495c5a38f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.94" OriginalAmount="83.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2131852" Longitude="16.3472689" StarRating="3" HotelCode="|113556" HotelName="DaunTown Rooms - Self Check-In" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Daungasse 1/6-7, 08</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/5/6/113556_0c53f911236.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming establishment, has rooms, with cable TV and WiFi (free of charge). SITUATION: 10 minutes away from the establishment, clients can findVienna the city centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.74" OriginalAmount="83.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19777" Longitude="16.34745" StarRating="2" HotelCode="|482795" HotelName="Urban Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Andreasgasse 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/7/9/5/482795_d29bdcc1354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194833" Longitude="16.350573" StarRating="3" HotelCode="295094|hotel_mocca" HotelName="Hotel Mocca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Strasse 70, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/cf/27cf99b3a1282797b0febd74fbe20fea93bb0c62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.14" OriginalAmount="84.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.233503" Longitude="16.345629" StarRating="4" HotelCode="89971|1528628" HotelName="Hotel Park-Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hasenauerstrasse 12, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc33f94c05ab64679033dd1ee5f0dba9a3cf44c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.46" OriginalAmount="84.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.91648" Longitude="-77.23277" StarRating="3" HotelCode="|191159" HotelName="Hilton Garden Inn Tysons Corner" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8301 BOONE BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/5/9/191159_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.48" OriginalAmount="84.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.187621" Longitude="16.377838" StarRating="0" HotelCode="|444006" HotelName="Mooons" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/6/444006_4e729811242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.51" OriginalAmount="84.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.214838" Longitude="16.351354" StarRating="4" HotelCode="89967|352443" HotelName="Pension Excellence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alser Strasse 21, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/75/277503b79940b359786157b36532e1a843afa264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.73" OriginalAmount="84.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.226585" Longitude="16.510326" StarRating="3" HotelCode="|522026" HotelName="FeelGood Apartments LakeLiving" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seestadtpromenade 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/2/6/522026_45bc0e70925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.80" OriginalAmount="84.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.227214" Longitude="16.4001565" StarRating="4" HotelCode="|31269" HotelName="Voco Vienna Prater, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ENGERTHSTRASSE 173-175</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/2/6/9/31269_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 140 rooms, 4 suites and 7 floors. It has a beautiful garden, a terrace, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests also have access to a bar, a restaurant with highchairs, a conference room and internet. For an additional charge you can use WiFi, room service, a laundry service and the indoor car park. The establishment also has a bicycle storage room and a car park. Children can enjoy a playground. SITUATION: Is situated in a quiet area, is close to the city centre, 50 metres away, there is a public transport stop, 100 metres away, guests will find bars, pubs, is 500 metres away from shops, nightclubs and a station. It is located close to Wiener Prater the trade fair ground, is situated 17 kilometres away from Vienna Airport. ROOM: The large, comfortable rooms, have a sitting area, a reading room, a large bathroom, a shower, a large WC, a hairdryer, a mirror, a direct line telephone, cable television, a radio, a mini-bar, a safety deposit box, a desk, internet, fitted carpets, a double or king-size bed and individual heating. Clients are offered shared family rooms. FACILITIES: In the surrounding area, guests can find leisure and sports activities, is 3 kilometres away from a golf course. OTHERS: Guests can book bed and breakfast, Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.231906" Longitude="16.417196" StarRating="4" HotelCode="61868|arcotel_kaiserwasser_vienna" HotelName="ARCOTEL Kaiserwasser" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagramer Straße 8, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833f222339b9805142f9c5f4b13deeee66de76a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19746" Longitude="16.36863" StarRating="4" HotelCode="10984|best_western_premier_kaiserhof_wien" HotelName="Kaiserhof Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frankenberggasse 10, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103fda647509bbb8e03486f96d3e51f936767be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is very popular thanks to its excellent location in the heart of historical Vienn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212812862564" Longitude="16.349555654676" StarRating="3" HotelCode="392817|urban_stay_hotel_columbia" HotelName="Urban Stay Hotel Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kochgasse 9, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/42/d5425b05c118aa5c3b22dfd13c91ba7013d03b58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.232751" Longitude="16.373242" StarRating="3" HotelCode="300259|appartement_hotel_marienhof" HotelName="Marien-Hof Appartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hartlgasse 21, 1200 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4b0abe614622b7647678c28f37eec35478437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.78" OriginalAmount="85.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2000909" Longitude="16.3547585" StarRating="4" HotelCode="|28642" HotelName="NH Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARIAHILFERSTRASSE 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/6/4/2/28642_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has large suites, The hotel is ideal for holidays or business trips, The establishment boasts 20 double rooms, 85 suites and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and a lift. It has a bar, a breakfast room, WiFi (for a fee), a laundry service and a car park. SITUATION: Spittelberg It is in it is 10 minutes away from the city centre, Stephansplatz 2 minutes away, you can find It is situated close to the museum district, bars and restaurants. ROOM: Guests are offered suite and double rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a kitchen, a mini-bar, a microwave, internet, a double bed, a central air-conditioning system, central heating and a living room. Clients are offered a small bar and a wardrobe. FACILITIES: Guests can enjoy a gym and a sauna. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.232538328629" Longitude="16.353945074869" StarRating="3" HotelCode="930969|48643" HotelName="ibis Styles Wien City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Döblinger Hauptstraße 2, 1190 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0a/d50a7b8a9b2c222e43a37ce697b7991bbb9f0c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197477914957" Longitude="16.338034495711" StarRating="3" HotelCode="187119|448467" HotelName="Motel One Wien-Westbahnhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaplatz 3, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/c9/60c9bcd7919ba9eb917d9a770179b2dac42aa931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19066" Longitude="16.34157" StarRating="0" HotelCode="|247085" HotelName="Oliver Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumpendorfer Str. 126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/0/8/5/247085_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194962" Longitude="16.369409" StarRating="4" HotelCode="63685|hotel_johann_strauss" HotelName="Hotel Johann Strauss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Favoritenstraße 12, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/06/bf064d463047d91f9d3f3b95b4858bf88ebadd05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, allowing guests to explore Vienna and it sights without a car....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1893866" Longitude="16.35559084" StarRating="3" HotelCode="465432|room_55" HotelName="Hotel Room 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ramperstorffergasse 55, Margareten, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/18/de1886d3c5b0680681ee03364d9590ed63d1f869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.70" OriginalAmount="86.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1857501" Longitude="16.4045138" StarRating="4" HotelCode="|79072" HotelName="Austria Trend Doppio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/7/2/79072_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Stephansplatz It is situated 4 minutes away from Clients can also find places of interest, is well-connected with the airport and a car park free of charge. ROOM: Customers can find 155 rooms with an air-conditioning system, a flat-screen television, a safe, a mini-bar and internet (free of charge). FACILITIES: The establishment has a store and a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.71" OriginalAmount="86.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1759341" Longitude="16.4199436" StarRating="3" HotelCode="|113447" HotelName="Jufa Wien City" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mautner-Markhof-Gasse 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/4/7/113447_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2012, This building has a shop, modern rooms and a cinema. SITUATION: It is 400 metres away fromEnkplatz the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213220796878" Longitude="16.413413286209" StarRating="4" HotelCode="70863|courtyard_by_marriott_vienna_messeprater" HotelName="Courtyard by Marriott Vienna Prater/Messe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trabrennstrasse 4, Wien1020</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/51/ed5127dcefb11b57aba01817ce0ba9d32daf2496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.182449211608" Longitude="16.381281110451" StarRating="4" HotelCode="306642|hotel_schani_wien" HotelName="Hotel Schani Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karl-Popper-Strasse 22, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/39/b839659fbd3ac0dbc85db6b4a705a6c1e8029e2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.194490748394" Longitude="16.346284300089" StarRating="4" HotelCode="200981|austria_trend_hotel_anatol" HotelName="Austria Trend Hotel Anatol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Webgasse 26, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/16/e516e65bc86eedfca3abd22afb4845e224186e47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel features functional design, timeless elegance and modern comfort, combined wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.01" OriginalAmount="87.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2426202" Longitude="16.435616" StarRating="4" HotelCode="|31466" HotelName="Arcotel Donauzentrum Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WAGRAMER STRASSE 83-85</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/6/6/31466_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, renovated in 2006, has 3 floors and 137 standard rooms. In the entrance, you can find a lobby, a reception, a safety deposit box service, a cloakroom, a currency exchange service, a lift and a cloakroom. The establishment boasts a bar, a restaurant with highchairs, a conference room and internet. For an additional charge you can use WiFi in rooms, a laundry service and the indoor car park. The establishment also has a bicycle storage room, a car park and a terrace. Kids can enjoy a playground. SITUATION: This hotel is in Donauzentrum it is situated near Donau Park and Donauturm it has good links to the metro station. Is 3 kilometres from the historic centre. 50 metres away, there is a bus stop. It is 4 kilometres from the railway station. It is 17 kilometres away from Vienna Airport. ROOM: The comfortable rooms have fitted carpets, a sitting area, a bathroom with a hairdryer, a mirror, a double or king-size bed, a direct line telephone, cable television, a radio, internet, a mini-bar, a safe, a writing desk and central heating. The establishment has /&gt; suites with an air-conditioning system. FACILITIES: The establishment boasts a beauty centre with a jacuzzi, a sauna, a steam bath, a solarium and a bar. Close to the establishment, you can find leisure areas, entertainment and sports. It is 5 kilometres away from a golf course. OTHERS: Guests can book bed and breakfast. The establishment serves a buffet breakfast. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.70" OriginalAmount="87.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.221399" Longitude="16.384707" StarRating="3" HotelCode="|9773" HotelName="Babula Am Augarten" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>HEINSTRASSE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/7/3/9773_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2001, has 65 rooms and a cafÃ©. in the surrounding area, clients can find a car park. SITUATION: It is inVienna the centre of Prater it is close to 10 minutes away from the establishment, guests will find the historic centre, the tourist attractions and the commercial areas. in front of the hotel there is a tram stop, is close to a metro station. ROOM: The beautiful rooms, have a direct line telephone, a satellite or cable television, a mini-bar, a bathroom with a shower and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.86" OriginalAmount="87.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2127646" Longitude="16.3531868" StarRating="0" HotelCode="|81825" HotelName="Hotel Pension Andreas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/8/2/5/81825_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pension Andreas is rated three stars and is family-run. SITUATION: It is in the heart of Vienna. ROOM: The rooms have a bathroom, a direct line telephone, a television and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215386851031" Longitude="16.386148084656" StarRating="3" HotelCode="25189|12215" HotelName="Das Capri Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 44-46, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/628e7f323448dced/63/63de6f7ee584fb1347bb3ea8cb480127/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The central location of this hotel in Praterstrasse in Vienna’s 2nd district makes it an ideal base ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209470866474" Longitude="16.351462304592" StarRating="4" HotelCode="47784|cordial_theaterhotel_wien" HotelName="Theaterhotel Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefstädter Straße 22, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/cb/03cb7683cd2fb40fa7cd21413d7586fb83de1a33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.182173" Longitude="16.378377" StarRating="4" HotelCode="244266|hotel_zeitgeist_vienna" HotelName="Hotel Zeitgeist" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sonnwendgasse 15, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/55/2255e08c77516ec3921161b73328e2dc3d831fb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3.5 km from the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.12" OriginalAmount="88.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2334399" Longitude="16.345569" StarRating="4" HotelCode="|56653" HotelName="Park Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hasenauerstasse,12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/5/3/56653_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Park Villa is rated four stars. It was built in 1888, has 21 rooms, lifts, a safety deposit box service, room service and business facilities. SITUATION: It is in Vienna, ROOM: The rooms have a hairdryer, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.68" OriginalAmount="88.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21433" Longitude="16.39111" StarRating="3" HotelCode="|443354" HotelName="Ibis Styles Wien Messe Prater" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/3/5/4/443354_7bd64c51239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.68" OriginalAmount="88.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216233" Longitude="16.3597715" StarRating="4" HotelCode="|9789" HotelName="Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rooseveltplatz,15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/8/9/9789_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Regina is rated four stars. It was built in 1896, has 148 rooms and 2 restaurants. The establishment boasts lifts, a concierge, a safety deposit box service, room service, a bellboy, a cafÃ© and business facilities. SITUATION: It is situated in the centre of Vienna. ROOM: The rooms have a hairdryer, a television and a radio. OBSERVATIONS: pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.183695295491" Longitude="16.378374499395" StarRating="3" HotelCode="317410|448263" HotelName="Motel One Wien-Hauptbahnhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gerhard-Bronner-Strasse 11, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431553/a_431553_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.217671473087" Longitude="16.40238310318" StarRating="3" HotelCode="295095|448272" HotelName="Motel One Wien-Prater" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ausstellungsstraße 40, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/fd/f1fd29fddf8bdbd7212d8a9b88c2acac9cba1442.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213619367234" Longitude="16.379900425672" StarRating="4" HotelCode="64236|hotel_city_central_2" HotelName="Hotel City Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 8, 2. Bezirk, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/a1/bda1da2f7d9cfd0471dade85c105f44e2d818090.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19773628" Longitude="16.34753775" StarRating="2" HotelCode="465538|urban_boutique_hotel_5" HotelName="Pension Hargita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Andreasgasse 1/8, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb871484c329be902f5b74cc7930ece2e23d7878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207422409114" Longitude="16.352913379669" StarRating="2" HotelCode="149768|hotelpension_wild" HotelName="Pension Wild" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 10, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7c/727c4ed914e1100490d3f1bae812ae4e684443a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.36" OriginalAmount="91.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.180231" Longitude="16.334206" StarRating="0" HotelCode="|446552" HotelName="Weltwien Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mandlgasse 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/5/2/446552_60019561216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.48" OriginalAmount="91.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1990722" Longitude="16.3525131" StarRating="4" HotelCode="|113533" HotelName="Corvinus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/3/3/113533_0e1030a1646.jpg</HotelPictures>
        <HotelDescription>SITUATION: Mariahilfer StraÃŸe It is in close to the establishment, guests have an underground station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.75" OriginalAmount="91.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21279" Longitude="16.34954" StarRating="3" HotelCode="|185615" HotelName="Urban Stay Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kochgasse 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/1/5/185615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18761947" Longitude="16.37777177" StarRating="0" HotelCode="765896|407230" HotelName="MOOONS Wien managed by Arcotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Gürtel 16, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94655eaa766b638bb8e6268cdf4e95496ebce0af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.221259522006" Longitude="16.384729743004" StarRating="3" HotelCode="16945|hotel_am_augarten" HotelName="Hotel Am Augarten" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heinestraße 15, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/50/d350e494f884b71393159c47bb47d941e8f79b7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Vienna, this hotel lies close to the Prater and within just 10 minutes walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.190416693021" Longitude="16.336409747601" StarRating="3" HotelCode="59061|der_altwienerhof" HotelName="Altwienerhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herklotzgasse 6, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/45/3245bd0bc1c728a0b53d8784146a23bf1717ae3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated right between the city centre and Schoenbrunn Palace. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19556" Longitude="16.38327" StarRating="4" HotelCode="43671|nh_belvedere" HotelName="NH Wien Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 12a, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/64/aa64883d119e0b00d6177df78bee80e93fd07c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the former State Printing House directly by the Botanical Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.185863" Longitude="16.37934" StarRating="3" HotelCode="534670|ibis_wien_hauptbahnhof_opening_july_2017" HotelName="ibis Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Canettistrasse 8, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8c/5e8c85189817cd03be79eff4ea1bb18e189f9acb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.57" OriginalAmount="92.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18668" Longitude="16.344146" StarRating="4" HotelCode="255614|216822" HotelName="MAXX by Steigenberger Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretengürtel 142, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2d/162de486c8e9f23b82c57c5e2de641f645366ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.68" OriginalAmount="92.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2058" Longitude="16.38654" StarRating="0" HotelCode="|223980" HotelName="Stadtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/9/8/0/223980_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.81" OriginalAmount="92.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1601791" Longitude="16.4700077" StarRating="0" HotelCode="|113564" HotelName="Weber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kaiser-Ebersdorfer Str. 283</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/6/4/113564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run establishment, it offers a car park, (free of charge), WiFi in communal areas and (free of charge). SITUATION: It is in11 District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21433787" Longitude="16.39110612" StarRating="2" HotelCode="776634|ibis_styles_wien_messe_prater" HotelName="ibis Styles Wien Messe Prater Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Franzensbrückenstrasse 26, Leopoldstadt, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/e5/cee5909ff939e6e4089b90ab50c34bafbc4e0a95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.20" OriginalAmount="93.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.168649" Longitude="16.319851" StarRating="0" HotelCode="|449961" HotelName="Somerset Schönbrunn Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/1/449961_e0358531108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.62" OriginalAmount="93.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1514867" Longitude="16.4066677" StarRating="4" HotelCode="|113511" HotelName="Hotel Eitljörg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Filmteichstr. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/1/1/113511_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next toOberlaa park 20 minutes away, you can find the city centre, the airport. OBSERVATIONS: The establishment offers a car park free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.06" OriginalAmount="94.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1908573" Longitude="16.3169394" StarRating="4" HotelCode="|74790" HotelName="DoubleTree by Hilton Vienna Schonbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Schlossallee 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/9/0/74790_469c8ee0726.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Austria Trend Park Royal Palace Hotel is rated four stars and has 233 comfortable rooms. SITUATION: This hotel is in SchÃ¶nbrunn it is situated near el Palacio deSchÃ¶nbrunn and el Museo de la TÃ©cnica de Viena. Near the establishment, guests will find Mariastrasse and Westbahnhof ROOM: The rooms have internet and a flat-screen television. FACILITIES: The establishment boasts a restaurant with a terrace, a bar, an indoor courtyard and a wellness area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.39" OriginalAmount="94.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1761827" Longitude="16.3662545" StarRating="2" HotelCode="|113445" HotelName="Arnes Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/4/5/113445_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Art Nouveau style hotel, was renovated in 2011, The establishment has WiFi (free of charge). SITUATION: Favoriten Is situated in 20 minutes away from the establishment, guests will find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.62" OriginalAmount="94.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1868234" Longitude="16.3439492" StarRating="4" HotelCode="|128660" HotelName="MAXX by Steigenberger Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/6/6/0/128660_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: It is 100 metres away fromMargaretengÃ¼rtel the underground station of It has excellent transport links to Vienna the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21592" Longitude="16.404982" StarRating="3" HotelCode="38551|austria_trend_hotel_messe" HotelName="Austria Trend Hotel Messe Prater Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Messestraße 2, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/dd/33dde5fbf781b5a8b6e5723e4c279cfb00b506a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel lies in the immediate vicinity of Vienna's MessezentrumWienNeu exhibition centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.16887393" Longitude="16.34672405" StarRating="4" HotelCode="954992|holiday_inn_vienna_south" HotelName="Holiday Inn Vienna - South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wienerbergstrasse 7, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5e/575eef57268f300c69a6f6a2a0c37967b6573189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.10" OriginalAmount="95.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2324617" Longitude="16.3540435" StarRating="3" HotelCode="|128779" HotelName="Ibis Styles Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/7/7/9/128779_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 1 minute away from restaurants, 100 metres away, guests will find public transport services excellent transport links to Vienna the centre of nearby, you will find San Esteban the cathedral Hofburg the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.21" OriginalAmount="95.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216247" Longitude="16.403106" StarRating="4" HotelCode="|448041" HotelName="Superbude Wien Prater" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Perspektivstrasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/4/1/448041_5048afa0832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.25" OriginalAmount="95.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206694450554" Longitude="16.391099215344" StarRating="4" HotelCode="297069|481462" HotelName="Ruby Sofie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marxergasse 17, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/02/f4028b276021093e14fe3c0597d58af3b3ed6c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.41" OriginalAmount="95.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.178021" Longitude="16.3770941" StarRating="0" HotelCode="|113569" HotelName="San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/6/9/113569_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a buffet breakfast. SITUATION: This guesthouse, is in a pedestrian zone excellent transport links to Vienna the centre of it is situated 700 metres away from Belvedere the palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.160303697402" Longitude="16.470114813492" StarRating="3" HotelCode="130939|pension_weber" HotelName="Pension Weber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Kaiser-Ebersdorfer-Straße 283-285, 1110 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9e/e29e57db6db57126d4d32402ebf5cc0fa76331bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.196535253191" Longitude="16.395748257637" StarRating="4" HotelCode="76006|hotel_eurostars_embassy" HotelName="Eurostars Embassy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Landstrasser Hauptstrasse 120, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c4/68c4a55c5696b16ccfeebfe4b25fd7af403d9891.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel constitutes the perfect starting point for excursions around Vienna and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198245" Longitude="16.363981" StarRating="3" HotelCode="103949|hotel_drei_kronen_vienna_city" HotelName="Drei Kronen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schleifmühlgasse 25, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ed/d1ed20c28a28dac8fd077e2746b05997ee88edf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199145" Longitude="16.352609" StarRating="4" HotelCode="36050|corvinus_hotel_pension" HotelName="Hotel Corvinus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilferstrasse 57-59, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/b9/1db9f74d208aafec3c5d12fb4606726772b120a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210126" Longitude="16.381604" StarRating="3" HotelCode="103907|pension_riedl" HotelName="Pension Riedl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Georg Coch Platz 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/7a/be7ac74fd2bb229c873ae46b225528f91a81dd14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.190983908478" Longitude="16.316686412373" StarRating="4" HotelCode="170118|austria_trend_hotel_park_royal_palace_vienna" HotelName="Radisson Blu Park Royal Palace Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schlossallee 8, 1140 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c7/28c7d1fe0c77a69fb4ff9a7e9a7d591a5d078195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located next to the Vienna Technical Museum and Schönbrunn Palace. Right on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.51" OriginalAmount="96.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2176757" Longitude="16.4015798" StarRating="0" HotelCode="|128867" HotelName="One Wien-prater" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/8/6/7/128867_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was opened in 2013, has WiFi, (free of charge), a bar and a reception. SITUATION: It is situated next toPrater the amusement park 200 metres away, guests will find Messe-Prater the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.51" OriginalAmount="96.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.183836" Longitude="16.378794" StarRating="0" HotelCode="|299958" HotelName="One Wien-hauptbahnhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gerhard-Bronner-Str. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/9/9/5/8/299958_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.71" OriginalAmount="96.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216203743679" Longitude="16.35963767767" StarRating="4" HotelCode="16546|1075702" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rooseveltplatz 15, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec282c4f5b3228547b8a0978cedae8db62bc77f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located in Vienna's university district, close to a famous church. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.04" OriginalAmount="97.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1935172" Longitude="16.3614916" StarRating="4" HotelCode="|9781" HotelName="Holiday Inn Vienna City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARGARETENSTRASSE 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/8/1/9781_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 8 floors and 104 rooms. The establishment has various facilities, such as a lobby with an elevator, a reception, a restaurant with air-conditioning and a bar. SITUATION: This comfortable, urban hotel is in a central area, is near the opera, is located near RingstraÃŸe Avenue in the surrounding area, clients can find restaurants, shops and leisure areas. close to the establishment, guests have KettenbrÃ¼ckengasse the underground station of it is situated 20 kilometres away from the airport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a sauna, a sunbathing terrace, a solarium and a gym. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.09" OriginalAmount="97.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.121675783563" Longitude="16.56286329031" StarRating="4" HotelCode="316766|18521" HotelName="NH Vienna Airport Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Einfahrtsstrasse 1-3, Flughafen Wien, 1300 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ca/64ca43fd10c5269361690e4b1f411cc07624b99c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the arrivals hall of Vienna International Airport and is the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.73" OriginalAmount="97.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.169012" Longitude="16.346862" StarRating="4" HotelCode="|445808" HotelName="Clarion Vienna South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wienerbergstrasse 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/0/8/445808_654be050945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.135886" Longitude="16.279929" StarRating="3" HotelCode="89976|der_stasta" HotelName="Der Stasta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lehmanngasse 11, Wien 1230</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/b5/7ab5d8418169b3d7ee2e9408d3d9bb834b5d8338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212777540103" Longitude="16.353178918362" StarRating="3" HotelCode="201002|hotel_pension_andreas" HotelName="Andreas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schlösselgasse 11, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/71/a9718e847adfda67462171644da58d9df7a3fd8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.20" OriginalAmount="98.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.925571" Longitude="-77.240263" StarRating="3" HotelCode="|191156" HotelName="Embassy Suites By Hilton Tysons Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8517 LEESBURG PIKE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/1/5/6/191156_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.27" OriginalAmount="98.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.191636172133" Longitude="16.35451734066" StarRating="4" HotelCode="200974|1961714" HotelName="Austria Trend Hotel Ananas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rechte Wienzeile 93-95 / Sonnenhofgasse 8-10, 1050 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b3/a8b3f858b9c61f43c41e60fd8f3fa9109db31531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located by the Naschmarkt market on Ringstraße within a short distance of a selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.31" OriginalAmount="98.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2198823" Longitude="16.2843968" StarRating="4" HotelCode="|55518" HotelName="Austria Trend  Schloss Wilhelminenberg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Savoyenstrasse,2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/8/55518_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Trend Schloss Wilhelminenberg is rated four stars. It was built in 1908, has 87 rooms, a restaurant, lifts, a concierge, a safety deposit box service, room service and business facilities. SITUATION: It is situated in the surrounding area of Vienna, ROOM: The rooms have a hairdryer, a television and a radio. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.38" OriginalAmount="98.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1952861" Longitude="16.3672256" StarRating="4" HotelCode="|50327" HotelName="Erzherzog Rainer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 27-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/2/7/50327_09d4a121217.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms and 5 floors. This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a currency exchange service, a cloakroom, lifts, a bar and a restaurant. SITUATION: It is close to the National Opera House, close to the establishment, clients can find the Vienna KÃ¼nstlerhaus, the Belvedere and St Stephen's Cathedral shops. ROOM: The rooms have double-glazed windows, a mini-bar, a television, a direct line telephone, internet, a double bed, individual heating and a bathroom with a hairdryer, Some rooms a safe. MEALS: Guests have at their disposalWirtschaft the Viennese restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.61" OriginalAmount="98.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2225209" Longitude="16.3670555" StarRating="4" HotelCode="|113541" HotelName="MyPlace - Premium Apartments Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/4/1/113541_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Vienna It is in near the establishment, guests will find the city centre. ROOM: They have an air-conditioning system, a bathroom and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.06" OriginalAmount="99.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20193" Longitude="16.368" StarRating="0" HotelCode="|230550" HotelName="One Wien-staatsoper" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elisabethstrasse 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/5/5/0/230550_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.59" OriginalAmount="99.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18229" Longitude="16.38126" StarRating="4" HotelCode="|185596" HotelName="Schani Wien Hauptbahnhof" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karl-Popper-Strasse 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/9/6/185596_bb325e81259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.81" OriginalAmount="99.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1973712" Longitude="16.3379521" StarRating="0" HotelCode="|113429" HotelName="One Vienna - Westbahnhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Europaplatz 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/2/9/113429_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel Westbahnhof it is in It has excellent transport links to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184332" Longitude="16.329946" StarRating="4" HotelCode="16630|renaissance_wien" HotelName="Renaissance Wien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile, Ullmannstrasse 71, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f5/54f500775f074eed6b40f60ba93e0583d11f57e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Schönbrunn Palace and the Westbahnhof. Public transport links allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.217293932518" Longitude="16.380599141121" StarRating="3" HotelCode="47485|city_hotel_tabor" HotelName="City Tabor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 25, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/86/fe86b3348b6cc6175196a6661d9dd1e5f8fdaa55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.12" OriginalAmount="100.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20065" Longitude="16.387242" StarRating="3" HotelCode="|454747" HotelName="magdas Vienna City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ungargasse 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/4/7/454747_ede247f1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.63" OriginalAmount="100.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.222384" Longitude="16.367004" StarRating="0" HotelCode="|450887" HotelName="Limehome Vienna Roßauer Lände" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/8/7/450887_1bd7e610811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.56" OriginalAmount="101.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2160552" Longitude="16.3613703" StarRating="0" HotelCode="|113375" HotelName="Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/7/5/113375_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel reopened and has WiFi, in communal areas and (free of charge). SITUATION: It is in front ofVotiva the Church of 2 minutes away, guests can find Ringstrasse Avenue Clients can also find the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193564" Longitude="16.361559" StarRating="4" HotelCode="13533|2410" HotelName="Holiday Inn Vienna City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Margaretenstrasse 53, 1050 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/59/4459250bcb7c22bffd9cd7bdd3a810bea2729733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located at the heart of Vienna just 20 km from Wien-Schwechat airport. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199158" Longitude="16.351829" StarRating="4" HotelCode="130635|245094" HotelName="Hotel Schani Salon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 58, 1070 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e0/b8e018c546978022eb32444c57df9a05b6eb1eec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.195026243106" Longitude="16.384472250939" StarRating="4" HotelCode="69928|austria_trend_hotel_savoyen" HotelName="Austria Trend Hotel Savoyen Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rennweg 16, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/86/838664fe1a37bdcb486ed2c32b13100a4263b790.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by historic buildings that are rich in tradition, this city and business hotel serves as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201824445601" Longitude="16.367946501316" StarRating="3" HotelCode="314409|448375" HotelName="Motel One Wien-Staatsoper" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Elisabethstrasse 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/b8/1eb874e0182bcc37923ba6c5c8da966720b7ca06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.223591" Longitude="16.317753" StarRating="4" HotelCode="130679|appartements_ferchergasse" HotelName="Ferchergasse Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferchergasse 19, 1170 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/21/4321b69df227c9574ed73b8d6971b884e0cf8dcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20558" Longitude="16.38662" StarRating="3" HotelCode="89975|stadtpark" HotelName="Pension Stadtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Landstraßer Hauptstraße 7, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027b4f4b5de0f76690b074beaae7fde1e087bfcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.61" OriginalAmount="103.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2239531" Longitude="16.3138952" StarRating="4" HotelCode="|113508" HotelName="Hotel Jäger" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/0/8/113508_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 15 minutes away from the city centre, the establishment, Hernals it is in. HOTEL: The establishment has a lobby with WiFi, (free of charge), a breakfast room and a garden.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.62" OriginalAmount="103.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184611" Longitude="16.3212819" StarRating="4" HotelCode="|33542" HotelName="Ibercity Wien Schönbrunn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Schoenbrunner Schlossstrasse 38-40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/4/2/33542_08a699f1340.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 118 rooms and 6 floors. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service and 2 lifts. Regarding the food and beverage offering, the establishment has a restaurant in the hall, Guests are also offered Grab and Go Shop the store WiFi, a laundry service and an indoor car park. SITUATION: This trendy hotel SchÃ¶nbrunn Schloss it is close to nearby, there is a metro station, is situated 10 kilometres away from the city centre, Where you can find bars and restaurants. 150 metres away, guests can find nightclubs, is situated 2 kilometres away from the railway station, is situated 24 kilometres away from the airport. ROOM: The modern rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, satellite or cable TV, a safe, a writing desk, an office chair, a fridge, a coffee maker, a kettle and an iron. They have individual air-conditioning, individual heating and a double bed. FACILITIES: The establishment has a well-equipped gym located 15 minutes away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Clients can enjoyLa Corte the restaurant a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.07" OriginalAmount="104.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1769544" Longitude="16.3830319" StarRating="0" HotelCode="|345516" HotelName="Christiano Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gellertgasse 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/5/1/6/345516_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215131" Longitude="16.347864" StarRating="2" HotelCode="89222|pension_madara" HotelName="Pension Madara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alser Straße 39, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/bf/a5bfcfac3fb3629f0fa2cf037bbf4de9812c53f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.195199" Longitude="16.367321" StarRating="4" HotelCode="12175|erzherzog_rainer" HotelName="Hotel Erzherzog Rainer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 27-29, 4. Bezirk, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/24/55245d931bf221d0414f1b7ba60e40d1ff56ba9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 4th district, within a short walk from the State Opera House, the Künstl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.34" OriginalAmount="105.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20657" Longitude="16.391" StarRating="3" HotelCode="|191927" HotelName="Ruby Sofie  Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marxergasse 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/2/7/191927_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.54" OriginalAmount="105.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1893941" Longitude="16.3722892" StarRating="3" HotelCode="|27387" HotelName="Four Points Flex by Sheraton Vienna Hauptbahnhof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FAVORITENSTRASSE 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/3/8/7/27387_54ed4ec0952.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 8 floors and 116 rooms. It is situated on a main street, The establishment has a beautiful garden area, a terrace, a large hall with elevators, a reception with safety deposit boxes, a dining room, internet and a bicycle rental desk. For an additional charge you can use the indoor car park. SITUATION: This hotel is in Vienna the city centre of it is located close to a shopping centre, close to the establishment, guests have SÃ¼dtirolerplatz the metro station Vienna International Center near the establishment, guests will find the historic centre and a taxi rank, the establishment is 5 kilometres away from the trade fair ground, is situated 4,5 kilometres away from the railway station, the establishment is 6,5 kilometres away from the Northern Station, is 11 kilometres away from Vienna Airport it is situated 186 kilometres away from Linz Airport 354 kilometres away, you can find W.A. Mozart Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a radio, a mini-bar, a double bed, a safe (available for a fee), a sofa area, a balcony or terrace and a central heating system. PAYMENT METHODS: Customers can pay by credit cards, American Express, Mastercard, Visa, Diners Club and JCB. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental or buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.66" OriginalAmount="105.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2031319" Longitude="16.3561572" StarRating="4" HotelCode="|9763" HotelName="K+K Maria Theresia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KIRCHBERGGASSE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/3/9763_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in Spittelberg (Viena) the district of Spittelberg (Viena) el Barrio del Museo it is next to Close to the art museum, the Natural History Museum, it is located near the city centre. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18582" Longitude="16.378603" StarRating="4" HotelCode="534671|223556" HotelName="Novotel Wien Hauptbahnhof" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Canettistrasse 6, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d0/ffd02958d64786b95df58161f732522eaaa613c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.59" OriginalAmount="106.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2236341" Longitude="16.3178381" StarRating="4" HotelCode="|113479" HotelName="Appartements Ferchergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferchergasse 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/7/9/113479_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in17 District. ROOM: Clients can find modern apartments with WiFi (free of charge) and a fully-equipped kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210999112445" Longitude="16.377683579922" StarRating="4" HotelCode="103933|alma_boutiquehotel" HotelName="Alma Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hafnersteig 7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/36/de3650d6e4cb413ba8cffb39c0162c72302413b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.56" OriginalAmount="107.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186297" Longitude="16.324907" StarRating="3" HotelCode="|72455" HotelName="George Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sechshauser Str. 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/5/5/72455_36abbcf1622.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Vienna Urban Resort is rated three stars and has a pizzeria. SITUATION: It is situated near SchÃ¶nbrunn Schloss, is 20 minutes away from Mariahilfer, close to the establishment, clients can find the metro station. ROOM: The spacious and modern rooms have internet, a flat-screen television and spacious bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.87" OriginalAmount="107.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.188564" Longitude="16.33193" StarRating="0" HotelCode="|518505" HotelName="MTS-Immobilien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arnsteingasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/8/5/0/5/518505_ef8c2591143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.217075896608" Longitude="16.389520168304" StarRating="3" HotelCode="15197|12180" HotelName="Austria Classic Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 72, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/01/50017a6dd5a71a0479f4d94009093e41151adfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.226450602296" Longitude="16.356518268585" StarRating="4" HotelCode="172184|h_hotel_wien" HotelName="H+ Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liechtensteinstraße 87-89, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2e/702e19d2bb89d3c3009ca648a540eb5ec79c4364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel affords a charming location in a historical district of Vienna and is an ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.08" OriginalAmount="108.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1419404" Longitude="16.3254277" StarRating="3" HotelCode="|113407" HotelName="Themenpension Haus Sanz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Krobothgasse 6-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/0/7/113407_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a residential area, 25 minutes away from the establishment, guests will find the opera, is well-connected with the motorway, nearby, there is a public car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.196901522744" Longitude="16.40390006725" StarRating="4" HotelCode="402858|my_home_in_vienna" HotelName="My Home In Vienna Smart Apartments Landstrasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Erdbergstrasse 120a, 1030 Vienna, Vienna State</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0c/410ca45eb34d0ddd9fb36d7b102bf677bf320030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21760334802" Longitude="16.381997107969" StarRating="4" HotelCode="904705|hotel_imlauer_wien" HotelName="Hotel IMLAUER Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rotensterngasse 10-12, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/83/50837b8b22097faaccd3f4b01f7c9a62e9a31b45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only a 10-minute walk away from the city center the stylish 4-star hotel IMLAUER Wien, is situated i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.52" OriginalAmount="109.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2159149" Longitude="16.4049059" StarRating="3" HotelCode="|26710" HotelName="Spark by Hilton Vienna Messe Prater" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESSESTRASSE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/1/0/26710_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was opened in 2005, modern, elegant, has 241 rooms, 2 suites and 7 floors. In the establishment entrance, guests will find a spacious hall with a reception, a safety deposit box service, lifts, WiFi, a currency exchange service and a bicycle rental desk. The establishment boasts an inviting bar, a restaurant with highchairs, a laundry service and a car park. SITUATION: This establishment is close to the Vienna fairground. It is situated only a few minutes walk away from the trade fair ground, the Congress Centre and monuments. Near the establishment, you will find shops, leisure areas and entertainment. 500 metres away, clients have the Northern Station. It is 10 minutes away from a tram stop and a metro station. ROOM: Customers can find bright, inviting rooms with a bathroom with a shower, a bath, an individual air-conditioning system, a direct line telephone with an answering machine, satellite and cable television, a mini-bar and a safety deposit box (available for a fee). Some rooms have WiFi. Clients are offered interconnecting rooms and non-smoking rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.08" OriginalAmount="109.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2009141" Longitude="16.3532771" StarRating="3" HotelCode="|41073" HotelName="HENRI Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LINDENGASSE 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/7/3/41073_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a car park, a laundry service and a fax machine. SITUATION: Ringstrasse It is 8 minutes away from. ROOM: The rooms have a hairdryer, a television, a mini-bar, a safety deposit box, a radio, a direct line telephone and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21677433" Longitude="16.37826959" StarRating="3" HotelCode="498535|graetzlhotel_karmelitermarkt" HotelName="Grätzlhotel Karmelitermarkt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Große Sperlgasse 6, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/d6/dfd66de90309e16625cbdefab66f45189ab8ee3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.03" OriginalAmount="110.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.227629" Longitude="16.360221" StarRating="0" HotelCode="|455037" HotelName="ARCOTEL AQ Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/7/455037_e9cd9401705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2002" Longitude="16.358973" StarRating="1" HotelCode="130922|pension_mozart_2" HotelName="Pension Mozart Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Theobaldgasse 15, 1060 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6a/7f6a7df6378cb93d9c45304f9005daa8a12a7d1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207874" Longitude="16.370086" StarRating="4" HotelCode="12981|graben_hotel" HotelName="Graben" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dorotheergasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e2/18e23dc851a28762bc229da8aa53d3ea43346bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the heart of the city in the quiet antiques district directly on St. Ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21323509542" Longitude="16.358079314232" StarRating="3" HotelCode="130926|residenz_hotel_pension" HotelName="Pension Residenz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebendorferstraße 10, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/34/1a/341aba3e78c6d0daafad26384991602cc1b13132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.23" OriginalAmount="111.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1844112" Longitude="16.3298649" StarRating="4" HotelCode="|9752" HotelName="Renaissance Vienna Schönbrunn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile Ullmannstrasse, 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/5/2/9752_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Renaissance Vienna is rated five stars. It was built in 1988, has 312 rooms, 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a bellboy, a cafÃ© and business facilities. SITUATION: It is in Vienna, ROOM: The rooms have a hairdryer, a trouser press, an air-conditioning system, a television, video and a radio. OBSERVATIONS: pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210182359901" Longitude="16.378134898148" StarRating="3" HotelCode="16031|post_4" HotelName="Post" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 24, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/85/f48577933d5b43515734d0357a26b63ed705d217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.18" OriginalAmount="112.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200085" Longitude="16.3576283" StarRating="2" HotelCode="|113402" HotelName="Time Out City Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/0/2/113402_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in6 District 100 metres away from the establishment, you can find Mariahilfer StraÃŸe the commercial area of It is situated 10 minutes away fromHofburg the Palace of Clients can also find the opera.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.12" OriginalAmount="112.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.176722" Longitude="16.408733" StarRating="0" HotelCode="|447963" HotelName="Jimmy's Apartments Lory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/6/3/447963_b67f2041454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.217643324193" Longitude="16.382361352444" StarRating="4" HotelCode="14785|hotel_nestroy" HotelName="Hotel Nestroy Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rotensterngasse 7 &amp; 10 – 12, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c0/93c034218239bcd146f1339c2b3af5a8f97a17ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city of Vienna, only a few minutes walking distance away from the historic city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186173323264" Longitude="16.324911117554" StarRating="3" HotelCode="166006|vienna_urban_resort_hotel" HotelName="Koncept Hotel Liebelei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sechshauser St. 83, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b5/ceb53581a7d4e97ba5aba3aa864d9bc861ab3624.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.22" OriginalAmount="113.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2242846" Longitude="16.3988621" StarRating="4" HotelCode="|74503" HotelName="Novotel Suites Wien City Donau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/0/3/74503_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have internet, video, piped music, national calls to landlines and Suite TV. All the rooms have a bath, a shower, an air-conditioning system, a microwave, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.32" OriginalAmount="113.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.191299" Longitude="16.412201" StarRating="0" HotelCode="|528802" HotelName="Residence Inn By Marriott Vienna City East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nottendorfer Gasse 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/8/0/2/528802_00d19d51036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.34" OriginalAmount="113.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2177985" Longitude="16.3820815" StarRating="4" HotelCode="|74506" HotelName="Nestroy Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rotensterngasse 7 a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/0/6/74506_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is ideal for business and holiday stays. The Nestroy is rated four stars. It has an indoor patio, a beautiful garden and a lobby with a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="114.91" OriginalAmount="113.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213950017418" Longitude="16.421513557434" StarRating="4" HotelCode="13534|CAF570400" HotelName="Hilton Vienna Danube Waterfront" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Handelskai 269, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/75/75999d1cbbf1e789/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside the Danube. The convention centres, such as the Austria Cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215966" Longitude="16.361407" StarRating="3" HotelCode="130929|pension_schottentor" HotelName="Pension Schottentor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hörlgasse 4, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/f5/12f51bd9d57af075837249c694983c9201466d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Vienna (Alsergrund), Pension Schottentor is minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2205871" Longitude="16.3818095" StarRating="4" HotelCode="268683|sky_apartments_vienna" HotelName="Sky Apartments Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstraße 52, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d4/c1d4a62da6c9c152024b147cb758f96e61a6004f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.94" OriginalAmount="114.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1990757" Longitude="16.351677" StarRating="4" HotelCode="|113567" HotelName="Hotel Arian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/6/7/113567_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hotel Arian is rated four stars and is family-run. SITUATION: It is in Mariahilfer StraÃŸe, 10 minutes away, you can find RingstraÃŸe,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197699163072" Longitude="16.367265880108" StarRating="4" HotelCode="130959|saint_shermin_bed_breakfast__champagne" HotelName="Saint Shermin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rilkeplatz 7, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/47/d84783896fa61ad48bdc3d60573fc26a50b94a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.26" OriginalAmount="115.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.229075" Longitude="16.37349" StarRating="3" HotelCode="|529318" HotelName="limehome Vienna Karajangasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karajangasse 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/1/8/529318_edb0aad1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.64" OriginalAmount="115.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207871074758" Longitude="16.372383534908" StarRating="4" HotelCode="16960|1893608" HotelName="Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST,FREE BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singerstrasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f21eb90ad23c817b979b3256aef2c0a42b5c47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel has been family-run since 1931 and enjoys a fabulous peaceful location directly b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.211056" Longitude="16.383854" StarRating="4" HotelCode="136634|17508" HotelName="Aparthotel Adagio Vienna City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Uraniastrasse 2, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/b4/25b4e2890ac688042523cc238748fa1f90e41bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Vienna, right on Julius Raab Platz and close to Ring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208423" Longitude="16.368705" StarRating="4" HotelCode="130904|pension_a_und_a" HotelName="Pension A &amp; A" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Habsburgergasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/96/859675300487b0b4fa0303054ef07e371dbecbcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Vienna. Those wishing to escape the hustle and bustle of daily ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200127" Longitude="16.357794" StarRating="2" HotelCode="295098|time_out_city_hotel_vienna" HotelName="Time Out City Hotel Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Windmühlgasse 6, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/77/7d777f583ca7e33173d06e2dc0a2920bc65448cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212518" Longitude="16.372659" StarRating="4" HotelCode="130890|myplace_premium_apartments__city_centre_2" HotelName="MyPlace City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Vorlaufstrasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/59/bf596de560f173f67a42499613241902f734ed86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215378" Longitude="16.314426" StarRating="3" HotelCode="130815|hotel_schwalbe" HotelName="Schwalbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/11/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Degengasse 45, 1160 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bd/56bda252b76eb53f2e8b634ae36955cafba7c5bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.55" OriginalAmount="118.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1941648" Longitude="16.3464202" StarRating="4" HotelCode="|113374" HotelName="Elaya Vienna City West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Webgasse 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/7/4/113374_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 3 minutes away fromMariahilfer StraÃŸe the commercial area of. ROOM: Guests can find rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21872137" Longitude="16.4000086" StarRating="0" HotelCode="465135|praterstern_apartment" HotelName="Praterstern Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stuwerstraße 18/1, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fb/5afb97e7b20a1b0983bcff1a1431951fb2de54b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.45" OriginalAmount="120.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1968761" Longitude="16.3492209" StarRating="3" HotelCode="|9760" HotelName="Fuerst Metternich" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>ESTERHAZYGASSE 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/0/9760_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is in a historic building, was built in 1897, has 6 floors and 54 rooms. Some of the facilities that the establishment offers to guests include an inviting bar and an Austrian restaurant. SITUATION: This inviting hotel is in Vienna the city centre of St Stephen it is situated close to near the establishment, you will find MariahilferstraÃŸe shops, is located close to the city centre, near the establishment, guests will find Zieglergasse the public transport stop of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210255822291" Longitude="16.378547584079" StarRating="4" HotelCode="539660|ruby_lissi_hotel_vienna" HotelName="Ruby Lissi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 19, Laurenzerberg 2, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/14/cc1416792fbc126ba3edea4318bc93a417325719.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.29" OriginalAmount="121.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1968448" Longitude="16.403821" StarRating="0" HotelCode="|113348" HotelName="My Home In Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/4/8/113348_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inThree District 250 metres away from the establishment, you can find the railway station. ROOM: Customers can find apartments with WiFi and (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.00" OriginalAmount="121.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19842" Longitude="16.355513" StarRating="4" HotelCode="|444970" HotelName="Jaz In The City Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/7/0/444970_d2393901358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200999445763" Longitude="16.353313028812" StarRating="3" HotelCode="33068|savoy_2" HotelName="Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lindengasse 12, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b3/e2b37ce6aabc7477f745daa44916e96aa15ff9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central yet quiet location, 5 minutes' walking distance from the famous Ringstras...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201366" Longitude="16.380109" StarRating="4" HotelCode="28283|starlight_suite_heumarkt_" HotelName="HiLight Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salesianergasse 2, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fb/1ffb8dd8df99d8a833f3db26fd416141e9a8d4bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located only a short walk from the city centre and Wien-Mitte railway statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20487" Longitude="16.356579" StarRating="3" HotelCode="130923|hotel_pension_museum" HotelName="Pension Museum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Museumstrasse 3, 1070 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/41/b54162220babbe00da5362d0cb8ee1ee70b529b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.47" OriginalAmount="124.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198465" Longitude="16.340483" StarRating="0" HotelCode="|454916" HotelName="Apollo Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Apollogasse 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/1/6/454916_43171a81143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.85" OriginalAmount="124.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2126338" Longitude="16.3727773" StarRating="4" HotelCode="|113546" HotelName="Myplace Premium Apartments - City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/4/6/113546_21083661605.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inVienna the heart of 5 minutes away, guests can find St Stephen Cathedral It is situated 10 minutes away fromKÃ¤rntner Strasse the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.00" OriginalAmount="124.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.192379" Longitude="16.393149" StarRating="0" HotelCode="|447985" HotelName="Jimmy's Apartments Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Steingasse 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/8/5/447985_b7f0b620859.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.41" OriginalAmount="125.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1981969" Longitude="16.3493656" StarRating="0" HotelCode="|113450" HotelName="Primavera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/5/0/113450_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Mariahilfer SstraÃŸe it is in it is situated 2 kilometres away from San Esteban, KÃ¤rntner straÃŸe and RingstraÃŸe Cathedral. ROOM: The establishment has large rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.65" OriginalAmount="125.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2070654" Longitude="16.3720168" StarRating="4" HotelCode="|9786" HotelName="Kaiserin Elisabeth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>WEIHBURGGASSE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/8/6/9786_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1809, has 73 rooms and 4 floors. In the entrance, guests are offered a charming hall with a lift, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a cafÃ©, a hairdresser's, a bar and an indoor car park. SITUATION: Is situated inVienna the centre of this hotel is close to St Stephen the pedestrian area, the opera, the casino, the castle and the museums. KÃ¤rntner Strasse near the establishment, guests will find a few minutes' walk away from the establishment, clients have Stephansplatz the metro station. ROOM: The establishment has elegant rooms with disabled access, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203858" Longitude="16.370545" StarRating="4" HotelCode="89973|opera_suites" HotelName="Opera Suites Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kärtnerstraße 47, 1. Stock, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/e5/b9e57c7c7229175135dd52f83c01925a93e71445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.250709206724" Longitude="16.305028531797" StarRating="4" HotelCode="305597|hotel_landhaus_fuhrgasslhuber" HotelName="Hotel Pension Landhaus Fuhrgassl Huber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Chalets" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Bar,Concierge,Dining,Elevator,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rathstrasse 24, Neustift Am Walde, 1190 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4e/3b4e0111c1863e7c5d96b5518e7032be9e16625f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Les Chalets de Môh in La Malbaie, you'll be on a ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.11" OriginalAmount="126.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2009455" Longitude="16.3942816" StarRating="4" HotelCode="|113330" HotelName="Spiess and Spiess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/3/0/113330_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find rooms and suites. The establishment also offers a buffet breakfast. SITUATION: It is inVienna a quiet, central area of 5 minutes away from the establishment, clients can find Stephansplatz the square.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197845767357" Longitude="16.34844481945" StarRating="4" HotelCode="10451|nh_atterseehaus_suites" HotelName="NH Collection Wien Zentrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 78, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/18/b218ef9d8e54dce6a009f3d81646e70ca8bda178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located on the longest shopping street in Europe, the Mariahilfer. Links to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199692587848" Longitude="16.37741804123" StarRating="4" HotelCode="17709|hotel_am_konzerthaus_vienna__mgallery_collection" HotelName="Hotel Am Konzerthaus Vienna - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Am Heumarkt 35-37, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/92/41928c48a54625a3abfa4e2fae2d5346663cd2ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2037" Longitude="16.3612" StarRating="0" HotelCode="839466|jaz_in_the_city_vienna" HotelName="Jaz Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/d1/f1d1c072aa1f75921a87766b5297ecf15c1dd3c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.76" OriginalAmount="127.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21434500754" Longitude="16.380210220814" StarRating="4" HotelCode="18244|83656" HotelName="Hotel Stefanie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taborstrasse 12, 2. Bezirk, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3e/dd3ed7a3ff0afa0bf628ec089d8a727744d03ff3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Taborstrasse always had a special significance as an access road to the imperial city of Vienna. To ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.74" OriginalAmount="128.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18638" Longitude="16.37974" StarRating="0" HotelCode="|446033" HotelName="Adina Serviced Apartments Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/3/3/446033_684ac4c1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.07" OriginalAmount="128.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21756" Longitude="16.374212" StarRating="4" HotelCode="|444936" HotelName="Radisson Red , Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Obere Donaustrasse 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/3/6/444936_57861e31155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.12" OriginalAmount="129.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212271" Longitude="16.372622" StarRating="3" HotelCode="|521884" HotelName="Pension Central - Self Check-in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vorlaufstrasse 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/8/4/521884_4165da40933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20926735" Longitude="16.36872511" StarRating="3" HotelCode="518323|pension_nossek_" HotelName="Pension Nossek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Graben 17, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/63/fa633efd7ce6724599a5c589e8255e9ddc95a750.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.15" OriginalAmount="130.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206288" Longitude="16.367751" StarRating="3" HotelCode="|514528" HotelName="Palais Elegance Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Josefsplatz 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/5/2/8/514528_2bf10d71051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.12303118" Longitude="16.56550804" StarRating="3" HotelCode="524331|moxy_vienna_airport" HotelName="Moxy Vienna Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ausfahrtsstraße 4, 1300 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/bd/67bdbc2464ef323bf6c8be1c7799ca2bb7017c1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20714390074" Longitude="16.372116626984" StarRating="4" HotelCode="31225|kaiserin_elisabeth" HotelName="TOP CityLine Hotel Kaiserin Elisabeth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Weihburggasse 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/9a/189ae2de1d94f4c3712d6801c615ba3d3ac9327d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This venerable hotel is located in the centre of Vienna, near the famous pedestrian precinct, the ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201062490125" Longitude="16.394365845404" StarRating="4" HotelCode="212528|hotel_spiess_spiess_appartementpension" HotelName="Hotel Spiess &amp; Spiess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hainburger Straße 19, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/a9/48a9a1d01d06ae5a9306785d7f855100de5f75f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20224483" Longitude="16.37499099" StarRating="5" HotelCode="318949|grand_ferdinand_independent_hotel" HotelName="Grand Ferdinand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schubertring 10-12, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/43/7243669953a3b19977fceea8bcb96bae22b932c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on the Ringstraße boulevard in the centre of Vienna. The City Park and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200743797658" Longitude="16.346079111099" StarRating="3" HotelCode="197429|hotel_am_brillantengrund" HotelName="Am Brillantengrund" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bandgasse 4, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/b4/09b4f77714c95b2c6b7c0cf791b4c00855ab2b84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel has a very quiet location, just over 1 km from the Ringstrasse and the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18636213" Longitude="16.37990749" StarRating="0" HotelCode="960671|joyn_vienna" HotelName="Joyn Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karl-Popper-Straße 6, 1100 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/0a/1d0a2193685184e56a71966eb0c711b289646902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.58" OriginalAmount="133.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2102659" Longitude="16.3784865" StarRating="4" HotelCode="|300205" HotelName="Ruby Lissi Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fleischmarkt 19 / Laurenzerberg 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/2/0/5/300205_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.19" OriginalAmount="133.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2071816" Longitude="16.3765966" StarRating="4" HotelCode="|113573" HotelName="Appartement-hotel An Der Riemergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Riemergasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/7/3/113573_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building is Art Nouveau style. SITUATION: The establishment, is situated 3 minutes away from San Esteban and KÃ¤rntner StraÃŸe Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207148" Longitude="16.376619" StarRating="4" HotelCode="89982|appartementhotel_an_der_riemergasse" HotelName="Riemergasse Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riemergasse 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f4/28f490afb0137a317920785d09b663c5c6bcbe0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.191853" Longitude="16.339156" StarRating="0" HotelCode="58779|hotel_das_president" HotelName="Mercure Raphael Hotel Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wallgasse 23, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f7/b7f7b694ffbf55b37e77244e3467a2f610500ad7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located adjacent to the famous Raimund Theatre, close to the international railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.52" OriginalAmount="136.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2113247" Longitude="16.3745932" StarRating="4" HotelCode="|54458" HotelName="Mercure Wien Zentrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FLEISCHMARKT 1A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/5/8/54458_5b2b1f21335.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a bar, a restaurant and a laundry service. SITUATION: It is in the city centre, is 5 minutes away from the metro station situated 20 kilometres away from the airport. ROOM: The rooms have an air-conditioning system, a television, internet, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.92" OriginalAmount="136.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2138532" Longitude="16.3715162" StarRating="4" HotelCode="|9757" HotelName="Miiro Palais Rudolf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUDOLFSPLATZ 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/5/7/9757_cf0e6701319.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic palace, has 6 floors and 66 rooms. The establishment has various facilities, such as a lobby with a reception, a bar and a restaurant. Guests also have access to a conference room, a business centre with a computer and internet. close to the establishment, you can find a public car park. SITUATION: This elegant, urban hotel is in Vienna the city centre of 20 kilometres away from the airport, in the surrounding area, clients can find shops, leisure areas and entertainment. Guests can enjoy St Stephen the cathedral a few minutes walk away, there is a public transport stop. ROOM: They offer inviting rooms with a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, internet, a mini-bar and a safety deposit box. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.36" OriginalAmount="136.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1936067" Longitude="16.3669429" StarRating="4" HotelCode="|113580" HotelName="Suite 900m Zur Oper" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/8/0/113580_1_344.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts internet and a buffet breakfast. SITUATION: It is 10 minutes away from Naschmarkt the opera, this hotel is in a historic building.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.70" OriginalAmount="137.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216" Longitude="16.405" StarRating="4" HotelCode="|444971" HotelName="Zoku Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Perspektivstrasse 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/7/1/444971_d66d9881318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.10" OriginalAmount="137.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.211744450952" Longitude="16.378099322319" StarRating="4" HotelCode="11442|187955" HotelName="Hotel Capricorno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schwedenplatz 3-4, 1. Bezirk, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/bb/c8bb8c517604004fee97b0a4c647205440ff4a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.13" OriginalAmount="137.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2084412" Longitude="16.3686695" StarRating="4" HotelCode="|113547" HotelName="Pension a und a" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Habsburgergasse 3 floor M</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/4/7/113547_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inVienna the historic centre of 3 minutes away from the establishment, you can find San Esteban Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.45" OriginalAmount="138.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2425443" Longitude="16.427774" StarRating="3" HotelCode="|113518" HotelName="The Rooms Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Schlenthergasse 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/1/8/113518_9d157fa1217.jpg</HotelPictures>
        <HotelDescription>HOTEL: Our guests can find internet (free of charge) and a car park (free of charge). SITUATION: Is situated in a quiet area, near the establishment, guests will find the leisure area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203098214835" Longitude="16.356207132339" StarRating="4" HotelCode="259025|33100" HotelName="K+K Hotel Maria Theresia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirchberggasse 6, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/19/c319a27278dbcf7d687eda1cc0dabe2a3b41fe2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located close to the natural history and art history museums in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.20" OriginalAmount="139.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.219646" Longitude="16.4100545" StarRating="0" HotelCode="|113520" HotelName="Ajo Vienna Messe - Contactless Check-in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/5/2/0/113520_30275f81008.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located close toDanube the river 4 minutes away from the establishment clients have Vienna the city centre of. OBSERVATIONS: Customers can find internet and wifi free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.55" OriginalAmount="140.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2134226" Longitude="16.3703021" StarRating="3" HotelCode="|299647" HotelName="Dan In'n Out" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salzgries 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/9/6/4/7/299647_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.72" OriginalAmount="140.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.186803" Longitude="16.331482" StarRating="0" HotelCode="|445930" HotelName="Abieshomes Serviced Apartments Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/3/0/445930_89f129c0937.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.95" OriginalAmount="140.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193077" Longitude="16.355093" StarRating="4" HotelCode="|454640" HotelName="Hotel Indigo Vienna – Naschmarkt, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>RECHTE WIENZEILE 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/4/0/454640_4429b511332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206514340722" Longitude="16.354393959045" StarRating="4" HotelCode="387242|43774" HotelName="25hours Hotel Wien beim MuseumsQuartier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lerchenfelderstraße 1-3, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d4/f6d4db0675d4e065e43920baaba5e2df57ad6048.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated by a park near to the Parliament building, close to the U-Bahn (underground tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.42" OriginalAmount="141.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.185784" Longitude="16.334603" StarRating="0" HotelCode="|521231" HotelName="numa | Strauss Rooms and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stiegergasse 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/2/3/1/521231_70e3bb71140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206343" Longitude="16.375945" StarRating="3" HotelCode="262132|singerstrasse_2125_apartments" HotelName="Singerstrasse 21/25" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singerstrasse 21/25, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/57/da5783def84e0b6f44b87b916c2f94ad62fa2218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213836" Longitude="16.371505" StarRating="4" HotelCode="259030|kk_palais_hotel" HotelName="K+K Palais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rudolfsplatz 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/3f/e23f6dc73642b29f9a44a44dda500c7602e82372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant city hotel is situated in the centre of Vienna and 13 km from the airport. Countless sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21351034157" Longitude="16.352119445801" StarRating="3" HotelCode="58763|the_levante_laudon_apartments" HotelName="The Levante Laudon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laudongasse 8, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225e1ad2595ce62cc3775cd1b715fb9f6578a22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.19173343" Longitude="16.38640295" StarRating="3" HotelCode="445108|belvedere_apartment_vienna__hegergasse" HotelName="Belvedere Apartment Vienna - Hegergasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hegergasse 3, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b8/cfb899e110e61e1d10e84966d1b6356fad0e5302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.77" OriginalAmount="146.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2027219" Longitude="16.3669695" StarRating="4" HotelCode="|74504" HotelName="O11 Boutique Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Am Opernring 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/5/0/4/74504_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Am Opernring is rated four stars and it is in front of the opera.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.242591" Longitude="16.427748" StarRating="3" HotelCode="103950|the_rooms_bed__breakfast" HotelName="The Rooms B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden,Housekeeping,Internet,Luggage Storage,Parking,Pets allowed,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Schlenthergasse 17, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/13/db132b0b766a75d5cc3d292b9a61193a55b3d957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Rooms Bed &amp; Breakfast in Vienna (Donaustadt), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200551" Longitude="16.364735" StarRating="4" HotelCode="42795|hotel_mercure_secession_wien" HotelName="Mercure Secession Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Getreidemarkt 5, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f2/caf255566de9354aece8f9596ddd675dd36abc06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.66" OriginalAmount="147.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2207111" Longitude="16.3846363" StarRating="0" HotelCode="|113351" HotelName="Apartments Heine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pazmanitengasse 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/5/1/113351_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in2 District 250 metres away, guests will find public transport services. ROOM: Guests can find modern apartments with basic utensils.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.12" OriginalAmount="147.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2063528" Longitude="16.3760146" StarRating="0" HotelCode="|113299" HotelName="Singerstrasse 21-25 Aparthotel 350m Next To St Stephen´s Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/2/9/9/113299_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in a quiet area of the city centre, 300 metres away, clients have Stephansplatz the metro station of Clients can also find San Esteban Cathedral.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.44" OriginalAmount="147.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2093346" Longitude="16.3686474" StarRating="0" HotelCode="|345483" HotelName="Boutique Hotel Nossek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Graben 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/4/8/3/345483_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205462" Longitude="16.377794" StarRating="4" HotelCode="197477|am_parkring" HotelName="Hotel Am Parkring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 12, 1. Bezirk, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7e/5f7e1412628f1a7bbf9b242542d265b09c8dc5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is located in the 11th, 12th and 13th floors of the Gartenbauh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.51" OriginalAmount="150.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2053879" Longitude="16.3776878" StarRating="4" HotelCode="|45693" HotelName="Am Parkring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Parking 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/9/3/45693_d231e8b1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.213249393957" Longitude="16.356893777847" StarRating="4" HotelCode="16492|austria_trend_hotel_rathauspark" HotelName="Austria Trend Hotel Rathauspark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rathausstraße 17, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f0/11f077d398b6f457c62d9d1b2b5831c9cb7e2935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated at the heart of Vienna. The town hall, the Burgtheater (imperial court t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.32" OriginalAmount="151.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2049588" Longitude="16.3565603" StarRating="0" HotelCode="|81875" HotelName="Hotel Pension Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/1/8/7/5/81875_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated near places of interest, the commercial area, restaurants and markets.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.96" OriginalAmount="152.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2080728" Longitude="16.3757028" StarRating="4" HotelCode="|113481" HotelName="Domizil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/8/1/113481_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inVienna the historic centre of near the establishment, you will find San Esteban Cathedral. FACILITIES: Clients can find WiFi in the communal areas and (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.193487" Longitude="16.366947" StarRating="4" HotelCode="82259|372571" HotelName="Suite Hotel 900m zur Oper" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstraße 44, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/353739/353739a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.202640568945" Longitude="16.366911828518" StarRating="4" HotelCode="15431|das_opernring_hotel_2" HotelName="Hotel Das Opernring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opernring 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/30/e830a7d1f15735068534be11aacf557e8cdb7f05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Vienna, directly on the famous Ringstraße boulevard, opposite ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2132749" Longitude="16.3831598" StarRating="4" HotelCode="410467|novotel_wien_city" HotelName="Novotel Wien City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aspernbrueckengasse 1, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/53/0a539845d61c31a22144e6f1e9650719d0c64e5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.23300601" Longitude="16.31843551" StarRating="3" HotelCode="745296|leuhusen_boutique_apartments" HotelName="Leuhusen Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wallrißstrasse 85, 18 Währing, 1180 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/0b/c40b1ccafbb551a5e9242357152ea272f0d181f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.62" OriginalAmount="154.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2063754" Longitude="16.3546571" StarRating="4" HotelCode="|113482" HotelName="25hours Vienna At Museumsquartier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/8/2/113482_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 25 and it offers excellent service. SITUATION: It is near museums.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.88" OriginalAmount="154.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2006463" Longitude="16.3647828" StarRating="4" HotelCode="|55513" HotelName="Secession an der Oper" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Getreidemarkt,5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/3/55513_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mercure Secession Wien is rated four stars. It was built in 1901, has 70 rooms, lifts, a safety deposit box service, room service, a cafÃ© and business facilities. SITUATION: It is in the centre of Vienna. ROOM: The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.08" OriginalAmount="154.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.188409" Longitude="16.337641" StarRating="3" HotelCode="|446175" HotelName="Leonardo Vienna City West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Graumanngasse 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/7/5/446175_c5d17620757.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.42" OriginalAmount="154.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205679" Longitude="16.371049" StarRating="5" HotelCode="200892|6323" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Str. 22, Neuer Markt 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/ee/9dee778e34d12af8e79ef1d2295e0cda24a58adc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, like no other hotel in the city, has been a symbol of luxury, elegance and tradition for...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.80" OriginalAmount="155.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.232189" Longitude="16.361145" StarRating="3" HotelCode="|491375" HotelName="URBAN ISLAND - Riverside Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/3/7/5/491375_0d090d11049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.219836" Longitude="16.359831" StarRating="4" HotelCode="13214|best_western_premier_harmonie_vienna" HotelName="The Harmonie Vienna, BW Premier Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harmoniegasse 5-7, 1090 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/99/dd997ac8b5834a38d9a2231ee29232ab4a6fb8f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated, this hotel is to be found in the heart of Vienna directly by the park of a French ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184858" Longitude="16.333845" StarRating="3" HotelCode="208387|star_inn_hotel_wien_schonbrunn" HotelName="Star Inn Hotel Wien Schönbrunn, by Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile 224, 1150 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8c/ec8c0b532285f38f3e7fa66a4d6666731300961f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.22" OriginalAmount="157.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1983426" Longitude="16.3505909" StarRating="4" HotelCode="|26669" HotelName="Motto" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>MARIAHILFER STRASSE 71A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/9/26669_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, was built in 1900, renovated in 2004, has 95 standard rooms and 5 suites. In the entrance, guests are offered a large hall with elevators, a safety deposit box service and a reception. The establishment has various facilities, such as a dining room, an inviting bar, a restaurant, conference rooms with air-conditioning and WiFi. Guests also have access to room service and indoor parking. SITUATION: This hotel is in Vienna city centre. Is situated in a historic building. Is situated in Mariahilfer near the establishment, guests will find Westbahnhof Train Station, the opera and the city centre. It is situated close to Hofburg Palace, museums and theatres. ROOM: Customers can find elegant, traditional rooms with a bathroom with a shower or bath, a hairdryer, a direct line telephone, a modem, internet, satellite or cable TV, a radio, a trouser press, a smoke detector, a mini-bar, a double bed, fitted carpets, a sofa, a writing desk and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210443" Longitude="16.371577" StarRating="4" HotelCode="76498|201427" HotelName="Arthotel ANA Amadeus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wildpretmarkt 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/51/9451722b74b0670de7a5d180ab9782c2ca66f16d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.89" OriginalAmount="159.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216391" Longitude="16.389474" StarRating="1" HotelCode="66581|1756658" HotelName="Praterstern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mayergasse 6, 1020 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/46/5346a09af974f8977a3d705a4aa076b6ecb5f8d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212256529754" Longitude="16.368179172278" StarRating="4" HotelCode="18603|12279" HotelName="Das Tigra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiefer Graben 14-20, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e4/0ae4c0cd2387aba23635a875e49d776a338b1c42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.84" OriginalAmount="162.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210565" Longitude="16.376026" StarRating="4" HotelCode="103940|1098118" HotelName="Hollmann Beletage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Köllnerhofgasse 6, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/77/1e77df423b1c31999276a469aa43214ad7bcaa5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.16" OriginalAmount="162.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2397906" Longitude="16.386481" StarRating="0" HotelCode="|300227" HotelName="Nadland Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wehlistrasse 70/27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/2/2/7/300227_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206174704707" Longitude="16.371039748192" StarRating="4" HotelCode="12235|austria_trend_hotel_europa_wien" HotelName="Austria Trend Hotel Europa Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 18, Eingang Neuer Markt 3, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b9/b6b9f9e018aa83bb0fd56c4e7ef53584adbbe3fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located, this hotel lies in the historical centre of Vienna, between the state opera house ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20527" Longitude="16.370732" StarRating="4" HotelCode="64234|pension_aviano__my_secret_home" HotelName="Aviano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marco-D´Aviano-Gasse 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d2/9cd2d6f0301466e5cc07ce3c6b5ce7a144bb2a13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203607698615" Longitude="16.356649696827" StarRating="4" HotelCode="160766|viennart_hotel_am_museumsquartier" HotelName="Hotel ViennArt am MuseumsQuartier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Breite Gasse 9, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/21/8a21f3c4711fbd1e2a79df85d9ac792da64ee0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Spittelberg, close to the famous shopping street, Mariahilferstraße. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.92" OriginalAmount="164.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207107" Longitude="16.37086" StarRating="3" HotelCode="81145|6030946" HotelName="Pension Neuer Markt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seilergasse 9, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/21/1e2166fffe79a92160b5d541fa272045afb0576a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.75" OriginalAmount="165.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2035953" Longitude="16.3567602" StarRating="4" HotelCode="|9768" HotelName="Viennart am Museumsquartier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>BREITE GASSE 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/8/9768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 6 floors and 56 rooms. The establishment has a reception, a bar and an Ã  la carte restaurant. SITUATION: This hotel is situated in Spittelberg, close to Mariahilferstrasse. Close to the establishment, clients can find Hofburg the Museum of Natural Sciences and the art museum. Nearby, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.38" OriginalAmount="165.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2019603" Longitude="16.3789966" StarRating="5" HotelCode="|9749" HotelName="Intercontinental Vienna, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOHANNESGASSE 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/4/9/9749_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, has 453 rooms, 61 suites and 12 floors. this air-conditioned hotel establishment has a cafÃ©, a hairdresser's, a bar, a restaurant with air-conditioning and 16 conference rooms. SITUATION: Is situated in a central area, is near Stadpark park close to the establishment, clients can find St Stephen the historic centre, the opera located nearStadpark the metro stop of. ROOM: The luxurious, elegant rooms, have a bathroom with bathrobe, a hairdryer, a direct line telephone, WiFi, a mini-bar, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.198307031762" Longitude="16.350561082363" StarRating="4" HotelCode="259738|hotel_kummer" HotelName="Kummer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Strasse 71a, 1061 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fe/dffe6e4b5e88e26d8fbedff0610aab6ef7229779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Vienna and in a stunning building in the style form the turn ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197275438572" Longitude="16.386432945728" StarRating="4" HotelCode="16622|imperial_riding_school_renaissance_vienna_hotel" HotelName="Renaissance Imperial Riding School" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ungargasse 60, 1030 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/87/79875c0c7aaca8037794c3a0e2473ec41128b6ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the beautiful Belvedere Palace within a few minutes walk of the state opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.207570773088" Longitude="16.352634429932" StarRating="4" HotelCode="336613|hotel_rathaus__wein__design" HotelName="Rathaus Wein &amp; Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 13, 1080 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/95/7c95ff2f2c6245ec9ea89b9c1464d437e4adcb6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201996997493" Longitude="16.3790756464" StarRating="5" HotelCode="258454|intercontinental_vienna" HotelName="InterContinental Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Johannesgasse 28, 1037 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/1c/991c62ea6132e2d8ba3f37647240bf4ede7d31e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is ideally located directly opposite the city park and within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.94" OriginalAmount="175.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2061961" Longitude="16.3709967" StarRating="4" HotelCode="|9776" HotelName="Austria Trend Hotel Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAERNTNER STRASSE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/7/6/9776_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 8 floors and 160 standard rooms. In the entrance, guests are offered a charming hall with a lift, a reception, a safety deposit box service and a currency exchange service. The establishment has an inviting coffee shop, an inviting bar and a classy Ã  la carte restaurant with highchairs. There are many services available at the establishment, including WiFi (for a fee), room service, a laundry service and an indoor car park (for a fee). SITUATION: This hotel is in the historic centre of Vienna. It is located between St Stephen the opera. It is 4 kilometres away from the railway station. 20 kilometres away from the establishment, guests will find the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee), a satellite or cable television, an air-conditioning system and a central heating system. Some rooms offer internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.16" OriginalAmount="175.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21598" Longitude="16.35661" StarRating="5" HotelCode="|243354" HotelName="Abieshomes Serviced Apartments - Votivpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garnisongasse 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/5/4/243354_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.58" OriginalAmount="176.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1848207" Longitude="16.3337822" StarRating="4" HotelCode="|113302" HotelName="Leonardo Vienna Schönbrunn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Linke Wienzeile 224</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/0/2/113302_932eba00723.jpeg</HotelPictures>
        <HotelDescription>SITUATION: It is in15 District 5 minutes away from the establishment you have SchÃ¶nbrunn the Palace of Clients can also find the railway station, 100 metres away, guests have the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208211" Longitude="16.375302" StarRating="4" HotelCode="130849|hotel_konig_von_ungarn" HotelName="König von Ungarn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schulerstraße 10, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/cd/69cd14862f523003e5e620a3cfb9924317e5ebdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209930347622" Longitude="16.372562084656" StarRating="4" HotelCode="324596|city_pension_2" HotelName="City Pension Stephansplatz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Bauernmarkt 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/a2/8ea24dd7a861359d7a00cb0057f1399c7ca4b693.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.18511637" Longitude="16.38369746" StarRating="5" HotelCode="938230|andaz_vienna_am_belvedere" HotelName="Andaz Vienna Am Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Arsenalstrasse 10, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49d18635279f247a6c99daae40ea50c0020060.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.98" OriginalAmount="183.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2016747" Longitude="16.3689849" StarRating="4" HotelCode="|113488" HotelName="Living An Der Oper" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kaerntnerstrasse 44 / Elisabethstrasse 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/8/8/113488_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: 50 metres away, guests can find the opera, Clients can also find Karlsplatz the underground station of. ROOM: They have an air-conditioning system, a television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.199958073995" Longitude="16.364129036665" StarRating="4" HotelCode="10738|hotel_beethoven_wien" HotelName="Beethoven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Papagenogasse 6, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f9/f8f9e9a97432257a85d029e2613523f61be3c8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the outdoor Naschmarkt market and the Theater an der Wien in the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.51" OriginalAmount="186.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208326" Longitude="16.354786" StarRating="5" HotelCode="59229|49234" HotelName="The Levante Parliament" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Auerspergstraße 9, 1080 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7e/6d7e9eb9d852c8d906bb4754f11ff496f8ee3414.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a central location, behind the Parliament building and the Viennese City Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184156" Longitude="16.3777235" StarRating="3" HotelCode="300836|star_inn_hotel_premium_wien_hauptbahnhof" HotelName="Star Inn Hotel Premium Wien Hauptbahnhof, by Quality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gerhard-Bronner-Straße 5, 1100 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/59/fb59339f17c606f4d86c8a666c0bd3a16678c166.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies a 2-minute walk from the Wien train station, 4 km from Hofburg Palace and 5 km from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.59" OriginalAmount="188.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2151645" Longitude="16.362829" StarRating="0" HotelCode="|300115" HotelName="Heymi Apartments In City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/0/1/1/5/300115_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.206012036133" Longitude="16.38297021389" StarRating="0" HotelCode="18940|hilton_vienna_am_stadtpark" HotelName="Hilton Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Am Stadtpark 1, 1030 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/64/fd641011f2b0c04b6f8999c348c36d4e79102731.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside the beautiful city park at the heart of Vienna. Sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.07" OriginalAmount="190.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2066803" Longitude="16.3542976" StarRating="3" HotelCode="|37183" HotelName="Atlas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LERCHENFELDERSTRASSE 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/8/3/37183_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 184 rooms, 6 floors, a lobby with a reception, 15 safety deposit boxes, a currency exchange service, 2 lifts, a cafÃ©, a kiosk, a restaurant, internet (for a fee), a laundry service, a garden and an indoor car park. SITUATION: It is located close to a park, is close to the parliament building, the metro stop, near the establishment, you will find Lerchenfelderstrasse the metro station It is near the city centre, is situated 25 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, a television, internet and heating. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Clients have at their disposalAtlas the bar Atlas the restaurant Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.83" OriginalAmount="190.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.200944301974" Longitude="16.359199084656" StarRating="4" HotelCode="25114|7130" HotelName="Boutiquehotel Das Tyrol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mariahilfer Straße 15, 1060 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4eab6443dd74749b489219e7ed3cfefbc533de3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to the natural history and art museums, the Hofburg imperi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201639" Longitude="16.3687116" StarRating="3" HotelCode="909534|derag_livinghotel_an_der_oper" HotelName="Living Hotel An der Oper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 44, Eingang Elisabeth Straße 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/78/a078b371d9c774307c70680a46bef98232086d4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204097" Longitude="16.372522" StarRating="4" HotelCode="44856|best_western_premier_schlosshotel_romischer_kaiser" HotelName="Schlosshotel Römischer Kaiser" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Annagasse 16, Wien 1010</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/18/9718bce0e5f39a120cf20f74def17d8f25642323.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215242213601" Longitude="16.376138627529" StarRating="4" HotelCode="33453|6526" HotelName="Mercure Wien City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hollandstrasse 3, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b8/73b85ea7cde6c106097ae2ad3393cd2e0b32ebd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209345744901" Longitude="16.353479325771" StarRating="4" HotelCode="165253|23049" HotelName="Fleming's Selection Hotel Wien-City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefstädter Straße 10-12, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/00/8300cc03fb103e07dd9c79fe3e93ecb87a84028e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.44" OriginalAmount="198.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2009551" Longitude="16.3592902" StarRating="4" HotelCode="|9769" HotelName="Das Tyrol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>MARIAHILFERSTRASSE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/9/9769_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1879, has 5 floors and 30 rooms. The establishment has a reception, With regards to the food and beverage offering, the establishment has a bar and an Ã  la carte restaurant with air-conditioning. SITUATION: It is in an excellent location, this hotel is close to the Museum of Fine Arts, the Museum of Natural Sciences ,Mariahilferstrasse close to the establishment, clients can find nearby, there is a public transport stop. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: The establishment has a sauna and a sunbathing terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.53" OriginalAmount="199.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1973916" Longitude="16.3864794" StarRating="4" HotelCode="|9761" HotelName="Imperial Riding School, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UNGARGASSE 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/1/9761_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has a main 7-storey building and 342 standard rooms. The establishment boasts a reception, a cafÃ©, a bar, a wine shop and an Ã  la carte restaurant with a terrace. Guests also have access to an indoor car park and a car park. SITUATION: This hotel is close to Belvedere Castle, close to the opera. It is in the area around a riding school. It has good links to the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a television, an air-conditioning system, a mini-bar and a safety deposit box (available for a fee). Guests are offered disabled access rooms and large. FACILITIES: The establishment has a covered swimming pool, a sauna, a solarium and a gym. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.88" OriginalAmount="199.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201092" Longitude="16.35011" StarRating="0" HotelCode="|447907" HotelName="Heymi Apartments Mondschein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mondscheingasse 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/0/7/447907_85219be1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21200985" Longitude="16.3730373" StarRating="4" HotelCode="464635|202041" HotelName="Urban Flats Vienna City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gonzagagasse 3/1a, A-1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/45198/2445198/1.jpg?f=15086188</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204184" Longitude="16.372687" StarRating="4" HotelCode="89968|hotel_mailberger_hof" HotelName="Mailberger Hof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Annagasse 7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/47/1547c4dea24b43e262edac119aa5a75076fe1459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.89" OriginalAmount="203.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.184914" Longitude="16.383982" StarRating="5" HotelCode="|444948" HotelName="Hyatt Regency Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arsenalstrasse 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/8/444948_2a4f2d80846.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.197486407327" Longitude="16.367209553719" StarRating="5" HotelCode="48076|28415" HotelName="Das Triest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wiedner Hauptstrasse 12, 1040 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/ef/73ef8e59e2dcff9c518587d2a84ab447eb9259b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and design hotel is situated in the centre of Vienna, near Karlsplatz. All of the city's m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210118" Longitude="16.365582" StarRating="5" HotelCode="61869|radisson_blu_style_hotel_vienna" HotelName="Radisson Blu Style Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herrengasse 12, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3e/de3e1826e8eaa81f605dc799295a2cf4783dbf4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business design hotel is nestled in the heart of one of Europe's leading cultural capitals, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.68" OriginalAmount="212.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2075483" Longitude="16.3527562" StarRating="4" HotelCode="|113381" HotelName="Rathaus Wein and Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lange Gasse 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/8/1/113381_9642bd31138.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in8 District.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208145" Longitude="16.368361" StarRating="4" HotelCode="64238|pertschy_palais_hotel" HotelName="Pertschy Palais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Habsburgergasse 5, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a2867d53801d959ee9d7fed8ae17fcbbc1de15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208588" Longitude="16.35406" StarRating="4" HotelCode="318238|mercure_josefshof_wien" HotelName="Hotel Josefshof am Rathaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefsgasse 4-6, 1080 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c1/dcc1962212a9516abf25d99df513d846ccc9287d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, offering traditional Viennese flair and modern equipment. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.91" OriginalAmount="216.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.231777" Longitude="16.412656" StarRating="5" HotelCode="263229|253949" HotelName="Meliá Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Donau-City-Straße 7, 1220 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/59/1f591194b95efbaef0569b7e2732aecf49376259.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2051296" Longitude="16.369038" StarRating="5" HotelCode="930970|the_guesthouse_vienna" HotelName="The Guesthouse Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Führichgasse 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/47/0347f2a47b16c91dc481e93a16455d5aae689ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna. There are a number of shops nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.73" OriginalAmount="224.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.21846" Longitude="16.37479" StarRating="0" HotelCode="|455316" HotelName="Old Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Herminengasse 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/3/1/6/455316_424ee891150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.218428776568" Longitude="16.374816298485" StarRating="3" HotelCode="193729|old_vienna_apartments" HotelName="Old Vienna Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herminengasse 12, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3d/ea3d9adf07a98b8ba219ff60ad82a11bf3f5b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204553358584" Longitude="16.37052744627" StarRating="4" HotelCode="10402|12178" HotelName="Austria Trend Hotel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Straße 32-34, Eingang Führichgasse 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/0f/220f254941b7d6b5f04e68cc81cf7e9c3e8280a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kärtner Straße. St. Stephen's Cathedral, the state opera house, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.215436" Longitude="16.364898" StarRating="0" HotelCode="19180|hilton_vienna_plaza" HotelName="Hilton Vienna Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Schottenring 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5e/685ed3aa16f9db8e5ec3fef97c7eb772dec25cc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is located on the famous Ringstraße and opposite the Stock Exchange. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.202653082754" Longitude="16.36638879776" StarRating="5" HotelCode="26239|le_meridien_wien" HotelName="Le Méridien Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Robert-Stolz-Platz 1, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc8f6ea6e5003e1ac1958d4823e7dd083cc8ed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on the famous Ringstraße and opposite the Opera and the Hofbu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204839377064" Longitude="16.351314783096" StarRating="4" HotelCode="197410|altstadt_vienna_hotel" HotelName="Altstadt Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirchengasse 41, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9f/159fff673825043bae0753c5ff793ee90329ed2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the 7th district of Vienna: the Spittelberg area, which is famous for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.64" OriginalAmount="248.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2046956" Longitude="16.3703286" StarRating="4" HotelCode="|9778" HotelName="AUSTRIA TREND ASTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAERNTNER STRASSE 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/7/8/9778_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1912, renovated in 2005, has 5 floors, 128 rooms and 8 suites. In the entrance, you can find a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. Some of the establishment facilities on offer are a cosy bar, a classy breakfast room, a conference room and WiFi. There are many services available at the establishment, including room service and a laundry service. in the surrounding area of the establishment, customers can find an indoor car park (for a fee). SITUATION: This hotel KÃ¤rntner Strasse it is in it is a few minutes' walk away from St Stephen the riding school, museums and historic buildings. in the surrounding area of the establishment, guests can find Karlsplatz the metro station public transport, is 3 kilometres away from a train station, is situated 5 kilometres away from the North Train Station, is situated 30 kilometres away from the airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite television, a radio, internet, heating, a mini-bar and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.212864" Longitude="16.379873" StarRating="5" HotelCode="161442|sofitel_vienna_stephansdom" HotelName="SO/ Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Praterstrasse 1, 1020 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/94/6994fb6f76eace8e21ca24ee7dd6d35f661d02be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the city, only a short walk from all major attractions. The Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.00" OriginalAmount="254.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.17548" Longitude="16.355382" StarRating="0" HotelCode="|447961" HotelName="Citadines South Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRIESTER STRASE 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/6/1/447961_0ee239d1422.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.202063142709" Longitude="16.372093856335" StarRating="5" HotelCode="200963|grand_hotel_wien" HotelName="Grand Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kaerntner Ring 9, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a2/faa2d46a85c1cc33759f17c6cf39f8f2d6020e9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within a few paces of the state opera house, St. Stephen's cathedral and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.47" OriginalAmount="289.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2019642" Longitude="16.3719976" StarRating="5" HotelCode="|9759" HotelName="Grand  Wien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kaerntner Ring 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/5/9/9759_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel was built in 1870, has 7 floors, 175 rooms, a ballroom, 12 event rooms, a reception and multilingual staff. The establishment has Rosengarten the cafÃ© Grand CafÃ© the cafÃ© 2 bars, 2 Ã  la carte restaurants, Le Ciel the restaurant Unkai the restaurant It has a conference room, internet, a rooftop terrace, a car park and an indoor car park (for a fee). SITUATION: This luxurious hotel is located near the opera, near the establishment, guests will find San Esteban the cathedral this hotel KÃ¤rntner Strasse it is near close to the establishment, clients can find Wiener RingstraÃŸe the metro station. ROOM: The luxurious rooms, have a bathroom with a hairdryer, a direct line telephone (available for a fee), a radio, a satellite television, a coffee maker, a teapot, internet, a mini-bar, a safety deposit box (available for a fee) and an air-conditioning system. Clients are offered interconnecting and disabled access rooms. FACILITIES: Clients can enjoy a gym. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Visa, JCB and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.43" OriginalAmount="294.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209778306755" Longitude="16.365828216076" StarRating="5" HotelCode="97882|122923" HotelName="Steigenberger Hotel Herrenhof" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Herrengasse 10, 1010 Vienna</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fd/16fdad36bc62e73f07d155ab55ed105a064aaf8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in Vienna's 1st district, in the heart of the historical city centre. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.45" OriginalAmount="303.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2044685" Longitude="16.356582" StarRating="5" HotelCode="|113337" HotelName="Sans Souci Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/3/7/113337_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2012, has a spa, a covered swimming pool and WiFi (free of charge). SITUATION: It is inVienna the city centre of nearby, you will find the museums 5 minutes away fromRingstraÃŸe boulevard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="311.43" OriginalAmount="308.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204549783343" Longitude="16.356467306614" StarRating="5" HotelCode="210343|2550642" HotelName="Sans Souci Wien" Meals="BED &amp; BREAKFAST,FREE BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burggasse 2, 1070 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/df/dbdff9c441d026d0d47caad917127c935e828431.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.73" OriginalAmount="331.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2041339" Longitude="16.3769911" StarRating="5" HotelCode="|9790" HotelName="Radisson Blu Palais Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>PARKRING 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/9/0/9790_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1872, renovated in 2000. It has 9 floors, 160 rooms and 43 suites. The establishment has lifts, a bar, a gourmet restaurant with air-conditioning and an indoor car park. SITUATION: This inviting, urban hotel, Parkring is situated in it is in front of Johann Strauss the monument in the surrounding area, clients can find shops, the opera and the historic centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee) and an air-conditioning system. FACILITIES: Outdoors, clients have access to a sunbathing terrace, The establishment has a sauna, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20315512" Longitude="16.38197289" StarRating="0" HotelCode="983876|parkview_residences" HotelName="Parkview Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Am Heumarkt 3/1/17, Landstraße/3. Bezirk, 1030 Wien, Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/fb/58fb548b6cd3ba45ad947b495b81b9d4e128e078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204199408504" Longitude="16.376970112324" StarRating="5" HotelCode="44707|radisson_blu_palais_hotel_vienna" HotelName="Almanac Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 16, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/02/f6027e2ff09b44ebbf7b70f63e92319852f020cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated directly on the historical Parkring opposite the famous Johann...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203929475234" Longitude="16.371766626835" StarRating="3" HotelCode="136958|hotel_zur_wiener_staatsoper" HotelName="Zur Wiener Staatsoper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Krugerstrasse 11, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/1d/e91dea0963385f2984faac79630e4c0ec7cc751d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.02" OriginalAmount="335.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2163853" Longitude="16.3683986" StarRating="5" HotelCode="|113311" HotelName="Anantara Palais Hansen Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schottenring 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/3/1/1/113311_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and was built in 1873. SITUATION: This establishment, is in the city centre, RingstraÃŸe is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.216352082213" Longitude="16.368475556374" StarRating="5" HotelCode="199646|palais_hansen_kempinski_vienna" HotelName="Palais Hansen Kempinski Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schottenring 24, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c3/afc38c9f4bec6807872901eb4e392c1dd65378c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Vienna. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.12" OriginalAmount="349.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209446" Longitude="16.371095" StarRating="5" HotelCode="|445929" HotelName="The Leo Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bauernmarkt 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/2/9/445929_a9d72950953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.58" OriginalAmount="358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201698" Longitude="16.371112" StarRating="5" HotelCode="387322|the_ring_viennas_casual_luxury_hotel" HotelName="The Ring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Ring 8, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/2a/5e2a2e4a12b299378a89de58859ee8fb55b5784e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the city centre on the Boulevard Ringstraße. All the important sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.204877" Longitude="16.377667" StarRating="5" HotelCode="14581|marriott_vienna" HotelName="Vienna Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 12a, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/aa/abaa88abb76d408ae660558a0e00a5179c306bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located opposite the city park on the famous Ringstraße. Sights of in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.04" OriginalAmount="365.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20446" Longitude="16.377217" StarRating="5" HotelCode="|446863" HotelName="Almanac Palais Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/3/446863_7b84d891359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.42" OriginalAmount="424.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.2048387" Longitude="16.377661" StarRating="5" HotelCode="|9751" HotelName="Vienna Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parkring 12A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/5/1/9751_e042e391312.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has a glass facade, 7 floors, 310 rooms and 38 suites. In the entrance, guests are offered a lobby with a lift and a reception. Some of the facilities that the establishment offers to guests include a hairdresser's, a bar, 3 restaurants and 6 conference rooms. SITUATION: Is situated in a central area, is in front of a public park, RingstraÃŸe It is in near the establishment, guests will find Stephansdom the National Opera House, museums and commercial areas. 200 metres away, there is Stubentor the metro station in front of the establishment, you can find a tram stop. ROOM: The modern and luxurious rooms, a bathroom with a hairdryer, a bathrobe, a direct line telephone, satellite and cable TV, internet, a mini-bar, an iron, an ironing board, a trouser press, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a sunbathing terrace, The establishment boasts a covered swimming pool, a jacuzzi, a sauna and a gym. For a fee, you can enjoy a solarium and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.208767" Longitude="16.372093" StarRating="4" HotelCode="42796|hotel_am_stephansplatz" HotelName="Am Stephansplatz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stephansplatz 9, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/31/ee311e34a03069a1e9ebff18050fe854f064fb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.64" OriginalAmount="564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.20219185748" Longitude="16.375991106033" StarRating="5" HotelCode="186631|the_ritzcarlton_vienna" HotelName="The Ritz-Carlton, Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schubertring 5-7, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/af/59af450acb97d405dfa3f18c7649136eea068c50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Vienna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.05" OriginalAmount="585.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203807" Longitude="16.3697221" StarRating="5" HotelCode="|9765" HotelName="Sacher Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Philharmonikerstrasse 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/6/5/9765_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1876, has 152 rooms and 7 floors. It has Sacher the cafÃ© a restaurant, a bar and a lift. SITUATION: Is situated in an excellent location, this very well-known hotel is in front of KÃ¤rntner the street the opera, 2 minutes away from the establishment, clients can find Karlsplatz the metro stop It is a few minutes walk away from Hofburg Palace and the Ringstrasse the business area. ROOM: The traditional, modern rooms, have a direct line telephone, satellite or cable TV, internet, a mini-bar, a safety deposit box (available for a fee) and an individual air-conditioning system. FACILITIES: The establishment has a sauna, a steam bath and a gym. For a fee, you can enjoy a massage service. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595.90" OriginalAmount="590" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.203893722375" Longitude="16.369816660881" StarRating="5" HotelCode="17079|12280" HotelName="Hotel Sacher Wien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Philharmonikerstraße 4, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/2a/722a525d60280e3a43d8b5c129e143958e5ed8ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This world-famous luxury hotel is situated in a privileged location opposite the State Opera and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="649.19" OriginalAmount="642.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.209559" Longitude="16.369332" StarRating="5" HotelCode="|444935" HotelName="Rosewood Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petersplatz 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/3/5/444935_f719b071147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.57" OriginalAmount="657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.210815" Longitude="16.368049" StarRating="5" HotelCode="284513|park_hyatt_vienna" HotelName="Park Hyatt Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Am Hof 2, Vienna 1010</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/63/67636d5ccb89d656fa0bfe30f5a88b5a4c973dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vienna. The nearest airport is Wien - Schwechat (VIE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="670.84" OriginalAmount="664.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201366" Longitude="16.3731402" StarRating="5" HotelCode="|9782" HotelName="Imperial Vienna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAERNTNER RING 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/7/8/2/9782_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, with air-conditioning, was built in 1873, has 6 floors, 138 rooms and 62 suites. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, shops and a hairdresser's. It has a cafÃ©, a bar, a restaurant with highchairs, conference facilities, WiFi and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. Guests are also offered a bicycle rental desk, a bicycle storage room, a car park and an indoor car park. SITUATION: This luxurious, urban hotel is situated close to the National Opera House, is 450 metres away from St Stephen Cathedral KÃ¤rntner Strasse close to the establishment, clients can find 20 metres away, there is a public transport stop, is 20 minutes away from the railway station, is situated 20 kilometres away from the airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: Customers can make use of a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club and JCB. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental or buffet breakfast and Ã  la carte or set-menu breakfast, lunch and dinner. dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="693.87" OriginalAmount="687.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.201213" Longitude="16.373144" StarRating="5" HotelCode="258302|imperial_vienna" HotelName="Hotel Imperial,  a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kärntner Ring 16, 1015 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/97/8297be237960bb863e05ffec61764d5c178155b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located close to the state opera house, St. Stephen's Cathedral and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="696.15" OriginalAmount="689.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.1744397" Longitude="16.355337" StarRating="4" HotelCode="|113451" HotelName="Royal Living Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/3/4/5/1/113451_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inVienna south next to the property, you can find the tram, 12 minutes away from the establishment you have KÃ¤rntner Strasse the street Clients can also find the palace and the opera. ROOM: Guests can find apartments with an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.28" OriginalAmount="928.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205791" Longitude="16.376739" StarRating="5" HotelCode="81067|palais_coburg" HotelName="Palais Coburg Residenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Coburgbastei 4, 1010 Wien</AddressLine>
          </AddressLines>
          <CityName>Vienna</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/bb/6abb59a614fc771d012000b17c2a552a47c12a54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical city centre, near to the Stadtpark, the pedestrian areas, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.25" OriginalAmount="24.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.205171" Longitude="16.34752" StarRating="0" HotelCode="|346114" HotelName="Jugendherberge Wien - Myrthengasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Myrthengasse 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.44" OriginalAmount="55.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.244031" Longitude="16.377663" StarRating="0" HotelCode="|302618" HotelName="Brigittenau Youth Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Currency Exchange,Designated Smoking Area,Jacuzzi,Lounge,Massage Centre,Room Service,Sauna,Bicycle Rental,Shopping Arcade,Swimming Pool,Nightclub,Spa,Golf,Garden,Diet Meals,Kitchen,Housekeeping,Luggage Storage,Parking,Pets allowed,Babysitting,Concierge,Dining,Elevator,LCD/Projector,24 Hour Front Desk,Dry Cleaning,Library</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,GOLF HOTEL,HOTEL,HOSTEL,SPA HOTEL,AIRPORT HOTEL,GUESTHOUSE,GUEST HOUSES,HOSTELS,BED AND BREAKFASTS,CHALETS,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="3337e4cb-c997-47fe-adde-9e933e8e4d19">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="2490" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-29T00:00:00" End="2026-11-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="97704|ao_wien_stadthalle" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="3337e4cb-c997-47fe-adde-9e933e8e4d19" TimeStamp="0001-01-01T00:00:00" HotelName="a&amp;o Wien Stadthalle" HotelCode="97704|1683407" StarRating="2" GTCityId="2490" CountryCode="AT" CityName="Vienna" CountryName="Austria" Address="Lerchenfelder Gürtel 9-11, 1160 Wien" PostCode="1160" PhoneNo="+43149304803900" FaxNo="" Email="reception-at-w1@aohostels.com" CheckInTime="15:00" CheckOutTime="10:00" Latitude="48.205282" Longitude="16.3364142" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: MIXED DORM, 4 BEDS" RoomTypeCode="0|0|1311611885|1783341320048896B2095B0||yes|120392|16|MTIuNzV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="13" TotalPrice="12.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="12.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: MIXED DORM, STANDARD" RoomTypeCode="0|0|1312595975|1783341320066428B2036B0||yes|120392|16|MTMuNTZ8R0JQfDIwMjYtMDctMDY=" OriginalAmount="14" TotalPrice="13.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="13.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Bed in Dorm (shared bathroom) (4 beds)" RoomTypeCode="h-dc7ab127-4322-5144-8973-26f7c4aa82f5|63|MTQuMDB8R0JQfDIwMjYtMTEtMjY=" OriginalAmount="14" TotalPrice="14.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/11/2026"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 1.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="14.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory STANDARD" RoomTypeCode="20261129$20261130$W$228$103934$BED.ST$ID_B2B_66$RO$B2B$1~1~0$$N@07~A-SIC~20d11~1952312191~N~~~NOR~~026A64562D90496178334018117405AAUK0158011700190820d11|8|MTcuMTN8RVVSfDIwMjYtMTEtMjI=" OriginalAmount="15" TotalPrice="14.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="14.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Shared room (Dormitory)" RoomTypeCode="331934300|1|15|27|MTV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="15" TotalPrice="15.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T13:35:23.1812917+01:00" End="2026-11-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Shared room (Dormitory max. 4 beds)" RoomTypeCode="323046740|1|15|27|MTV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="15" TotalPrice="15.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T13:35:23.2674403+01:00" End="2026-11-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, BUNK BED" RoomTypeCode="0|0|1345509545|1783341320096299B2119B4||yes|120392|16|MTUuMjV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="15" TotalPrice="15.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="15.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: BED IN 4-BED DORMITORY ROOM" RoomTypeCode="2913750459-1-0|722913750459|1|0|12|MTUuNTN8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="16" TotalPrice="15.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Bed in Dorm (shared bathroom)" RoomTypeCode="h-c683518a-a0d2-5749-b860-a92dc00ad864|63|MTYuMDB8R0JQfDIwMjYtMTEtMjc=" OriginalAmount="16" TotalPrice="16.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 1.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-23T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="16.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: MIXED DORM, SHARED, 4 BEDS" RoomTypeCode="0|0|1422957065|1783341320119572B2073B16||yes|120392|16|MTYuMDF8R0JQfDIwMjYtMDctMDY=" OriginalAmount="16" TotalPrice="16.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="16.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Single room" RoomTypeCode="h-37d0bbdc-b09c-5f29-a866-7e1202a67e7e|63|MzMuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="33" TotalPrice="33.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 3.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="33.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (twin beds)" RoomTypeCode="h-59c36409-c91f-542d-99da-13effe1728b8|63|MzQuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="34" TotalPrice="34.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 3.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="34.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (full double bed) (queen size bed)" RoomTypeCode="h-33c6819b-dd83-5616-8428-072f15d6e56e|63|MzYuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="36" TotalPrice="36.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 3.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="36.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, SINGLE, SINGLE BED" RoomTypeCode="0|0|1511850805|1783341320063458B2129B28||yes|120392|16|MzYuMDV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="36" TotalPrice="36.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Guests will receive smart lock details. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 12.50 for adults and EUR 6.25 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: EUR 18 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 15 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 5.56 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="36.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, SINGLE" RoomTypeCode="0|0|1254567285|1783341320048896B2095B2||yes|120392|16|MzYuMzF8R0JQfDIwMjYtMDctMDY=" OriginalAmount="36" TotalPrice="36.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="36.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, SINGLE, TWIN BEDS" RoomTypeCode="0|0|1522619905|1783341320048896B2095B6||yes|120392|16|MzguMjd8R0JQfDIwMjYtMDctMDY=" OriginalAmount="38" TotalPrice="38.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="38.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, SINGLE" RoomTypeCode="0|0|1262177695|1783341326022986B2057B1||yes|120392|16|MzguNjd8R0JQfDIwMjYtMDctMDY=" OriginalAmount="39" TotalPrice="39.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="39.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SINGLE ROOM" RoomTypeCode="2025302819-1-0|722025302819|1|0|12|MzkuNzB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="40" TotalPrice="40.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|0|1254530165|1783341320063458B2129B12||yes|120392|16|NDAuMDR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="40" TotalPrice="40.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Guests will receive smart lock details. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 12.50 for adults and EUR 6.25 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: EUR 18 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 15 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 6.17 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="40.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUEEN BED" RoomTypeCode="0|0|1388695455|1783341320063458B2129B44||yes|120392|16|NDAuMDR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="40" TotalPrice="40.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Guests will receive smart lock details. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 12.50 for adults and EUR 6.25 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: EUR 18 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 15 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 6.17 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="40.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|0|1254570275|1783341320048896B2095B14||yes|120392|16|NDAuMzB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="40" TotalPrice="40.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="40.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: TWIN ROOM FOR SINGLE USE" RoomTypeCode="4121462287-1-0|724121462287|1|0|12|NDEuODV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="42" TotalPrice="42.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|0|1256427315|1783341320066428B2036B6||yes|120392|16|NDEuOTd8R0JQfDIwMjYtMDctMDY=" OriginalAmount="42" TotalPrice="42.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="42.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (full double bed)" RoomTypeCode="h-0afc8ea2-3a86-5dc3-b643-91d4c964f9ed|63|NDIuMDB8R0JQfDIwMjYtMTEtMjc=" OriginalAmount="42" TotalPrice="42.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 3.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-23T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="42.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1255406885|1783341326022986B2057B21||yes|120392|16|NDIuOTR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="43" TotalPrice="43.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Room" RoomTypeCode="0|0|1098637115|1783341326022986B2057B13||yes|120392|16|NDIuOTR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="43" TotalPrice="43.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Single use" RoomTypeCode="306469102|1|43|27|NDN8R0JQfDIwMjYtMDctMDY=" OriginalAmount="43" TotalPrice="43.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T13:35:23.440595+01:00" End="2026-11-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SINGLE STANDARD" RoomTypeCode="20261129$20261130$W$228$103934$SGL.ST-1$ID_B2B_66$RO$B2B$1~1~0$$N@07~A-SIC~22732~-746805614~N~~~NOR~~026A64562D90496178334018117405AAUK0158011700190822732|8|NTAuMzl8RVVSfDIwMjYtMTEtMjI=" OriginalAmount="43" TotalPrice="43.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="43.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: TWIN ROOM" RoomTypeCode="3246137740-1-0|723246137740|1|0|12|NDQuMDZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="44" TotalPrice="44.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DOUBLE ROOM" RoomTypeCode="2044549509-1-0|722044549509|1|0|12|NDQuMDZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="44" TotalPrice="44.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, SINGLE, TWIN BEDS" RoomTypeCode="0|0|1589728175|1783341326022986B2057B9||yes|120392|16|NDUuMzB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="45" TotalPrice="45.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN STANDARD" RoomTypeCode="20261129$20261130$W$228$103934$TWN.ST-1$ID_B2B_66$RO$B2B$1~1~0$$N@07~A-SIC~20c35~2066416615~N~~~NOR~~026A64562D90496178334018117405AAUK0158011700190820c35|8|NTMuMTJ8RVVSfDIwMjYtMTEtMjI=" OriginalAmount="45" TotalPrice="45.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="45.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room" RoomTypeCode="313793718|1|46|27|NDZ8R0JQfDIwMjYtMDctMDY=" OriginalAmount="46" TotalPrice="46.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T13:35:23.5754225+01:00" End="2026-11-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="298415303|1|46|27|NDZ8R0JQfDIwMjYtMDctMDY=" OriginalAmount="46" TotalPrice="46.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T13:35:23.6592773+01:00" End="2026-11-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE STANDARD" RoomTypeCode="20261129$20261130$W$228$103934$DBL.ST$ID_B2B_66$RO$B2B$1~1~0$$N@07~A-SIC~25f37~-979054994~N~~~NOR~~026A64562D90496178334018117405AAUK0158011700190825f37|8|NTUuOTV8RVVSfDIwMjYtMTEtMjI=" OriginalAmount="48" TotalPrice="48.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="47.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY" RoomTypeCode="0|0|1254541745|1783341320048896B2095B18||yes|120392|16|NTMuOTd8R0JQfDIwMjYtMDctMDY=" OriginalAmount="54" TotalPrice="54.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="54.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUADRUPLE" RoomTypeCode="0|0|1254520825|1783341320048896B2095B20||yes|120392|16|NTMuOTd8R0JQfDIwMjYtMDctMDY=" OriginalAmount="54" TotalPrice="54.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Towels and linens are available at an additional charge. &amp;lt;BR&amp;gt;Children under 7 years old stay for free if using existing bed when staying in Family Room type. &amp;lt;br/&amp;gt; Visa, Euro/Mastercard, Maestro NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="54.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Quadruple room" RoomTypeCode="h-c18452e2-230f-509f-81fc-80e8555640b3|63|NTYuMDB8R0JQfDIwMjYtMTEtMjc=" OriginalAmount="56" TotalPrice="56.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 5.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-23T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="56.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Quadruple Family room" RoomTypeCode="h-4c6a0e3e-ca57-5f0a-943b-b5f28fd42b26|63|NTguMDB8R0JQfDIwMjYtMTEtMjc=" OriginalAmount="58" TotalPrice="58.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 5.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-23T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="58.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: QUADRUPLE ROOM" RoomTypeCode="3030924445-1-0|723030924445|1|0|12|NTguOTd8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="59" TotalPrice="59.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TWIN BEDS, BUNK BED" RoomTypeCode="0|0|1254844785|1783341320063458B2129B20||yes|120392|16|NTkuNTF8R0JQfDIwMjYtMDctMDY=" OriginalAmount="60" TotalPrice="60.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Guests will receive smart lock details. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 12.50 for adults and EUR 6.25 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: EUR 18 per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 15 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: EUR 15 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;This property allows pets in specific rooms only (surcharges apply and can be found in the Fees section). Guests can request one of these rooms by contacting the property directly, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 1 people: 9.18 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Sextuple room" RoomTypeCode="h-70265451-8a9e-5f5c-9502-04ec19ae0d30|63|NjAuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="60" TotalPrice="60.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 5.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUADRUPLE, TWIN BEDS, BUNK BED" RoomTypeCode="0|0|1254844825|1783341320096299B2119B38||yes|120392|16|NjEuMTV8R0JQfDIwMjYtMDctMDY=" OriginalAmount="61" TotalPrice="61.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="61.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY ROOM STANDARD" RoomTypeCode="20261129$20261130$W$228$103934$FAM.ST-2$ID_B2B_66$RO$B2B$1~1~0$$N@07~A-SIC~21248~-203913555~N~~~NOR~~026A64562D90496178334018117405AAUK0158011700190821248|8|NzIuMTh8RVVSfDIwMjYtMTEtMjI=" OriginalAmount="62" TotalPrice="62.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="61.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1509964165|1783341326022986B2057B29||yes|120392|16|NjMuODR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="64" TotalPrice="64.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="64.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: MIXED DORM, SHARED" RoomTypeCode="0|0|1422920845|1783341326022986B2057B33||yes|120392|16|NjMuODR8R0JQfDIwMjYtMDctMDY=" OriginalAmount="64" TotalPrice="64.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="64.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, BUNK BED" RoomTypeCode="0|0|1345541185|1783341320096299B2119B46||yes|120392|16|NjQuMzl8R0JQfDIwMjYtMDctMDY=" OriginalAmount="64" TotalPrice="65.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, QUADRUPLE, BUNK BED" RoomTypeCode="0|0|1561802895|1783341320096299B2119B50||yes|120392|16|NjQuMzl8R0JQfDIwMjYtMDctMDY=" OriginalAmount="64" TotalPrice="65.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Central Heating|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-06T00:00:00" End="2026-11-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Quadruple Family room" RoomTypeCode="h-146c34f3-7629-5391-a6c2-a15625bd02a3|63|ODAuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="80" TotalPrice="80.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 7.27-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="80.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Bed in Dorm (shared bathroom)" RoomTypeCode="h-35dd6dd1-e4b7-59d6-a187-8ce3e6f7a5f1|63|ODEuMDB8R0JQfDIwMjYtMDctMDY=" OriginalAmount="81" TotalPrice="81.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 7.42-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 7.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Hairdryer|Locker|Shower/Bathtub|Shower|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-01T00:00:00" End="2026-11-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="81.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7b/70/7b70a52225acbf48cdf21fad276cb22856663664.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/17/0d/170d7b4b1feccd35ddfcf943814a0d001e4c8eca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8e/02/8e02e19a1d6d7552719a9985104ebc6250bc3965.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/1c/d41c8115ca140686116ea877999809c2fc1b09bd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/af/bdafba303c713c830b4a0dde5134999623334bee.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/e7/ece778dd6d1aaf7226e67c80a765cc241a2520b9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/96/d89691719d96f6624cd95fec84ef0ec40bbdc287.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/23/8c/238c150e75113cd317e457e2b54c9b7bbbf7b340.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/da/fbda7de3d1b6adf377181e20a9e026b3b7175471.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a9/b2/a9b2de770a99a9019f51275e4c6ac869a2e1a746.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/4e/9b4eeb15486450a3fbe1f495c7218c9969028d59.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fd/80/fd80baa21a33da47d54869f1ba95ac285629e978.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/33/5d/335d119a4033bc92e958236c5c1fc6c0a11c15ea.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/8c/f08cc8eb48ed726bc43de4248cb31defa2e027f5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/65/3b65a122a3befc591f44d0897f1fba59f14af49b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/f1/66f1b9eb57dff74448b3071452ff615980e31571.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/59/ca/59caeca59510cf4ad590c9ff14960e830afb52da.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/8f/7b8ff4d47624a38cf7634ec7e85a30cab8644d22.png" /><Image Url="https://cdn.worldota.net/t/x500/content/af/0a/af0a48496ecedcac1852d5b501b8dfd7397157ee.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/22/d7227c593476a2b4855bfb79d4c11ad6efd6c493.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/26/25/262598584ee71734eb3865a737384843e39dbf1c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/c7/f6c79a295ead4f7ad1e1d989fa5e79948df736c3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f5/7f/f57f94dbd1c64c0b72ac5c9a803ed4f44c6ad464.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/b1/e4b1013a3695ef3c874b382ff32d7a25d487bd03.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/03/9f/039f1d24a0755fed426a34206388348a1d018fd1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/3b/7a3bd7c4bb8aa3fe07dcccfccf9f71fe37e38a17.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/9e/5c9ed585c38bf481041d4ba473f66b55c660873e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/96/ba/96ba917b1a942e7ce32606feb12f57b4f13a8bfe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/c2/6bc22d99e0c864f3faabdad9baa496448bddcddd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/19/8c/198c71cdebcd8add1b2335aac607259ab65c1eaf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d6/f3/d6f38c091f9beb1ffdd03f5eb2d6f31cdcb70270.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/47/b4/47b4f96e75e5dfa4a5105db680b5235f274de7b5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/69/9d69501b07ec12393dd5c1fcea3504cfcf66b4b7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/89/bc891a3ae02c2da5e78e6403e6ad612cc6577cbb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dc/a0/dca08ff2e804154615448d53e5bbc177e9444ebc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/21/502195908f4a300070d8b5818965b5afa7ccec17.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is set in one of Europe's most beautiful cities, Vienna. Situated 2 km from the city centre, this family-friendly hotel is within 900 metres of Westbahnhof train station and within walking distance of the town hall (500 m), the parliament (2 km), the Opera House (2.5 km) and Schönbrunn Palace (3 km). St. Pölten is 30 km away and Vienna International Airport is some 20 km from the establishment.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;120 rooms, including 14 single rooms and 58 double rooms, are available to guests in a 3-storey main building and a 5-storey auxiliary building. At this hostel, which includes a lift, guests are warmly welcomed at the lobby's 24-hour reception desk. Services and facilities include a baggage storage service, a safe, a TV room, a playroom, a library and a business centre. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park for a fee. Cyclists can make use of the bicycle storage area and hire service (for a fee).&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Central heating ensures that rooms maintain just the right temperature. Rooms include a double bed. Children's beds can be requested for younger guests. Other features include a TV and WiFi (for a fee). Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hostel ensure that guests have plenty of activities to choose from during their stay. Leisure activities available for a fee at the hostel include cycling/mountain biking and darts. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>43149304803901</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2008</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Annexe</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>120</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>14</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>58</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Foyer</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Games room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Cellar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Darts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>2000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>900 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>900 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="3337e4cb-c997-47fe-adde-9e933e8e4d19" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Bed in Dorm (shared bathroom) (4 beds)" BoardBasis="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Prem" LastName="Kumar" DOB="20010706" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="97704|ao_wien_stadthalle" SourceId="63" RoomTypeCode="h-dc7ab127-4322-5144-8973-26f7c4aa82f5|63|MTQuMDB8R0JQfDIwMjYtMTEtMjY=" TotalPrice="14.14" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-29T00:00:00" End="2026-11-30T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Prem</FirstName>
    <LastName>Kumar</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>24</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Prem</FirstName>
  <LastName>Kumar</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>24</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-11-22T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-11-22T00:00:00" End="2026-11-29T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="14.14" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-29T00:00:00</CheckIn>
  <CheckInTime>02:00 PM</CheckInTime>
  <CheckOut>2026-11-30T00:00:00</CheckOut>
  <CheckOutTime>10:00 AM</CheckOutTime>
  <CostAmountInSalesCurrency>14.00</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>austria</CountryName>
  <PostCode>1160</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Room Only</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Prem Kumar</GuestName>
      <RoomType>Room 1: Bed in Dorm (shared bathroom) (4 beds)</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>14.14</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>14.00</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6143</SupplierId>
  <SupplierMinCnxDate>2026-11-26T00:00:00</SupplierMinCnxDate>
  <SupplierName>RateHawk</SupplierName>
  <_address>Lerchenfelder Gürtel 9-11, 1160 Wien</_address>
  <_cityName>Vienna</_cityName>
  <_fax />
  <_hotelName>a&amp;o Wien Stadthalle</_hotelName>
  <_phoneNo1>+43149304803900</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260730942</FileBookingId><BookingId>42433</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3337e4cb-c997-47fe-adde-9e933e8e4d19|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260730942</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>RHK06072026130714-616595767</SupplierRef>
</HotelBookRS>||True