<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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" 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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|InfiniteSearch|successfull supplier interation||Infinite|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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:3ccd7ba1-9aeb-4318-98f8-f3dac81451ce
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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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-06-11T07:35:19.5120109+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7678737b-7eb2-4504-87df-376ebb92c1ad" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="125.81" OriginalAmount="122.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977117" Longitude="-3.242899" StarRating="0" HotelCode="|471114" HotelName="Edinburgh College Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>348 W Granton Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/1/1/4/471114_9003b6e1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9496" Longitude="-3.218562" StarRating="3" HotelCode="154120|the_west_end_hotel" HotelName="The West End Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place, Edinburgh EH12 5AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c0/20c022bc38ddc7f88decb9f5155d552eaec1beea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.67" OriginalAmount="161.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96315507" Longitude="-3.17929303" StarRating="2" HotelCode="510164|4314585" HotelName="Destiny Student" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>8 Middlefield, Edinburgh EH7 4QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/20/8e20a49e6374c1548491bbdc2efd09862eef575c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96222644" Longitude="-3.1776885" StarRating="2" HotelCode="510156|destiny_student_murano" HotelName="Destiny Student - Murano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Murano Place, Edinburgh EH7 5HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/1f/831f1d03b47c9e5f0f95d7a0ba047258038ff7b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.91" OriginalAmount="163.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="56.012521" Longitude="-3.611918" StarRating="3" HotelCode="|192253" HotelName="Richmond Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Linlithgow Road Bo'ness, West Lothian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/5/3/192253_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.19" OriginalAmount="182.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96319" Longitude="-3.17931" StarRating="0" HotelCode="|237682" HotelName="Destiny Student - Shrubhill (Campus Accommodation)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Middlefield Shrubhill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/6/8/2/237682_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95560394" Longitude="-3.17082683" StarRating="2" HotelCode="465337|destiny_student_brae_house" HotelName="Destiny Student - Brae House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31 Abbeyhill, EH8 8EL Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/76/847614290ae0c22d94c3f0a3cab105f64f87327c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943820401005" Longitude="-3.1127081856727" StarRating="3" HotelCode="144358|aynetree_guest_house" HotelName="Aynetree Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Duddingston Crescent (Milton Road), Edinburgh EH15 3AS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2e/6c2e347159c34c7e3b5c18aafc5bf3ffbce50650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities offered by the hotel ensures that travellers enjoy a comfortabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.56" OriginalAmount="185.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955606" Longitude="-3.17079" StarRating="2" HotelCode="|445894" HotelName="Destiny Student Holyrood - Campus Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Abbeyhill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/9/4/445894_392ad931501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.39" OriginalAmount="188.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9575835" Longitude="-3.1884316" StarRating="2" HotelCode="|23977" HotelName="Regent House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FORTH STREET 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/7/23977_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1805 2 floors, 17 rooms and 2 apartments. In the entrance, guests are offered an inviting hall with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Guests can enjoy a cosy bar, a lovely coffee shop, conference rooms and internet. SITUATION: This welcoming hotel is situated in a peaceful area, is close to Edinburgh the city centre of Where you can find bars, cafÃ©s, shops and nightclubs. it is situated 12 kilometres away from Edinburgh Airport. ROOM: The cosy, comfortable rooms, a bathroom with a shower, a kettle, a coffee maker, a double or king-size bed and a central heating system. one-bedroom apartments. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Accepted Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933232" Longitude="-3.173335" StarRating="4" HotelCode="903177|allison_house_2" HotelName="The Allison House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/3d/353dece8f562b6dba49e8db0f422494481a70947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.14" OriginalAmount="197.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9331989" Longitude="-3.1734931" StarRating="0" HotelCode="|167933" HotelName="Allison House 17" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/3/167933_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.02" OriginalAmount="204.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93937" Longitude="-3.20832" StarRating="3" HotelCode="|186018" HotelName="Menzies Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Leamington Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/1/8/186018_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.05" OriginalAmount="207.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|606175" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/95/c5953668089897f2e285d91b8c3c15c2902a82ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.27" OriginalAmount="209.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.939473" Longitude="-3.208177" StarRating="3" HotelCode="915127|menzies_guest_house" HotelName="Menzies Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Leamington Terrace, Edinburgh EH10 4JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ae/f5ae01e04708fd9514364de4c00f5763c019f7c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.10" OriginalAmount="220.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.63" OriginalAmount="223.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9451" Longitude="-3.24783" StarRating="3" HotelCode="|186022" HotelName="Murrayfield Park Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/2/2/186022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.86" OriginalAmount="226.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95007" Longitude="-3.22293" StarRating="3" HotelCode="|44605" HotelName="Britannia Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>BELFORD ROAD 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/5/44605_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel with air-conditioning, has 179 rooms and 2 floors. The establishment boasts a lobby with a reception, a lift, a cafÃ©, a bar, a restaurant, an indoor car park and a car park. SITUATION: This urban hotel is located near Water of Leith the river it is near the city centre, near the establishment, you will find The Forth Road Bridge the railway station, the Dean Gallery, Princes Street and Edinburgh Castle it is close to it is 20 minutes away from Murrayfield the rugby stadium of 15 minutes away from the establishment, you can find the city centre, is situated 16 kilometres away from the airport. ROOM: They have fitted carpets, a central heating system, a television, a coffee maker, a kettle and a bathroom with a shower or bath. OBSERVATIONS: Check-in is at 15:00 check-out is at 12:00. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.81" OriginalAmount="236.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94589" Longitude="-3.21855" StarRating="0" HotelCode="|186090" HotelName="The" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/0/186090_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.71" OriginalAmount="237.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946245" Longitude="-3.217443" StarRating="2" HotelCode="915123|the_hostel" HotelName="The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/df/6edfc4e8b54e83da3e94842986ab61ba1a8f647d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Edinburgh. Its setting is especially ideal for those in need...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95082916" Longitude="-3.20445063" StarRating="0" HotelCode="669149|easyhotel_edinburgh" HotelName="easyHotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125a Princes Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4b/424b4bd9fe99e7f3205cf92d4d24e9091fc1e1e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.45" OriginalAmount="249.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.89" OriginalAmount="252.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|2508435" HotelName="ibis budget Edinburgh Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.932048" Longitude="-3.1726992" StarRating="4" HotelCode="|167934" HotelName="Allison House 16 Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/4/167934_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.77" OriginalAmount="259.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|best_western_braid_hills_hotel" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.24" OriginalAmount="259.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444008" Longitude="-3.2549" StarRating="4" HotelCode="|17851" HotelName="Holiday Inn Edinburgh Zoo by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTOPHINE ROAD 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/17851_520a5351150.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 303 rooms and 5 floors. In the entrance, guests are offered an elegant hall with a lift, a reception and a safety deposit box service. The establishment boasts an inviting coffee shop, a bar, a restaurant with air-conditioning, conference rooms, internet and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This comfortable, urban hotel is situated in a peaceful area, is near Edinburgh the Zoo of near the establishment, guests will find shops, bars, restaurants, animated nightlife and the railway station. a few minutes walk away, there is a public transport stop, is situated 25 minutes away from the airport, is situated 9 kilometres away from the sea, a ski resort. ROOM: It has comfortable and spacious rooms, They have a hairdryer, a bathroom with a shower, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a safety deposit box (available for a fee), central heating, a double bed, a kettle and a coffee maker. FACILITIES: It is 1,5 kilometres away from a golf course. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.60" OriginalAmount="261.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967278" Longitude="-3.173286" StarRating="3" HotelCode="|451614" HotelName="Smith Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Smith Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/1/4/451614_358779f1125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.56" OriginalAmount="262.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8865" Longitude="-3.50394" StarRating="3" HotelCode="|29558" HotelName="Mercure Livingston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Almondview</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/5/8/29558_abc5df01227.jpg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips. SITUATION: It has good links to the motorway, Glasgow it is situated 35 minutes away from Edinburgh it is 20 minutes away from. FACILITIES: The establishment has modern conference rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.28" OriginalAmount="264.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|85598" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.05" OriginalAmount="266.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.96063" Longitude="-3.182039" StarRating="2" HotelCode="|451343" HotelName="JOIVY Affordable Edinburgh - Adults only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haddington Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/3/451343_93d7f731047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|northumberland_hotel" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/91/b391bddd04f912bd2724b14bc031e66fdc8097a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.04" OriginalAmount="268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|travelodge_edinburgh_dreghorn" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b1/c7b10e5eed22679fb9d6c1f12d5346dbee23bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.04" OriginalAmount="268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|best_western_kings_manor_hotel" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.40" OriginalAmount="270.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|468125" HotelName="Marriott Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93208805" Longitude="-3.17266393" StarRating="4" HotelCode="432983|auld_reekie_guest_house" HotelName="Auld Reekie Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens, EH9 2BZ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c0/1ec0d5dfff33b652f4b1c51c0d75a515a8599176.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|35228" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.47" OriginalAmount="282.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957228" Longitude="-3.213333" StarRating="3" HotelCode="|75822" HotelName="New Town Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ST BERNARDS CRESCENT 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/8/2/2/75822_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Stockbridge-New Town it is in it is situated 1,6 kilometres away from Princes the shopping area of 10 minutes away, guests can find bars, restaurants ,Stand Comedy Club it is situated 1,6 kilometres away from Scottish Gallery 15 minutes away from the establishment you have. ROOM: All the rooms have a television, a kettle and a coffee maker. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast. FACILITIES: Guests are offered a luggage room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.98" OriginalAmount="286.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945867" Longitude="-3.229493" StarRating="3" HotelCode="|490909" HotelName="No 6 West Coates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/0/9/0/9/490909_3c5986c1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.35" OriginalAmount="293.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946175" Longitude="-3.210664" StarRating="3" HotelCode="|445437" HotelName="Point A Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/7/445437_0e3baa61806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950267619169" Longitude="-3.2173821330071" StarRating="3" HotelCode="97609|204108" HotelName="Thistle The Original Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Manor Place, Edinburgh EH3 7EG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/b5/3ab54d62b30139ce3f32506c0bb2885113f5da77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the prestigious, quiet residential West End area of the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9317715" Longitude="-3.1718265" StarRating="4" HotelCode="143185|alexander_guest_house_2" HotelName="Alexander Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Mayfield Gardens, Edinburgh, Midlothian EH9 2BX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/67/3067753d8560edc3be11efc6f3fc8f1e59a2ea3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a friendly bed and breakfast that offers a good breakfast, clean rooms and excellent tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.97" OriginalAmount="298.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953626" Longitude="-3.206185" StarRating="4" HotelCode="|445110" HotelName="Yotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-73 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/1/0/445110_90520dd1124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94299863" Longitude="-3.28305625" StarRating="0" HotelCode="790708|the_torfin" HotelName="The Torfin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Saint Johns Road, Edinburgh EH12 8AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ec/41ec03ca21dcc66629814144e1cd02b70fbd3146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.59" OriginalAmount="302.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|2328095" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982714" Longitude="-3.195525" StarRating="3" HotelCode="152758|93391" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place, Leith, Edinburgh EH6 4TX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/25/af251b76b99de2b22004d27b0af05cc36b07d404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Slumber by the sea at the Premier Inn Hotel Edinburgh Leith Waterfront. In a prime harbour location,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.47" OriginalAmount="304.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.60" OriginalAmount="304.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|906407" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|93390" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|402580" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.24" OriginalAmount="308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948162775" Longitude="-3.217971" StarRating="3" HotelCode="37553|ballantrae_hotel_at_the_west_end" HotelName="Grosvenor Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Diet Meals,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Grosvenor Crescent, Edinburgh, Midlothian EH12 5EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fa/47fa03b74b6084931a7ab13e01c79fc0c5c4a196.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive guesthouse enjoys a peaceful location and is located in one of the most elegant area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.60" OriginalAmount="308.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|216896" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.48" OriginalAmount="309.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9491005" Longitude="-3.1858001" StarRating="0" HotelCode="|35299" HotelName="Aando Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLACKFRIARS STREET 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/9/9/35299_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an electronic key, a concierge, a baggage room, a safety deposit box service, security cameras, a bicycle storage room and City-CafÃ©-Bar the bar. SITUATION: This establishment, the Royal Mile it is in it is located close to Waverley the Railway Station of near the establishment, guests will find the bus stop. ROOM: The establishment has 132 rooms with a bathroom with a safe, a hairdryer, an iron, complimentary bathroom items, anti-allergy sheets, mobile charging point, an electronic key, bunk beds, shampoo, etc. OBSERVATIONS: Check-in is at 15:00 and check-out is at 10:00. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.67" OriginalAmount="309.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9585991" Longitude="-3.1824" StarRating="2" HotelCode="|25238" HotelName="Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WINDSOR STREET 10-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/8/25238_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1910, renovated in 2005, has 52 rooms and 2 floors. In the entrance, you can find a cosy hall with a reception, The establishment has a bar, a restaurant, internet and a laundry service. SITUATION: This hotel is situated in Edinburgh the theatre district of it is a few minutes' walk away from the historic centre, 10 minutes away, you can find Waverley the train station it is 500 metres away from the city centre, public transport, shops, bars, restaurants and pubs. 1 kilometre away, you can find a nightclub, is situated 5 kilometres away from the sea, the beach, is situated 12 kilometres away from Edinburgh Airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, internet, a radio, satellite or cable TV, a double bed and a central heating system. Guests are offered non-smoking and disabled access rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.36" OriginalAmount="312.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5d46fcb36d7d9cf52bc140e6030452ea4be56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.36" OriginalAmount="312.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93459854" Longitude="-3.1657802" StarRating="3" HotelCode="580046|airdenair_guest_house" HotelName="Airdenair Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Kilmaurs Road, Edinburgh EH16 5DB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/72/ae72c8e4f4bb26d793ba5193e50f5fa75e6bb71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of facilities, amenities and services available at the hotel ensures guests a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.39" OriginalAmount="313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945928670681" Longitude="-3.2300716638565" StarRating="3" HotelCode="23051|the_original_raj_hotel" HotelName="Original Raj" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West Coates, Edinburgh EH12 5JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/eb/61eb7b9da1218570efc5c62ee769dbd2ef9970d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.28" OriginalAmount="313.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92958" Longitude="-3.17554" StarRating="4" HotelCode="|186002" HotelName="Highfield Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>83 Mayfield Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/0/2/186002_13c15761359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9530009" Longitude="-3.14551774" StarRating="0" HotelCode="955649|brae_guesthouse" HotelName="The Brae Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Willowbrae Road, Edinburgh EH8 7HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/bc/12bc6c721985237a74e381304079e92de8f7cd17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|cairn_hotel_5" HotelName="The Cairn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.45" OriginalAmount="319.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94981442" Longitude="-3.19020257" StarRating="0" HotelCode="967313|4677535" HotelName="Code Pod Hostels - The Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Parliament Square, Edinburgh EH1 1RF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/4e/d24e2d919ac3be06f6e9a8a06bdcfac7197289d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949653678097" Longitude="-3.2186563877316" StarRating="4" HotelCode="428946|palmerston_suites" HotelName="Palmerston Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Palmerston Place, Haymarket, Edinburgh, EH12 5AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/1c/d61c310dd7ad44eb542bfd145ba89893b523341d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern aparthotel is situated in the central area of Edinburgh, just a 5-minute walk from Hayma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.72" OriginalAmount="322.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9432983" Longitude="-3.2111001" StarRating="2" HotelCode="|17860" HotelName="Brooks Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROVE STREET 70-72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/0/17860_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, modern hotel is Victorian style. It has a modern living room with internet and a breakfast room. SITUATION: This Scottish hotel is situated in a Victorian residential area of Edinburgh, 10 minutes away from Princes Street. Close to the establishment, clients can find the Royal Mile tourist points of interest, the castle and the historic centre. It has excellent transport links to the bus links. ROOM: The rooms have a bathroom with a hairdryer, a television, a direct line telephone, an iron and a courtesy tray. OTHERS: The establishment offers a breakfast service. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OBSERVATIONS: Check-in is at 15:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.91" OriginalAmount="322.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950233" Longitude="-3.190502" StarRating="2" HotelCode="|445236" HotelName="Code Pod – The Court - Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 a Parliament Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/6/445236_d9edeb20949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.42" OriginalAmount="322.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|228553" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938583340426" Longitude="-3.3920073509216" StarRating="2" HotelCode="142138|travelodge_edinburgh_airport" HotelName="Travelodge Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glasgow Road, Ratho Park, Edinburgh EH28 8PP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/64/6564dfd7bd4cefd1fe80a8e6d81d1ac0436775a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Edinburgh Airport and within 25 km from the Edinburgh city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.81" OriginalAmount="327.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9468605" Longitude="-3.2175945" StarRating="3" HotelCode="37503|ritz_hotel_2" HotelName="Ritz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-16 Grosvenor Street, Edinburgh EH12 5EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c3/04c3f060f9d05f09025e6dacb4eec2130cf6e5ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|dakota_edinburgh" HotelName="Dakota Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.77" OriginalAmount="329.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93087198" Longitude="-3.23861385" StarRating="2" HotelCode="579994|badjao_bed_and_breakfast" HotelName="Badjao B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Moat Place, Slateford Road, Edinburgh, Scotland EH14 1SE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/01/c1/01c1377f64b18633c8d76f0d126d9aefb46ee9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.17" OriginalAmount="330.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.939907" Longitude="-3.231314" StarRating="4" HotelCode="|511023" HotelName="Tynecastle Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>McLeod Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/0/2/3/511023_1504edb1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.23" OriginalAmount="330.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940398" Longitude="-3.312711" StarRating="4" HotelCode="|17842" HotelName="Delta Hotels by Marriott Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GLASGOW ROAD 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/2/17842_68b3cf21416.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2002. It has 4 floors, 245 rooms, 126 single rooms and 115 double rooms. The establishment has an indoor car park, a car park, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel Edinburgh it is in nearby, you will find public transport services, is situated 3 kilometres away from the airport, is situated 10 kilometres away from a ski resort, the establishment is 12 kilometres away from the beach. ROOM: The traditional-style rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar and central heating. FACILITIES: Customers can enjoy a covered pool, a swimming pool, a sauna, a solarium and a gym. it is 3 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.05" OriginalAmount="336.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9414" Longitude="-3.2077" StarRating="3" HotelCode="|185918" HotelName="Averon Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/1/8/185918_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.67" OriginalAmount="340.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9281936" Longitude="-3.1685542" StarRating="4" HotelCode="|128191" HotelName="Kildonan Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/9/1/128191_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Kildonan Lodge is rated four stars, has a fireplace and high ceilings. SITUATION: It is located close to the centre of Edinburgh. It has excellent transport links to Castle Edinburgh, Roslyn Chapel, Princes Street, the Royal Mile and the tourist attractions. ROOM: The rooms have a flat-screen television, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.26" OriginalAmount="342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957313" Longitude="-3.213241" StarRating="3" HotelCode="177218|st_bernards_house" HotelName="St Bernards Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 St Bernards Crescent, Edinburgh, Midlothian EH4 1NS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/8c/b98c49b96f08ad6242f24315110bb2215c056e9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in the area of Stockbridge, Edinburgh, roughly a 10-minute walk from the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.50" OriginalAmount="342.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh Fountainbridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.99" OriginalAmount="343.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|16210" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.32" OriginalAmount="344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946228232365" Longitude="-3.2218157018956" StarRating="3" HotelCode="165989|haymarket_hotel_2" HotelName="Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Coates Gardens, Edinburgh EH12 5LG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a345a0f92736b58a0229dfa32d2ff5be56d2341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.36" OriginalAmount="345.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|937225" HotelName="Haymarket Hub Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.83" OriginalAmount="345.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.41" OriginalAmount="347.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|ten_hill_place_hotel" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.67" OriginalAmount="347.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|6537" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="358.12" OriginalAmount="347.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="360.88" OriginalAmount="350.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94694" Longitude="-3.21746" StarRating="3" HotelCode="|186037" HotelName="Eliza House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-16 Grosvenor Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/7/186037_4328bf70931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.15" OriginalAmount="352.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938536" Longitude="-3.1792492" StarRating="4" HotelCode="|167953" HotelName="Southside Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Newington Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/5/3/167953_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park (free of charge) and WiFi (free of charge). SITUATION: This establishment is near the city centre of Edinburgh. It has excellent transport links to the bus. It is situated 1.6 kilometres away from the Station of Edinburgh Waverley and the shopping area of Princes Street. ROOM: The rooms have a television and a DVD player.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.42" OriginalAmount="354.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.65" OriginalAmount="355.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928174333333" Longitude="-3.1684156" StarRating="3" HotelCode="76418|alba_bed_and_breakfast" HotelName="Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park, Edinburgh, City of Edinburgh EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/83/7283cfd7b97e62f0bf2b33c8e396310d69e26941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.69" OriginalAmount="356.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949765" Longitude="-3.208857" StarRating="3" HotelCode="|162750" HotelName="Four Points Flex by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33, Shandwick Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/7/5/0/162750_6e7466c0818.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Waverley and Edimburgo Haymarket the underground station of Close to the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.17" OriginalAmount="357.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.30" OriginalAmount="357.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.74" OriginalAmount="358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92886573" Longitude="-3.16936526" StarRating="3" HotelCode="520467|18_craigmillar_park_guest_house" HotelName="18 Craigmillar Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Craigmillar Park, Newington, Edinburgh EH16 5PS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/1c/291c4c1219e912d86b64dbe833ec75efcce14b5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.18" OriginalAmount="360.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9439011" Longitude="-3.3594999" StarRating="4" HotelCode="|17835" HotelName="Doubletree By Hilton Edinburgh Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>EDINBURGH INTERNATIONAL AIRPORT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/5/17835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, was renovated in 2000, is in a garden 150 rooms and 3 floors. In the entrance, you can find a lobby with a lift and a reception a currency exchange service, The establishment has a bar, a restaurant with highchairs, 22 conference rooms, internet, a bicycle storage room and a car park. Kids can enjoy a playground, There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated near Edinburgh Airport nearby, you will find the city centre, is 50 metres away from a public transport stop, is well-connected by the motorways. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a double bed, fitted carpets and central heating. FACILITIES: The establishment has a covered pool, a jacuzzi, a sauna, a solarium, a steam bath, a massage service and a gym. Clients can enjoy activities such as water aerobics.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.83" OriginalAmount="361" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.36" OriginalAmount="362.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9494994" Longitude="-3.2185207" StarRating="0" HotelCode="|167932" HotelName="Revolver Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Palmerston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/3/2/167932_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.89" OriginalAmount="363.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943507419207" Longitude="-3.2113042473793" StarRating="4" HotelCode="207368|fountain_court_apartments__grove_executive" HotelName="Fountain Court - Grove Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Grove Street, Edinburgh (City), Edinburgh EH3 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f6b7d597786fc31364a1b56b8855db2e5bc6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.92" OriginalAmount="364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|travelodge_edinburgh_haymarket" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.92" OriginalAmount="364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|premier_inn_edinburgh_a1_newcraighall" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.91" OriginalAmount="364.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947283" Longitude="-3.221417" StarRating="3" HotelCode="189806|1676038" HotelName="No32 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Coats Gardens, EH12 5LE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8f/108f5701ec8eb417dee5155638006a898400243e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.95" OriginalAmount="365" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|204099" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3e/243e769f6d654e8b2583285f8370466b4428b3c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.39" OriginalAmount="368.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.07" OriginalAmount="369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94616" Longitude="-3.223103" StarRating="3" HotelCode="326333|apex_european_hotel" HotelName="Apex Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Haymarket Terrace, Edinburgh EH12 5LQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/c6/a0c614ebe6f3a0900b4561a490e0b6c544b43a13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Edinburgh's business district in the ""West End"" of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.10" OriginalAmount="370.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|kildonan_lodge_hotel" HotelName="Kildonan Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.79" OriginalAmount="372.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.81" OriginalAmount="372.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|1707228" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.90" OriginalAmount="372.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.29" OriginalAmount="374.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9468994" Longitude="-3.2219999" StarRating="3" HotelCode="|24406" HotelName="Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COATES GARDENS 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/0/6/24406_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2003. It has 4 floors and 25 rooms. In the entrance, guests are offered a large hall with a reception and a safety deposit box service. The establishment has a bar, a restaurant with highchairs and room service. SITUATION: This cosy hotel is located 150 metres away from bars, pubs, restaurants, the railway station and public transport services. it is 300 metres away from the city centre, Where you can find nightclubs, shops and shops. 20 minutes away, there is a bus station, 11 kilometres away from the establishment, guests will find Edinburgh Airport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a bath, a shower, a direct line telephone, internet, a radio, a television, a double or king-size bed, fitted carpets and individual heating. FACILITIES: It is 4 kilometres away from a golf course. OTHERS: Regarding the food and beverage offering, clients have a breakfast service and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.25" OriginalAmount="375.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943315154538" Longitude="-3.2127660512924" StarRating="4" HotelCode="915108|staycity_serviced_apartments__west_end_2" HotelName="West End Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11 Brandfield Street, Edinburgh EH3 8AS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/40/454022068440861ba101abae3c6a0c5145342006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.79" OriginalAmount="375.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|216926" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.25" OriginalAmount="376.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9544694" Longitude="-3.1999761" StarRating="3" HotelCode="|80916" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/9/1/6/80916_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has a reception and a vending machine. The establishment is ideal for holidays or business trips. ROOM: Each room has a television, a kettle, a coffee maker and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388.31" OriginalAmount="377" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|227087" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.88" OriginalAmount="377.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9463129" Longitude="-3.1837127" StarRating="4" HotelCode="|32437" HotelName="Ten Hill Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HILL PLACE 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/3/7/32437_b3192871135.jpeg</HotelPictures>
        <HotelDescription>HOTEL: Is ideal for holidays or business trips 5 floors and 78 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a lift and a cloakroom. The establishment has a bar, a dining room, conference rooms, room service, a laundry service and a car park. SITUATION: This hotel is in Edinburgh the historic area of Princes Street it is close to close to the establishment, clients can find tourist points of interest, shops and boutiques. Edinburgh Castle, Holyrood Palace and The Scottish Parliament it is 800 metres away from it is situated 10 minutes away from the commercial district, is well-connected with the airports. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet (free of charge), a coffee maker, an iron, a double or king-size bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: Clients can enjoy activities such as play golf, fishing, skeet shooting, darts, water-skiing, dry slope skiing, swimming, climbing, diving, tennis, paintballing, horse-riding, hiking and ice-skating. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.34" OriginalAmount="378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.34" OriginalAmount="378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94564" Longitude="-3.24292" StarRating="3" HotelCode="915112|hampton_hotel_2" HotelName="Hampton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Corstorphine Road, Edinburgh, Midlothian EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ea/08eacf949544a305b53c6a9add4ae8879176720f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.07" OriginalAmount="378.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94135" Longitude="-3.20759" StarRating="2" HotelCode="|185902" HotelName="Adam Drysdale House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/0/2/185902_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.80" OriginalAmount="379.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|84687" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.40" OriginalAmount="380.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957119734372" Longitude="-3.1862336397171" StarRating="3" HotelCode="33818|holiday_inn_express_edinburgh_city_centre" HotelName="Holiday Inn Express Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Picardy Place, Edinburgh EH1 3JT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/01/c7017f231c47773e843f3f517fe512da46bc024e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a traditional Georgian building, on Picardy Place in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.43" OriginalAmount="381.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933980157721" Longitude="-3.1730465590954" StarRating="3" HotelCode="915130|clarin_guest_house_4" HotelName="Clarin Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 East Mayfield, Newington, Edinburgh EH9 1SD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c7/90c753c3574df7997ca17340907004ed24977796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the hotel ensure guests a comfortable and relaxing stay. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95336678" Longitude="-3.19146552" StarRating="3" HotelCode="475059|destiny_scotland__st_andrew_square_apartments" HotelName="Destiny Scotland - St. Andrew Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 South Saint Andrew Street, Edinburgh, EH2 2AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2f/ed2fd4dd4c9c9e0547cbbef4aa462245b2177af2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94832562" Longitude="-3.21002875" StarRating="3" HotelCode="739425|destiny_scotland_apartments_at_canning_street_lane" HotelName="Destiny Scotland Apartments At Canning Street Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 &amp; 4 Canning Street Lane, Edinburgh EH3 8ER</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/12/e9121f4bcba35dd938e8ff51cd8b56956a871e0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.52" OriginalAmount="384.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|crowne_plaza_edinburgh__royal_terrace" HotelName="Crowne Plaza Edinburgh Royal Terrace" 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,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.19" OriginalAmount="386.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9676861" Longitude="-3.2352376" StarRating="4" HotelCode="|186101" HotelName="Village Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/1/186101_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.39" OriginalAmount="387.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9785004" Longitude="-3.1677001" StarRating="4" HotelCode="|20684" HotelName="Malmaison Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ONE TOWER PLACE, LEITH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/4/20684_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 100 rooms, The establishment boasts a lobby with a reception, a currency exchange service, a cloakroom, a recently renovated restaurant, conference facilities and internet. It also has a bar. SITUATION: This elegant hotel is located close to Leith Port near the establishment, you will find Scottish Executive boutiques, restaurants, is situated 5 minutes away from Princes Street the historic centre. ROOM: The stylish rooms, have views of the port, a luxurious shower, a CD player, books, a satellite television and internet (free of charge), daily cleaning. FACILITIES: Guests can enjoy a gym, Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.66" OriginalAmount="388.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9443016" Longitude="-3.2009001" StarRating="3" HotelCode="|22906" HotelName="Leonardo Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Lauriston Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/0/6/22906_697e67c0757.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, traditional hotel, has 52 rooms, 1 suite and 3 rooms adapted for people with reduced mobility. This establishment is ideal for holidays or business trips, The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, lifts, internet, a bar and a restaurant. There are many services available at the establishment, including room service and a laundry service. SITUATION: Princes Street It is located close to it is close to The Edinburgh Castle and Royal Mile pubs, boutiques, shops and restaurants. nearby, you will find the business area, The International Conference Centre It is situated 1,5 kilometres away from. ROOM: Customers can find modern and comfortable rooms, All the rooms have a bathroom with a hairdryer, a mini-bar, a satellite or cable television, a radio, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay using American Express, Visa, Diners Club and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.93" OriginalAmount="389.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94697" Longitude="-3.217046" StarRating="4" HotelCode="|25232" HotelName="The Hoxton, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/2/25232_27df1e90727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2002, has a main 4-storey building, a 4-storey annexed building, 189 standard rooms and 3 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, a TV room, an Ã  la carte restaurant with highchairs, a conference room, internet, a bicycle storage room and a bicycle rental desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is situated in Grosvenor Street, 500 metres away from the city centre. 50 metres away, there is a public transport stop. It is 100 metres away from bars and restaurants. 300 metres away, guests will find the railway station. It is 1 kilometre away from shops and nightclubs. Is 9 kilometres from the sea. Close to the establishment, clients can find Princes Street and The Edinburgh Castle is 25 kilometres from Edinburgh Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a king size or double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: It is 6 kilometres away from a golf course and a ski resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.73" OriginalAmount="391.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|old_waverley_hotel" HotelName="Old Waverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.73" OriginalAmount="391.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94706677" Longitude="-3.20371682" StarRating="3" HotelCode="495969|edinburgh_nine" HotelName="Edinburgh Nine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Cornwall Street, Edinburgh EH1 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c7/2cc709446cbf5cfed368cb134f46a25535c4beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.76" OriginalAmount="392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|richmond_place_apartments" HotelName="Richmond Place Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.22" OriginalAmount="392.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9564775" Longitude="-3.1901635" StarRating="4" HotelCode="|78071" HotelName="The Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/0/7/1/78071_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: Place is rated four stars. It has a restaurant and a bar. SITUATION: It is in the city centre of Edinburgh, close to Playhouse Theatre. ROOM: The rooms have luxurious bedding, windows and views of the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.79" OriginalAmount="393.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937705866667" Longitude="-3.17691695" StarRating="4" HotelCode="114562|the_salisbury_hotel_2" HotelName="The Salisbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Salisbury Road, Edinburgh, Midlothian EH16 5AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d326939a3c0b892746bf5097e0bbfdb227c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.14" OriginalAmount="396.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2139001" StarRating="4" HotelCode="|25229" HotelName="Leonardo Royal Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 MORRISON LINK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/2/9/25229_e8572bc0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel 150 rooms and 5 floors. In the establishment entrance, guests will find a lobby with a reception and a lift. The establishment has East the bar a restaurant, congress facilities and a car park. SITUATION: West End It is in it is near Haymarket the Railway Station of near the establishment, guests will find Princes Street the tourist attractions near shops, bars, pubs, restaurants and nightclubs. a few minutes walk away, there is a public transport stop. ROOM: The large, comfortable rooms, They have a bathroom, bathroom items, a hairdryer, a direct line telephone, a television, internet, a writing desk, a central heating system, a king-size bed and courtesy tray. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.27" OriginalAmount="398.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94072" Longitude="-3.20813" StarRating="3" HotelCode="|185907" HotelName="Amaryllis Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Upper Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/0/7/185907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.29" OriginalAmount="398.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943823487316" Longitude="-3.2093637192531" StarRating="4" HotelCode="316326|399099" HotelName="Mercure Edinburgh Haymarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gardners Crescent, Edinburgh EH3 8DQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/d2/73d24c84a46b8d6c0a1ae8bb2c8170dc22f65ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.00" OriginalAmount="400.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.961424893961" Longitude="-3.2853850800931" StarRating="4" HotelCode="388924|acer_lodge_guest_house" HotelName="Acer Lodge Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 23/06/2026" HotelFacility="Designated Smoking Area,Golf,Housekeeping,Internet,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>425 Queensferry Road, Edinburgh EH4 7NB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/b5/9db5e97546ec4a8d76c0c4e1761ad4502d356c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Acer Lodge Guest House in Edinburgh, you'll be ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.03" OriginalAmount="401.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|central_hotel_27" HotelName="Stay Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="413.09" OriginalAmount="401.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="414.04" OriginalAmount="401.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|230426" HotelName="Malmaison" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|holyrood_aparthotel" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953728913623" Longitude="-3.1875920933777" StarRating="2" HotelCode="199841|travelodge_edinburgh_waterloo_place" HotelName="Travelodge Edinburgh Central Waterloo Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Waterloo Place, Edinburgh EH1 3BG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/a2/a5a2d8c900627d8ff0f0545ae3d53f4061964d98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.12" OriginalAmount="404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954256199287" Longitude="-3.1860083341599" StarRating="3" HotelCode="15728|parliament_house_hotel" HotelName="Parliament House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Calton Hill, Edinburgh EH1 3BJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8b/988ba1bb75b61e56e0eda09acee118412d766111.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the historic Carlton Hill, and the new Scottish Parliament. Princes Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="416.50" OriginalAmount="404.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951384" Longitude="-3.184113" StarRating="3" HotelCode="|446846" HotelName="Premier Inn Edinburgh City Centre Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>East Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/4/6/446846_5255cb91406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="416.51" OriginalAmount="404.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9455986" Longitude="-3.2002001" StarRating="3" HotelCode="|32411" HotelName="Premier Inn Edinburgh Central (Lauriston Place)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>LAURISTON PLACE 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/1/32411_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 112 rooms, The establishment boasts a lobby with a reception, a safety deposit box service and a lift. The establishment has various facilities, such as a cafÃ©, a restaurant, meeting rooms, internet and a bar. SITUATION: This hotel Lauriston Place is situated in it is close to Princes Street the tourist attractions. ROOM: Customers have large, comfortable rooms with a bathroom, They have a hairdryer, bath gel, a direct line telephone, a television, a radio, a work space, internet, a kettle, a coffee maker, an iron, central heating, a safe and a king-size bed. Guests are offered 6 disabled access rooms. OTHERS: The establishment offers a buffet breakfast, a set-menu lunch and dinner and special dishes. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="416.89" OriginalAmount="404.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9567049" Longitude="-3.1784455" StarRating="4" HotelCode="|17852" HotelName="Voco Edinburgh - Royal Terrace, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL TERRACE 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/2/17852_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, close to the business areas and tourist points of interest. 5 minutes walk away, you can find Waverley Railway Station. HOTEL: This hotel has 107 standard rooms, 13 suites, conference facilities, a banquet hall and a reception. FACILITIES: There is a variety of facilities and services available at the establishment, including 3 conference rooms, a garden area and a car park. ROOM: All the rooms have a flat-screen television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.79" OriginalAmount="405.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954041" Longitude="-3.201083" StarRating="3" HotelCode="|484660" HotelName="No. 53 Frederick Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Frederick Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/6/6/0/484660_db02fab2043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.60" OriginalAmount="407.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9415051" Longitude="-3.2071039" StarRating="3" HotelCode="|167882" HotelName="Balmore Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34, Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/8/2/167882_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run establishment, has WiFi (free of charge) and breakfast service. SITUATION: This establishment is near Castle Edinburgh and Princes Street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.05" OriginalAmount="409.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948101" Longitude="-3.1898999" StarRating="3" HotelCode="|20674" HotelName="Stay Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>COWGATE 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/4/20674_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 42 rooms, 14 single rooms and 28 double rooms. The establishment boasts a bar, a lobby with elevators, a reception, a barbecue and room service. SITUATION: This business and holiday hotel, Edinburgh it is in it is in the Cowgate the Street of 500 metres away from the establishment, you can find shops, restaurants and a public transport stop. it is situated 35 minutes away from the airport. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a kettle, a double bed, a central heating system, tiled floors and fitted carpets. FACILITIES: Guests are offered some days themed nights, close to the establishment, clients can find a nightclub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935538149916" Longitude="-3.1677934527397" StarRating="0" HotelCode="164108|ard_na_said" HotelName="Ard-Na-Said" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Priestfield Road, Edinburgh EH16 5HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c6/cfc65c7a5c4279e138ca71c455160b9c18585abc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94688983" Longitude="-3.21462908" StarRating="5" HotelCode="495994|destiny_scotland_distillers_house" HotelName="Destiny Scotland - Distillers House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Torphichen Street, Edinburgh EH3 8JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c2/88c2ca847ca6a283daace88ef21188f9e99b7358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can enjoy a variety of facilities, services and amenities during their stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="962157|destiny_scotland_charlotte_sq_apartments" HotelName="Destiny Scotland Charlotte Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 South Charlotte Street, Edinburgh EH2 4AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/7e/f27eab3becd3732b3fc4b5466d538efaacce4360.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.12" OriginalAmount="411.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9571943" Longitude="-3.1862639" StarRating="3" HotelCode="|20680" HotelName="Holiday Inn Express - Edinburgh City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICARDY PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/0/20680_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, renovated in 2004, 155 rooms and 5 floors. In the entrance, guests are offered a lobby with elevators and a reception with safety deposit boxes, The establishment boasts a bar, a restaurant and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park and an indoor car park. SITUATION: This attractive urban hotel is in a Gregorian building, is in Picardy Place the city centre of the Royal Mile and Princess Street near the establishment, guests will find Where you can find shops, restaurants, bars, pubs, cafÃ©s, leisure areas and entertainment. it is close to public transport services, the establishment is 2 kilometres away from the beach, the sea. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a coffee maker, a kettle and central heating. Some rooms have a sofa-bed. FACILITIES: It is 3 kilometres away from a golf course (available for a fee). OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.36" OriginalAmount="412.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/42/6a42e4e33e7adf63f2f249fb39c6cf3ebf2f848b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.37" OriginalAmount="412.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9462454" Longitude="-3.1833005" StarRating="0" HotelCode="|186036" HotelName="KM Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/3/6/186036_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.39" OriginalAmount="413.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.88922413" Longitude="-3.33416594" StarRating="4" HotelCode="742168|just_b" HotelName="Just B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472 Lanark Road West, Edinburgh EH14 5AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/cc/0dcc5bbfef362c4bc9cd8df5b4cf18daf7adefab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.45" OriginalAmount="415.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95231312" Longitude="-3.20523889" StarRating="4" HotelCode="552291|eden_locke" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/85/bc85e12b63a3662bcc4ebc6c9eb18d439c784bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.48" OriginalAmount="416" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.15" OriginalAmount="417.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.76" OriginalAmount="420.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="433.27" OriginalAmount="420.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.40" OriginalAmount="420.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9349147" Longitude="-3.0947006" StarRating="3" HotelCode="|167926" HotelName="Premier Inn Edinburgh A1 (Newcraighall)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/2/6/167926_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park (free of charge), a reception and a restaurant. SITUATION: This establishment is situated next to the Station of Newcraighall and 500 metres away from the commercial area Edinburgh Fort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.46" OriginalAmount="423.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.75" OriginalAmount="425.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957255" Longitude="-3.190241" StarRating="4" HotelCode="42871|ballantrae_albany_hotel" HotelName="Ballantrae Albany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>39-47 Albany Street, Edinburgh, Midlothian EH1 3QY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b5/f0b577d305bdb324641722107f2a6fa8b0375d8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Edinburgh's Albany Street close to St. James' shopping centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.78" OriginalAmount="426.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|edinburgh_castle_apartments_2" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/3c/663c1eb79503fbc83e4906596dddef998b9cd4f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.82" OriginalAmount="426.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.88" OriginalAmount="426.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950784" Longitude="-3.20789" StarRating="4" HotelCode="|38284" HotelName="Angel's Share" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-11 HOPE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/8/4/38284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant boutique hotel, has a bar and a nightclub. This hotel was built in 2006 30 rooms, In the entrance, you can find a lobby with a reception and a lift. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated in the city centre, is close to restaurants, bars and a park. Princes Street nearby, you will find The Edinburgh Castle, The Royal Mile and The Holyrood Palace it is 20 minutes away from Glasgow 60 minutes away from the establishment, clients can find. ROOM: The contemporary style rooms, They have piped music, films (available on request), a mini-bar, internet, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a radio, a coffee maker, a kettle, an iron, a double bed, heating and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.35" OriginalAmount="426.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|32094" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="439.73" OriginalAmount="426.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974" HotelName="Edinburgh Grosvenor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.31" OriginalAmount="428.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.936690452919" Longitude="-3.177216053009" StarRating="4" HotelCode="189797|1677128" HotelName="Sherwood Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Minto Street, Edinburgh EH9 2BR, Newington</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/71/b47198e1e27f92f43f4f9ee084d19cafca82ae82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.96" OriginalAmount="432.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95089975" Longitude="-3.1881589" StarRating="0" HotelCode="638439|destiny_scotland__north_bridge_lofts" HotelName="North Bridge Apartments - Linton Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 North Bridge, Scotsman Building, Edinburgh EH1 1QG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/64/4564f54301ba9d1ac33d9bedbf911801015099a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="447.77" OriginalAmount="434.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575" HotelName="The Royal Scots Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|travelodge_edinburgh_central" HotelName="Travelodge Edinburgh Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/87/ac87aaf1fe921dca85dafa4d1d1c00fc885906de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport networ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.30" OriginalAmount="436.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|216496" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.80" OriginalAmount="436.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9510543" Longitude="-3.1784914" StarRating="0" HotelCode="|23391" HotelName="Holyrood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHER BAKEHOUSE, HOLYROOD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/1/23391_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.10" OriginalAmount="437.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9526304" Longitude="-3.1938241" StarRating="4" HotelCode="|17856" HotelName="Mount Royal Edinburgh by The Unlimited Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>53 PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/6/17856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1860, renovated in 2000. It has 158 standard rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception and a safety deposit box service. The establishment boasts a beautiful coffee shop, a bar, a restaurant and a breakfast room. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is located in front of the Waverly Bridge. 5 minutes away, there is a railway station. 20 metres away, guests can find a public transport stop. It is just 12 kilometres away from Edinburgh Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a radio, cable and satellite television with films (available at an additional charge), a kettle, a coffee maker, a double bed, central heating and a trouser press. Guests are offered non-smoking rooms. OBSERVATIONS: Check-in is at 14:00 and check-out is at 12:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.55" OriginalAmount="438.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|126814" HotelName="Apex Waterloo Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="454.60" OriginalAmount="441.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559521" Longitude="-3.1934839" StarRating="4" HotelCode="|75722" HotelName="Thistle Suites Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 York Buildings, Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/7/2/2/75722_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury apartments, a lobby with a reception, express check-out, a lift and a car park. SITUATION: This apartment, is in the city centre, Queen Street it is in Princes Street it is 2 minutes away from this establishment, the Royal Mile it is 5 minutes away from nearby, you will find the tourist area, is situated 11 kilometres away from Edinburgh Airport it is 89 kilometres away from Glasgow Airport. ROOM: The apartments have a bathrobe, a shower, a bath, a hairdryer, a double bed, television room, a radio, internet, a safe, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a dining room, an ironing set, a central heating system and an individual air-conditioning system. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.93" OriginalAmount="441.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368" HotelName="Angels Share Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="457.86" OriginalAmount="444.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459991" Longitude="-3.2224" StarRating="3" HotelCode="|17863" HotelName="Four Points by Sheraton Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 HAYMARKET TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/3/17863_49ac4f71149.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel was built in 1960 4 floors and 66 double rooms. In the entrance, guests are offered a lobby with a lift and a reception with safety deposit boxes, The establishment has an Ã  la carte restaurant, a conference room, internet, room service and a car park. SITUATION: This urban hotel is situated in West End the shopping centre 200 metres away, guests will find restaurants, bars and clubs. it is situated 1 kilometre away from shops, nightclubs, is situated 5 kilometres away from a golf course, in front of the hotel there is a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio and a satellite or cable television. Are also equipped with a fridge, internet, tiled floors, fitted carpets, central heating, a living room and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.53" OriginalAmount="447.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953533" Longitude="-3.1900829" StarRating="3" HotelCode="|451288" HotelName="Motel One Edinburgh - Princes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-15 Princes Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/2/8/8/451288_ffe78b91127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.47" OriginalAmount="449" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.47" OriginalAmount="449.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|grassmarket_hotel" HotelName="The Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.44" OriginalAmount="449.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024" HotelName="Apex Grassmarket Hotel" 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,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.50" OriginalAmount="450" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|26509" HotelName="Novotel Edinburgh Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953367964846" Longitude="-3.2008489966393" StarRating="4" HotelCode="12664|frederick_house_hotel" HotelName="Frederick House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Frederick St, Edinburgh EH21EX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a9/dca9beb4ee20bc586882df8e33ab83803bd9dbd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a central location at the heart of Edinburgh. Princes Street is a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95206813" Longitude="-3.23325283" StarRating="4" HotelCode="440076|carmichael" HotelName="Carmichael Bed And Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Ravelston Dykes, Edinburgh, Midlothian  EH4 3EA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/54/4a54d417395b68431feda2495cc5c570e9b91755.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.11" OriginalAmount="456.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.97178" Longitude="-3.20342" StarRating="3" HotelCode="|185910" HotelName="Ardleigh Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Ferry Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/1/0/185910_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.71" OriginalAmount="457.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|ballantrae_hotel" HotelName="Ballantrae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.74" OriginalAmount="458.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.92772076" Longitude="-3.20815085" StarRating="4" HotelCode="580862|the_lane_hotel_2" HotelName="The Lane Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Canaan Lane, Edinburgh EH10 4SY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6e/616ea24804ca43955d45e84a0bc3b419b6b31cbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.23" OriginalAmount="459.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.1965001" StarRating="4" HotelCode="|17857" HotelName="Apex Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-35 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/7/17857_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel was built in 1966 a main building and 171 double rooms. In the entrance, guests are offered a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a bar, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: This urban hotel is situated in Edinburgh the historic centre of with views of the castle, nearby, you will find the tourist attractions, monuments ,Royal Mile, Holyrood House, Dynamic Earth and Princess Street it is near 500 kilometres away, you can find restaurants, bars, pubs, clubs and nightclubs. it is in front of a public transport stop. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a stereo, a radio, a satellite or cable television, a CD player, a DVD player and internet. They also have a double bed, tiled floors, a central heating system, a safety deposit box, a small sitting room and fitted carpets. FACILITIES: It is 5 kilometres away from a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="475.77" OriginalAmount="461.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458809" Longitude="-3.2291314" StarRating="4" HotelCode="|28705" HotelName="The Roseate Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMPTON TERRACE 5/WEST COATES 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/0/5/28705_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, is surrounded by a beautiful garden 16 rooms and 2 floors. In the establishment entrance, guests will find a lobby, a reception and a lift. Some of the facilities that the establishment offers to guests include a bar, a conference room, a laundry service and a car park. SITUATION: This hotel West End it is in Edinburgh it is in Princes Street it is 15 minutes away from Where you can find shops and the shopping centre. The International Exhibition Centre 10 minutes away, you can find The Murrayfield Stadium it is 5 minutes away from it is situated 3 kilometres away from bars, nightclubs, a train station, a bus station, a public transport stop and the tourist area. 12 kilometres away from the establishment, guests will find Turnhouse Airport it is close to the bus stop. ROOM: The comfortable rooms, have a bathroom with a shower, with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, a double bed, fitted carpets and a central heating system. OTHERS: The establishment serves a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.86" OriginalAmount="462.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|apex_city_hotel_edinburgh" HotelName="Apex City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.71" OriginalAmount="463.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9476013" Longitude="-3.1952" StarRating="4" HotelCode="|17862" HotelName="Apex City Of Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 GRASSMARKET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/2/17862_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this modern hotel and was built in 1960. It has 4 floors, 119 rooms, 116 double rooms and 3 suites. In the entrance, you can find a lobby with an elevator and a reception with safety deposit boxes, The establishment has various facilities, such as a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. There are many services available at the establishment, including room service. SITUATION: This urban hotel, the Grassmarket is situated in it is near shops, bars, nightclubs, monuments and tourist points of interest. in front of the hotel there is a public transport stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, a mini-bar, internet, a fridge and a double bed. Are also equipped with tiled floors, an air-conditioning system, fitted carpets, central heating and a safe. FACILITIES: It is 5 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.84" OriginalAmount="463.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9511873" Longitude="-3.1855252" StarRating="4" HotelCode="|17844" HotelName="Leonardo Royal Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JEFFREY STREET 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/4/17844_46330b11434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This large and modern hotel, has a spacious hall and a restaurant. SITUATION: This hotel is in the heart of Edimburgo (Royal Mile), close to the conference centre, el Castillo de Edimburgo and the tourist attractions. 300 metres away, there is a public transport stop. 5 kilometres away from the establishment, guests will find the beach. It is situated 6 kilometres away from a golf course. ROOM: Customers can find spacious and smart rooms. All the rooms have a welcome kit. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.98" OriginalAmount="466.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953561" Longitude="-3.196133" StarRating="4" HotelCode="75860|le_monde_hotel" HotelName="Le Monde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 George Street, Edinburgh EH2 2PF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/47/6f4734f7f5ca816835af00115198dd604383949c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.07" OriginalAmount="469.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94757336" Longitude="-3.1916587" StarRating="4" HotelCode="475072|destiny_scotland_george_iv_apartments" HotelName="Destiny Scotland - George IV Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 George IV Bridge, Edinburgh, EH1 1EN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/48/1548ac01f361c4c6be4649ead46fd936fd435a0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.83" OriginalAmount="473.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|577915" HotelName="The Dunstane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="495.12" OriginalAmount="480.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95346" Longitude="-3.20619" StarRating="0" HotelCode="|445443" HotelName="Heeton Concept Aparthotel Edinburgh Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 - 77 Queen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/4/3/445443_e6c5a290902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.43" OriginalAmount="481.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954027948257" Longitude="-3.2010367512703" StarRating="4" HotelCode="189800|rick" HotelName="Rabble" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55a Frederick Street, Edinburgh EH2 1LH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/b2/9db298bcb33c549bbddf44bc0806064425f3b871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Frederick Street, the hotel is in a perfect central location, whether guests are visiting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.49" OriginalAmount="483.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94954542" Longitude="-3.18689317" StarRating="3" HotelCode="477019|niddry_street_apartments_edinburgh" HotelName="Niddry Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Niddry Street, Old Town, EH1 1LG Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/4a/9b4a7b4b28101718efbd7ba86d527ac497b293a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.74" OriginalAmount="484.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9533997" Longitude="-3.2011001" StarRating="4" HotelCode="|31284" HotelName="The Frederick House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 FREDERICK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/2/8/4/31284_54ebce30440.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in New Town. This establishment was built in 1880, has 45 standard rooms, 1 suite and has 5 floors. In the entrance, you can find a cosy hall with a reception, a safety deposit box service and a lift. The establishment offers guests internet and a laundry service. SITUATION: This hotel is in the historic area of Edinburgh, close to Princes Street. 10 minutes away from the establishment, you can find the stations of Waverley and St Andrews. Around the establishment, clients can find bars, restaurants, pubs, nightclubs, clubs and public transport services. Is 1 kilometre from the Royal Mile and el Castillo de Edimburgo. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a double bed and a central heating system. FACILITIES: 5 kilometres away from the establishment, clients can find a golf course. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: The establishment does not have restaurant. Guests receive a voucher for each day booked for use at Rick's Restaurant found opposite the hotel.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.43" OriginalAmount="485.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959477074127" Longitude="-3.2148635387421" StarRating="4" HotelCode="37929|4284035" HotelName="Raeburn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place, Stockbridge, Edinburgh EH4 1HG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a37c6b26ed24c9b18b6f04c7ef7845e603f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new town area of Edinburgh. It is just a ten-minute walk from the weste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.15" OriginalAmount="486.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.959777" Longitude="-3.214516" StarRating="4" HotelCode="|451345" HotelName="The Raeburn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/5/451345_77c087a1211.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502.64" OriginalAmount="488" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|201203" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.74" OriginalAmount="490.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.927736" Longitude="-3.208183" StarRating="4" HotelCode="|451604" HotelName="The Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>237-239 Morning Side Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/0/4/451604_7d39ae80933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="508.50" OriginalAmount="493.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="510.85" OriginalAmount="495.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9548" Longitude="-3.19402" StarRating="4" HotelCode="|445878" HotelName="Malmaison Edinburgh City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buchan House, 21-22 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/8/445878_84a4e4a1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="511.88" OriginalAmount="496.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954156" Longitude="-3.198312" StarRating="4" HotelCode="|476992" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/9/9/2/476992_2e3b58d0730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|ibis_styles_edinburgh_centre_st_andrew_square" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.24" OriginalAmount="498.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9400798" Longitude="-3.1711603" StarRating="4" HotelCode="|70755" HotelName="The Scholar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD PARK ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/7/5/5/70755_2724f0d1203.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a building, was built in the 18th Century, has 36 rooms, with bathroom, a lobby, a breakfast room, room service, a laundry service and a car park. SITUATION: This urban hotel is in Edinburgh the southern area of Holyrood Park and Arthur's Seat it is located close to the establishment is 32 kilometres away from the railway station, the bus station, is situated 15 minutes away from restaurants, bars and the nightlife. 30 minutes away from the establishment, clients can find a ski resort, is situated 12 kilometres away from Edinburgh Airport. ROOM: The rooms have a bathroom with a shower or bath, a double bed, a television, internet, a hairdryer, a direct line telephone, a safe, an iron, a coffee maker, a kettle and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 10:30, Consult the reception timetable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.01" OriginalAmount="499.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9533005" Longitude="-3.1905999" StarRating="3" HotelCode="|17839" HotelName="Indigo Edinburgh - Princes Street, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/9/17839_1_1987.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has and 75 rooms, is ideal for holidays or business trips, The establishment has a restaurant, a reception, a safety deposit box service, a currency exchange service, a lift, conference facilities and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This establishment, is in the city centre, Princes Street is situated in opposite the establishment, you can find a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, internet, a safety deposit box (available for a fee), a trouser press and a welcome tray.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.86" OriginalAmount="499.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508973" Longitude="-3.1822508" StarRating="0" HotelCode="|215745" HotelName="Adagio Edinburgh Royal Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/4/5/215745_30630170924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.06" OriginalAmount="502.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|ocean_serviced_apartments" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/19/d319fca51b272bb13dc9ecf9517a21072a9ab95a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="518.08" OriginalAmount="502.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9450345" Longitude="-3.1997268" StarRating="4" HotelCode="|20679" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, SCOTLAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/9/20679_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bright hotel, was opened in 2004, has with air-conditioning, 8 floors, 180 rooms and 2 suites. The establishment boasts a bar, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service and a laundry service. The establishment boasts a car park and an indoor car park. SITUATION: This hotel is situated 5 kilometres away from the beach. It is a few minutes walk away from Royal Mile, Edinburgh Castle and Princess Street the business area. 50 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a safety deposit box (available for a fee), central heating and an air-conditioning system. FACILITIES: Customers can enjoy a covered swimming pool, a swimming pool, a sauna and a gym. 2 kilometres away from the establishment, clients can find a golf course. It is 12 kilometres away from a ski resort. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.52" OriginalAmount="505.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="526.89" OriginalAmount="511.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9478989" Longitude="-3.1954999" StarRating="3" HotelCode="|30997" HotelName="Grassmarket" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRASSMARKET 94-96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/9/7/30997_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a historic building 44 rooms and 5 floors. This hotel ideal for all kinds of travellers, The establishment boasts a lobby, a lift and Biddy Mulligans the pub. SITUATION: the Grassmarket It is in Princes Street and The Edinburgh Castle it is close to in the surrounding area, clients can find restaurants, bars, pubs, clubs, a public transport stop and shops. It is situated 12 kilometres away from the airport. ROOM: The traditional-style rooms, They have a bathroom with a hairdryer, a television, a direct line telephone, a coffee maker and a kettle. OTHERS: Regarding the food and beverage provision, the establishment offers breakfast and meal service in the pub.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="527.36" OriginalAmount="512.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|royal_british_hotel" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/6c/8f6c3feedfe2667da3a336b7bb2c062eb6bfb05f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528.39" OriginalAmount="513" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|55127" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0d/160dedea4d72af51efcb77ab6ba42e0ff333d086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.76" OriginalAmount="514.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.39" OriginalAmount="515.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.35" OriginalAmount="517.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949649" Longitude="-3.210978" StarRating="3" HotelCode="|567443" HotelName="Eleven Stafford Street Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Stafford St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/4/3/567443_3d0669e1317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.08" OriginalAmount="521.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95347" Longitude="-3.20304" StarRating="0" HotelCode="|454664" HotelName="Royal Princes Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/6/4/454664_ff567391155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.09" OriginalAmount="522.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937651931148" Longitude="-3.2028794288635" StarRating="3" HotelCode="337450|84697" HotelName="Black Ivy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Alvanley Terrace, Edinburgh EH9 1DU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/58/3058ee2cfe95d20d0093f468fc2f29e6df86144d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to a peaceful park, this hotel lies just 1 km from the inner city. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="538.84" OriginalAmount="523.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9518208" Longitude="-3.1773966" StarRating="4" HotelCode="|20010" HotelName="Edinburgh Holyrood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOLYROOD ROAD 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/0/20010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has a lounge bar, a library and a stylish restaurant. SITUATION: This establishment is in the surrounding area of the Scottish Parliament, The Holyrood House Palace and The Volcanic Mountain Arthur's Seat it is situated 2 minutes away from the Royal Mile ROOM: The modern rooms have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, complimentary bathroom items, a writing desk with lamp and a welcome tray. FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a solarium, a Turkish bath, a beauty centre and a gym. MEALS: The establishment serves a buffet breakfast. OBSERVATIONS: This establishment has a car park (for a fee). Check-in is at 16:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.75" OriginalAmount="525.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956435670375" Longitude="-3.1906912558825" StarRating="2" HotelCode="320501|28_york_place" HotelName="28 York Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 York Place, Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3c/953c2d6efb3044988877e2427393787259e13ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="551.13" OriginalAmount="535.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="551.60" OriginalAmount="535.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|140754" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="552.08" OriginalAmount="536.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94987908" Longitude="-3.20775749" StarRating="4" HotelCode="568021|the_rutland_hotel" HotelName="The Rutland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.20" OriginalAmount="540" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.23" OriginalAmount="541.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950919" Longitude="-3.217429" StarRating="4" HotelCode="36960|the_edinburgh_residence_3" HotelName="Edinburgh Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rothesay Terrace, Edinburgh EH3 7RY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/60/3a60cd5dae3ccae61204f078bdea7f447b22b7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rothesay Terrace in Edinburgh's West End, one of the most sought after residentia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.49" OriginalAmount="545.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95063" Longitude="-3.18967" StarRating="3" HotelCode="|186092" HotelName="The Inn Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>20-30 Cockburn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/9/2/186092_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.88" OriginalAmount="545.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940402" Longitude="-3.171291" StarRating="4" HotelCode="|448552" HotelName="The Scott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/5/2/448552_489312e1420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.20" OriginalAmount="545.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93229" Longitude="-3.17274" StarRating="4" HotelCode="|185991" HotelName="Glenalmond Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/9/1/185991_02ef06d1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.27" OriginalAmount="545.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9508018" Longitude="-3.1874001" StarRating="4" HotelCode="|17843" HotelName="Hilton Edinburgh Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 North Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/3/17843_1_3620.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 10 floors, 189 standard rooms, 6 single rooms and 183 double rooms. In the entrance, you can find a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has a hairdresser's, conference facilities, a restaurant, a bar and internet. There are many services available at the establishment, including room service and a laundry service. It also has a car park. SITUATION: This hotel is situated in Edinburgh city centre. Close to the establishment, clients can find Waverly Station and a public transport stop. It is situated 100 metres away from restaurants. Near the establishment, guests will find shops. It is 200 metres away from bars and nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a double bed, a central heating system, a central air-conditioning system and a safe. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a solarium, a thermal bath and a massage service. Clients can enjoy activities such as squash and aerobics. Clients can use a gym. 4 kilometres away, you can find a golf course. OTHERS: The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.44" OriginalAmount="548.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93617777" Longitude="-3.16973063" StarRating="0" HotelCode="787760|rosehall_hotel" HotelName="Rosehall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 23/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 Dalkeith Road, Edinburgh, Scotland EH16 5AJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/30/80307c6d4cc0744545d681780f4e3f7e66904a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just over a mile from the centre of beautiful Edinburgh, The Rosehall is a small private hotel on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.50" OriginalAmount="550.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93236" Longitude="-3.172377" StarRating="4" HotelCode="148226|glenalmond_house" HotelName="Glenalmond House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Mayfield Gardens, Edinburgh, Scotland EH9 2BX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda08ef43b023c304437b2f86f5cc62e7f86a7ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="569.28" OriginalAmount="552.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9507724" Longitude="-3.2183121" StarRating="5" HotelCode="|29582" HotelName="Hapimag Resort Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROTHESAY TERRACE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/5/8/2/29582_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1872, This Georgian style hotel 29 rooms, 8 suites and 5 floors. The establishment has a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a conference room and WiFi. There are many services available at the establishment, including room service and a laundry service. Guests also have access to a car park. SITUATION: Is situated inEdinburgh the western area of Rothesay Terrace it is in close to the establishment, clients can find the commercial area, the tourist attractions ,Princes Street Gardens It is situated 20 minutes away from 10 minutes away from the establishment, guests will find pubs, nightclubs, 10 minutes away, there is a bus stop, is 10 minutes away from Haymarket the Station of. ROOM: The spacious rooms, They have a large bathroom with a bath, a spacious shower, a hairdryer, a direct line telephone, a satellite or cable television, a stereo, a kitchenette, a mini-bar, a microwave, a coffee maker, a kettle, a safe, a double bed and central heating. FACILITIES: 20 metres away, there is a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="571.81" OriginalAmount="555.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95081" Longitude="-3.18815" StarRating="0" HotelCode="|476353" HotelName="Linton Collection - 28 North Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 North Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/3/5/3/476353_7e9c0d62210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.36" OriginalAmount="555.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953055" Longitude="-3.200869" StarRating="4" HotelCode="|498552" HotelName="RÌGH Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 George St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/5/5/2/498552_82ad4a71130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.04" OriginalAmount="557.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.976762" Longitude="-3.169695" StarRating="0" HotelCode="|451342" HotelName="Ocean Mist Leith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Shore</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/2/451342_c3a23cd1047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="575.71" OriginalAmount="558.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91189" Longitude="-3.31573" StarRating="4" HotelCode="|245500" HotelName="Courtyard By Marriott Edinburgh West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/5/0/0/245500_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.89" OriginalAmount="563.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|nira_caledonia" HotelName="Nira Caledonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.04" OriginalAmount="568" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="585.04" OriginalAmount="568.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.962696" Longitude="-3.198599" StarRating="4" HotelCode="37285|canon_court_aparthotel" HotelName="Canon Court Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Canonmills, Edinburgh, Scotland EH3 5LH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2d/f32d2b83b76070065ac012fbc76f39d5c1eb8cd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive apartment hotel is located in the tourist centre of Edinburgh, only a 5 minutes walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.13" OriginalAmount="571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|radisson_blu_edinburgh" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.76" OriginalAmount="572.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94695083" Longitude="-3.21477171" StarRating="4" HotelCode="547691|2508585" HotelName="Haymarket Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Torphichen Street, Edinburgh EH3 8JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e8/fbe8627df5756a0646d94edd972198a640b93ac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.47" OriginalAmount="576.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|579785" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/ce/75ce929d315436ce75695cef598880edbd535cc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="597.65" OriginalAmount="580.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.52" OriginalAmount="584.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.891010792026" Longitude="-3.1042063236237" StarRating="4" HotelCode="36754|melville_castle_5" HotelName="Melville Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gilmerton Road, Edinburgh, Midlothian EH18 1AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/52/3052f55289dfc5480a4ccf34a369d29d9809e9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location amidst a large park far away from the hustle and bustle. Link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.63" OriginalAmount="588.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|856885" HotelName="Residence Inn by Marriott Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="610.04" OriginalAmount="592.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9502358" Longitude="-3.1867679" StarRating="4" HotelCode="|17859" HotelName="Radisson Blu , Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/9/17859_d12707f1413.jpeg</HotelPictures>
        <HotelDescription>HOTEL: It has 7 floors, 238 rooms and 10 suites. The establishment has a bar and a restaurant. SITUATION: It is inthe Royal Mile a central area of the Edinburgh Castle and Holyrood Palace it is between near the establishment, guests will find the business area, monuments situated 1 kilometre away fromWaverly the Station of public transport services, is situated 11,5 kilometres away from Edinburgh Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: Guests can enjoy a covered swimming pool, a sauna, a sunbathing terrace and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.15" OriginalAmount="596.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|581045" HotelName="Bonham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="615.36" OriginalAmount="597.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953645024098" Longitude="-3.1868317723274" StarRating="4" HotelCode="130402|120175" HotelName="Princes Street Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 16, Princes Street, Edinburgh EH1 3EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/20/db20dcc2915e07cdf8df2fa25ddd8335ff979fe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located on a quiet street right in the city centre, 2 minutes’ walk from Princes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="616.55" OriginalAmount="598.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9471016" Longitude="-3.2076001" StarRating="5" HotelCode="|17838" HotelName="Sheraton Grand and Spa, Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FESTIVAL SQUARE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/17838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.98" OriginalAmount="600.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951227" Longitude="-3.182541" StarRating="4" HotelCode="|501482" HotelName="BrewDog DogHouse Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 New St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/4/8/2/501482_62984801054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="627.68" OriginalAmount="609.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9459" Longitude="-3.2038" StarRating="4" HotelCode="|20681" HotelName="Doubletree By Hilton Edinburgh City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, Edinburgh EH3 9AF, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/1/20681_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This stylish hotel rooms 4 floors, 140 rooms, 136 double rooms and 4 suites. Guests have access to a lobby with a reception, a cocktail bar, a pub, a restaurant, internet and conference rooms. There are many services available at the establishment, including room service and a laundry service. SITUATION: This inviting hotel, the Edinburgh Castle it is located in front of it is near Princes Street the commercial area of the business area, Where you can find and the historic centre. in front of the hotel there is a public transport stop, is situated 13 kilometres away from Turnhouse Airport. ROOM: The minimalist in style rooms, have a bathroom with a hairdryer, toiletries, a direct line telephone, satellite or cable TV, central heating, internet, a kettle and a coffee maker. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and a set-menu lunch and dinner. Guests can book bed and breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="629.37" OriginalAmount="611.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9608231" Longitude="-3.2002415" StarRating="3" HotelCode="|167878" HotelName="Ardenlee Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Eyre Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/8/7/8/167878_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1871 and has WiFi (free of charge). SITUATION: This establishment is in the area New Town (Edimburgo). It is situated 800 metres away from the shops of Princes Street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.36" OriginalAmount="612.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="973467|mono_suites_3" HotelName="Mono Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/c8/14c8b5476744960852ee5494a9ae144bda903265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.82" OriginalAmount="619.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|6531" HotelName="InterContinental Edinburgh The George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b0/e8b073e2be6e1cb0fd9e67b8a3fe1f7d1db0f550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="638.24" OriginalAmount="619.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|84420" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.10" OriginalAmount="621.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.69" OriginalAmount="623.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|the_glasshouse_autograph_collection" HotelName="The Glasshouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.75" OriginalAmount="625.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|hotel_du_vin_edinburgh" HotelName="Hotel Du Vin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="646.86" OriginalAmount="628.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95126" Longitude="-3.18969" StarRating="0" HotelCode="|222632" HotelName="St. Christopher's Inn Edinburgh -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/2/222632_b8b1f170612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.86" OriginalAmount="636.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956867" Longitude="-3.176856" StarRating="4" HotelCode="|451641" HotelName="24 Royal Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/4/1/451641_7a6c1a11142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="657.35" OriginalAmount="638.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|9125" HotelName="Kimpton Charlotte Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c0/bac0984baf1c5e1ba8eabc7534a51b2b8ea6f803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="673.16" OriginalAmount="653.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9516254" Longitude="-3.206258" StarRating="4" HotelCode="|20011" HotelName="Kimpton Charlotte Square , An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/1/20011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="677.68" OriginalAmount="657.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="678.14" OriginalAmount="658.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9335298" Longitude="-3.38597" StarRating="4" HotelCode="|44735" HotelName="Norton House and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>INGLISTON N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/5/44735_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting,rural hotel, was built in 1843 and has 83 rooms, In the entrance, you can find a lobby with a reception, a safety deposit box service and a cloakroom. The establishment boasts Ushers the restaurant The Brasserie the restaurant It also has a lift, a bar, WiFi, internet, room service, a laundry service (for a fee), a car park and a bicycle rental desk. SITUATION: It is in a peaceful park, is situated 9,6 kilometres away from a beach, Edinburgh the city centre of Where you can find tourist points of interest, bars and pubs. The Royal Yatch Britannia and Livingston Designer Outlet 30 minutes away, guests can find It is 5 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, They have bathroom items, a bathrobe, a hairdryer, a direct line telephone, a flat-screen television with satellite channels, a DVD player, a safety deposit box, an iron, a trouser press, a small fridge, a goodnight service, a coffee maker, a kettle, mineral water and internet (free of charge). FACILITIES: The establishment has a health club, a covered heated pool, a hydrotherapy swimming pool, a hydromassage shower, a sauna, a steam bath, a gym, a spa, spa treatments and a massage service. Guests can enjoy a snack bar, a sunbathing terrace and deck chairs. it is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 15:00 check-out is at 11:00. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests can book full-board or half-board, Regarding the food and beverage offering, clients can enjoy a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="682.04" OriginalAmount="662.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|168920" HotelName="Indigo Edinburgh" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="686.45" OriginalAmount="666.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="705.20" OriginalAmount="684.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="705.56" OriginalAmount="685.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956772877999" Longitude="-3.1777766346932" StarRating="3" HotelCode="142943|4266035" HotelName="24 Royal Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Royal Terrace, Edinburgh EH7 5AH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/cf/51cf14a365ee6ca7b33d7ff2a847549e3df7c8ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="711.09" OriginalAmount="690.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949501" Longitude="-3.2070999" StarRating="5" HotelCode="|25239" HotelName="The Caledonian Edinburgh, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PRINCES STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/9/25239_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1903, was renovated in 2005, has 251 rooms, 21 suites and 7 floors. The establishment has a reception, a concierge, a currency exchange service, a car park, WiFi in communal areas, 2 restaurants, 2 bars and a health centre with a swimming pool. With views of Edinburgh Castle. SITUATION: This luxurious hotel is in the city centre, is situated in the western area of Princes Street. Close to the establishment, clients can find bars, restaurants, shops, monuments and public transport services. It is situated 10 minutes away from Waverly Station, 20 minutes away from the airport. It is 10 minutes away from The Murrayfield Stadium and International Conference Centre, ROOM: The luxurious, elegant rooms have a bathroom, a hairdryer, coat, slippers, a direct line telephone, cable television (available for a fee), internet, data connection, a writing desk, a mini-bar, an iron, a coffee maker and a kettle. Some rooms have views of Edinburgh Castle. They also have a launderette. FACILITIES: The establishment boasts a health club, a swimming pool with views of the castle, deck chairs, a steam bath, a spa, a multipurpose sports complex, a beauty centre and a massage service. It is 6 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.83" OriginalAmount="701.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95412" Longitude="-3.19746" StarRating="0" HotelCode="|454666" HotelName="Hanover 71 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Hanover Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/6/6/454666_5ce3d241144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="723.82" OriginalAmount="702.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="738.12" OriginalAmount="716.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9541841" Longitude="-3.1962784" StarRating="5" HotelCode="|20008" HotelName="Intercontinental Edinburgh The George, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/0/8/20008_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 249 rooms and 10 suites. The establishment boasts a bar and a restaurant. SITUATION: This luxurious hotel is in George Street, around the establishment, clients can find el Castillo de Edimburgo, el palacio de Holyrood, los jardines Princes Street Gardens, Dynamic Earth and la avenida Royal Mile. It is 5 minutes away from Andrews Square Square and Waverly Railway Station. 500 metres away, there is a public transport stop. It is just 13 kilometres away from Edinburgh Airport and 89 kilometres away from Airport Glasgow. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a flat-screen television, a mini-bar, a double bed and a safe (available for a fee). OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.87" OriginalAmount="729.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="784.38" OriginalAmount="761.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94809" Longitude="-3.192508" StarRating="5" HotelCode="|445438" HotelName="Virgin Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 India Buildings</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/8/445438_1a39b391850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="840.52" OriginalAmount="816.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950806" Longitude="-3.191435" StarRating="4" HotelCode="|445836" HotelName="Market Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/3/6/445836_6f4a8f30823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="843.61" OriginalAmount="819.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.99" OriginalAmount="822.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="875.09" OriginalAmount="849.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="949.88" OriginalAmount="922.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950901" Longitude="-3.1884" StarRating="4" HotelCode="|17845" HotelName="The Scotsman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NORTH BRIDGE 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/5/17845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant and a beauty centre. SITUATION: This hotel is in North Bridge around the establishment, clients can find Princes Street and shops. It is 25 minutes away from the airport. ROOM: All the rooms have a DVD player, a television, a direct line telephone with an answering machine, WiFi, board games, an ironing set and a trouser press. Guests are offered deluxe rooms with double beds. It also offers a mini-bar, a coffee maker, a kettle, complimentary bathroom items and room service. FACILITIES: The establishment has a beauty centre, a swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Check-in is at 14:00 and check-in is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="959.44" OriginalAmount="931.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198" HotelName="Old Town Chambers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1016.61" OriginalAmount="987.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952376091481" Longitude="-3.2051539421081" StarRating="4" HotelCode="60404|tigerlily" HotelName="Tigerlily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/36/43365e7627f27eecee7eb27ec61ac27257815aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in one of the most prestigious locations in Edinburgh, the hotel is located on elegant George St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1028.36" OriginalAmount="998.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950558" Longitude="-3.185556" StarRating="5" HotelCode="|450033" HotelName="Cheval Old Town Chambers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Mile 329 High Street Edinburgh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/3/3/450033_9681e671026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1150.15" OriginalAmount="1116.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|1091288" HotelName="Prestonfield House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.22" OriginalAmount="1174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95409493" Longitude="-3.1919043" StarRating="5" HotelCode="636656|the_edinburgh_grand" HotelName="The Edinburgh Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Saint Andrew Square, New Town, Edinburgh EH22AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1355.85" OriginalAmount="1316.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95427" Longitude="-3.19226" StarRating="5" HotelCode="|445444" HotelName="Cheval The Edinburgh Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 St Andrew Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/4/4/445444_d04c10d0956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1484.23" OriginalAmount="1441" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|13188" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1566.51" OriginalAmount="1520.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954081" Longitude="-3.191708" StarRating="5" HotelCode="|516036" HotelName="Gleneagles Townhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 ST ANDREWS SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/0/3/6/516036_ef364ff1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1579.27" OriginalAmount="1533.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94181" Longitude="-3.20467" StarRating="3" HotelCode="|231185" HotelName="The Valentine - Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/1/8/5/231185_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2191.84" OriginalAmount="2128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.35" OriginalAmount="526.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="0" Longitude="0" StarRating="3" HotelCode="|95014" HotelName="LINKS &amp;amp BAR" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Alvanley Terrace, Whitehouse Loan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: It is inEdinburgh the city centre of it is 8 kilometres away from the airport situated 1 kilometre away fromWaverley the Railway Station of. ROOM: Clients can find 26 rooms with a bathroom, a hairdryer, a television, a direct line telephone, a coffee maker, a kettle, an iron and heating. FACILITIES: The establishment boasts a car park, a bar and a games room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Telephone Service,Central Heating,Conference Hall,Golf,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Wheelchair Access,Bicycle Rental,Diet Meals,Garden,Kitchen,Designated Smoking Area,Jacuzzi,Sauna,Swimming Pool,Currency Exchange,Massage Centre,Heated Pool,Spa,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed,24 Hour Power Supply,Housekeeping,LCD/Projector</BasicAmenities>
    <HotelRating>3,4,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,APARTHOTEL,APARTMENT HOTEL,SPA HOTEL,COUNTRY HOUSE,HOSTEL,APARTMENT,VILLAGE,GUEST HOUSES,GUESTHOUSE</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
7678737b-7eb2-4504-87df-376ebb92c1ad|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|449960" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" 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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad" TimeStamp="0001-01-01T00:00:00" HotelName="W Edinburgh" HotelCode="449960" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="1 ST JAMES SQUARE" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="449960H1_8-1090H1HNHN122e26|1781159779.DHFCAP-GBRA4ebf2offE|877.22|94|ODc3LjIyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="756" TotalPrice="779.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:36:19.8142917+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="756.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Studio" RoomTypeCode="449960H14_890H1HNHNajgp80|1781159779.DHFCAP-GBRA4ebf2offE|1463.00|94|MTQ2My4wMHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1262" TotalPrice="1299.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:36:19.8142917+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1261.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Suite" RoomTypeCode="449960H41_8-890H1HNHNaji163|1781159779.DHFCAP-GBRA4ebf2offE|1713.35|94|MTcxMy4zNXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1477" TotalPrice="1521.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:36:19.8142917+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1477.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d6cd3ae1126.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d81566b1128.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e6d469c1142.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e4601ff1140.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_dbbab9f1131.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e1e8d611137.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e32c9d01139.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e5a59b71141.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d95095a1129.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_dd030851133.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_de411341134.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_df7af7d1135.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e0afd7f1136.jpg" /></Images><HotelDescription /></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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="449960" SourceId="94" RoomTypeCode="449960H1_8-1090H1HNHN122e26|1781159779.DHFCAP-GBRA4ebf2offE|877.22|94|ODc3LjIyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-11T07:37:37.7419432+01:00" End="2026-07-04T00:00:00">
        <AmountPercent NmbrOfNights="2" BasisType="Amount" Percent="0" Amount="779.10" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>779.10</TotalAmount>
  <TraceId>7678737b-7eb2-4504-87df-376ebb92c1ad</TraceId>
</CheckRatesRS>||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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" 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
7678737b-7eb2-4504-87df-376ebb92c1ad|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
7678737b-7eb2-4504-87df-376ebb92c1ad|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:3ccd7ba1-9aeb-4318-98f8-f3dac81451ce
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
7678737b-7eb2-4504-87df-376ebb92c1ad|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-06-11T07:37:49.2148303+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7678737b-7eb2-4504-87df-376ebb92c1ad" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="244.71" OriginalAmount="237.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3093399" Longitude="-85.9660918" StarRating="3" HotelCode="|276014" HotelName="Best Western Edinburgh/columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11780 North Highway 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/0/1/4/276014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.45" OriginalAmount="249.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3100605" Longitude="-85.9641138" StarRating="3" HotelCode="|282068" HotelName="Comfort Inn Near Indiana Premium Outlets" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11711 North U.S. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/0/6/8/282068_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.60" OriginalAmount="259.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|100693|Bed &amp; Breakfast" HotelName="Britannia Edinburgh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1b/1c1bf498bbba756e9897399d5d04a833578942f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944626" Longitude="-3.254732" StarRating="3" HotelCode="915144|western_manor_house_hotel" HotelName="Twin Lions Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road, Murrayfield, Edinburgh EH12 6JG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/1d/af1d5f39b15c8bcaaa4e69670adc85bb2247ecb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94055" Longitude="-3.1704" StarRating="3" HotelCode="37813|35228" HotelName="Chancellor’s Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62403/a_62403_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting university complex is an ideal starting point for guests wishing to explore the city. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940431" Longitude="-3.171425" StarRating="3" HotelCode="147204|pollack_halls__edinburgh_first" HotelName="Pollock Halls" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9e/259e79dca243127f0ee77b4d7dd74733cf9c99e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.75215" Longitude="98.77135" StarRating="4" HotelCode="0|186072-28571532/5950259342948933576/1419" HotelName="THE ORIGINAL ROSLIN INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>129 MOO 7, AONANG KOH PHI PHI, KRABI, KOH PHI PHI, THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/186072/20121220103020359.jpg</HotelPictures>
        <HotelDescription>The Phi Phi Hotel is a convenient base to discover all that Koh Phi Phi has to offer. All of the 64 rooms at the hotel are appointed with modern facilities to meet guests needs. The guestrooms come with AC, telephone, TV, tea/coffee and mini bar. The facilities and services at this Koh Phi Phi accommodation consist of restaurants and a bar. Complete service and facilities, together with its convenient location, make the hotel a perfect choice for visitors to Koh Phi Phi. To proceed with this booking at the Phi Phi Hotel, please select your dates of stay and complete our secure online booking form.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.26" OriginalAmount="283.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|2508435|Bed &amp; Breakfast" HotelName="ibis budget Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/58/583d204f7686e720/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.46" OriginalAmount="283.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|216356|Bed &amp; Breakfast" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/42/b542e0aabc94da97761e1b34a2fc3836052dc563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34586-25217692/5950259342948933576/4487" HotelName="BRAID HILLS HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47900/47821/8cc0a7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.50" OriginalAmount="301.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|468125|Bed &amp; Breakfast" HotelName="Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ef/68efb7a008f2f10bad7c012209dd1ea933c156e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|478916-28515725/5950259342948933576/807" HotelName="AIRDENAIR GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19110000/19100100/19100079/71c1d4a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.47" OriginalAmount="304.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|16970|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/9d/1a9dfc048db2381d13c920b8ab99e7c093c6bbb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|the_ben_doran_guest_house" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/31/1c31b5facbb87c702d30f70782571497e84e1276.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613362-30105923/5950259342948933576/5694" HotelName="PREMIER INN NEWBRIDGE - EDINBURGH APT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11910000/11900500/11900480/93e91b29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1414473-30105859/5950259342948933576/5556" HotelName="PREMIER INN EDINBURGH - SOUTH QUEENSFERRY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785421/fbd5ed7a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.06" OriginalAmount="329.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|906407|Bed &amp; Breakfast" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/7e/dd7e4edcfe1d363aca25fb5bd61b97766f589a55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.77" OriginalAmount="329.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9559735" Longitude="-3.2798623" StarRating="4" HotelCode="|17849" HotelName="Leonardo Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CLERMISTON ROAD 187</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/17849_b75ff3c1323.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 3 floors, 111 rooms, 108 double rooms and 3 single rooms. The establishment has a bar, a breakfast room and internet. There are many services available at the establishment, including room service and a laundry service. Guests can also use the car park and the indoor car park. SITUATION: This hotel is on a hill. It is situated close to the airport. 8 kilometres away from the establishment, guests will find the city centre. 40 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet and central heating. FACILITIES: Guests have access to a covered swimming pool, a sauna, a steam bath and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93087198" Longitude="-3.23861385" StarRating="2" HotelCode="579994|badjao_bed_and_breakfast" HotelName="Badjao B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Moat Place, Slateford Road, Edinburgh, Scotland EH14 1SE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/01/c1/01c1377f64b18633c8d76f0d126d9aefb46ee9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.87" OriginalAmount="330.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|217306|Bed &amp; Breakfast" HotelName="Best Western Kings Manor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/df/89df7455f751cdd542c6ea02a25753a56fc374f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.31" OriginalAmount="332.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|85598|Bed &amp; Breakfast" HotelName="Holiday Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/80/968082cd5a597a5048dce84b23698dac340c76b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Z...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="344.78" OriginalAmount="334.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|GB000022" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c1305a2955067b4bf3aa0d55b41b0842e9d6ba5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.05" OriginalAmount="336.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9414" Longitude="-3.2077" StarRating="3" HotelCode="|185918" HotelName="Averon Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Gilmore Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/1/8/185918_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.17" OriginalAmount="339" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950267619169" Longitude="-3.2173821330071" StarRating="3" HotelCode="97609|204108" HotelName="Thistle The Original Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Manor Place, Edinburgh EH3 7EG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/b5/3ab54d62b30139ce3f32506c0bb2885113f5da77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the prestigious, quiet residential West End area of the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.375572" Longitude="-69.157777" StarRating="3" HotelCode="0|65044-28553132/5950259342948933576/1267" HotelName="CRAIGIEBIELD HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Playa Kalki  1 Westpunt, CURACAO, C0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21450000/21441400/21441355/0f2814c4_b.jpg</HotelPictures>
        <HotelDescription>KURA HULANDA LODGE GOES VILLAS RENTAL FOR INTERNATIONAL GUESTS TOO !
Located at the western part of the island, don't miss this different vacation setting where you can rent villas with kitchenette in a private and tranquil beachfront setting while enjoying the nature and the ocean. Minimum stay 2 nights and subject to governmental taxes. 
No restaurants on the premises. The Christoffel bar is open daily from 11am until 7.30pm. There is a beach snack bar that opens 5 times a week from 10am until 5.30pm for snacks, light meals and beverages.
On the premises we have various attractions like the #tomasito and indian cave while you can enjoy too of the two swimming pools, children playground and a modest gym.
Located right in front of the #playakalki beach you have direct access to the turquoise Caribbean sea and one of the best snorkeling / dive site “Alice in the Wonderland”.  A diving school – GoWest diving where you can rent diving gear and book shore and boot dive packages and sea excursions. The #sunset is the most amazing experience being the Lodge at the western site of Curaçao. 
Walking distance of the fisherman's bay where you can swim with the #turtles and only minutes away by car to various nature sites and the beautiful beaches of Curacao are, among others the well-known “Kenepa”, both large and small beach. 
There is not really a supermarket here in Westpunt but a small minimarket and various great restaurants. Rent a car and before you drive to the #kurahulandalodge, both at Tera Kora and at Barber neighborhood, there are minimarkets, ATMs and gas stations. Nevertheless, we advise you to try visiting a supermarket to go groceries shopping&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.50" OriginalAmount="342.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9428" Longitude="-3.21034" StarRating="3" HotelCode="|445170" HotelName="Moxy Edinburgh Fountainbridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Freer Gait</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/7/0/445170_b38fa361459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.99" OriginalAmount="343.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|16210|Bed &amp; Breakfast" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb339ce096407cad7a9ef47dc50c55a85425c9ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.83" OriginalAmount="345.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.917385" Longitude="-3.2127828" StarRating="3" HotelCode="|72376" HotelName="Braid Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 BRAID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/3/7/6/72376_db0030b0502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.12" OriginalAmount="345.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|216896|Bed &amp; Breakfast" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8d/818d4917c78ae0733b8ce310d8e6b1588782c713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.67" OriginalAmount="347.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|6537|Bed &amp; Breakfast" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/23/dc23283a3bc5216e0f4bd84d8634d3d90654c455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="358.21" OriginalAmount="347.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|665499|Bed &amp; Breakfast" HotelName="Point A Hotel Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/50/37507c2dd5d8e459741774cdfc4c715b48da6d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.53" OriginalAmount="351" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982714" Longitude="-3.195525" StarRating="3" HotelCode="152758|93391" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place, Leith, Edinburgh EH6 4TX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/25/af251b76b99de2b22004d27b0af05cc36b07d404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Slumber by the sea at the Premier Inn Hotel Edinburgh Leith Waterfront. In a prime harbour location,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.59" OriginalAmount="353" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|93390" HotelName="Premier Inn Edinburgh East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8f/638f5bf7d7e129cb040607a12c2a3aec5d75c191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.00" OriginalAmount="354.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|467485|Bed &amp; Breakfast" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f3/e6f3f6cf55146c915f6a2fe44c647f8d5b39328e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.42" OriginalAmount="354.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9813995" Longitude="-3.1777" StarRating="3" HotelCode="|20669" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 BRITANNIA WAY, OCEAN DRIVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/6/9/20669_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999 145 rooms and 5 floors. This contemporary hotel, The establishment has a lobby with a reception, a lift, a bar, a car park, internet and a laundry service. SITUATION: Is situated inLeith Port Ocean Terminal it is close to close to the establishment, clients can find Edinburgh the shopping centre of it is close to the Scottish Government restaurants, bars and boutiques. Princes Street 2,5 kilometres away, you can find in front of the hotel there is a bus stop. ROOM: The comfortable, modern rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, a coffee maker, a kettle and a central heating system. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.68" OriginalAmount="356" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2424-18983474/5950259342948933576/243" HotelName="HOLIDAY INN EXPRESS EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13364/e2b90db2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.17" OriginalAmount="357.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|650165|Bed &amp; Breakfast" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/60/33600e2c747a708c70382ee3ac4b3a3af707cf63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.30" OriginalAmount="357.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.955797" Longitude="-3.2426105" StarRating="3" HotelCode="|17861" HotelName="Holiday Inn Express Edinburgh City West, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>QUEENSFERRY ROAD 107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/6/1/17861_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning 6 floors and 101 rooms. Guests have access to a bar, a restaurant with air-conditioning and a car park. SITUATION: This hotel is situated 2 kilometres away from the city centre, the Edinburgh Castle with views of 3 kilometres away, there is a public transport stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a kettle, a coffee maker, an air-conditioning system and a safe (available for a fee). FACILITIES: Clients can enjoy a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="375.95" OriginalAmount="365" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23385-18983566/5950259342948933576/251" HotelName="HOLIDAY INN EXPRESS EDINBURGH - LEITH WATERFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/520000/519940/9db32c43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="377.13" OriginalAmount="366.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|GB001793" HotelName="Ten Hill Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/66/966678c17cc386984a095779756a3b573ed9c465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.01" OriginalAmount="367" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.39" OriginalAmount="368.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9444199" Longitude="-3.0958854" StarRating="3" HotelCode="|25231" HotelName="Best Western Kings Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILTON ROAD EAST 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/3/1/25231_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a great location, renovated in 2005 67 rooms, In the entrance, guests are offered an inviting hall, a lift, a cloakroom, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a conference room with internet and a bicycle storage room. There are many services available at the establishment, including a laundry service, a medical care service and room service. It also has a car park. SITUATION: It is inEdinburgh east it is 15 minutes away from the city centre, in the surrounding area, clients can find shops, leisure areas, is close to Portobello the beach in front of the hotel there is a public transport stop situated 20 minutes away from the airport. ROOM: The smart, comfortable rooms, They have a large bathroom, a shower, a bath, a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, central heating, fitted carpets and a double bed. FACILITIES: The establishment has a covered swimming pool, a jacuzzi, a sauna, a solarium, a steam bath and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="382.13" OriginalAmount="371" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613356-30105925/5950259342948933576/5625" HotelName="PREMIER INN EDINBURGH PARK (AIRPORT)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785430/ce3f42fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|47453-25223841/5950259342948933576/3740" HotelName="CAIRN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64100/64061/346290ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|33360-21407556/5950259342948933576/2169" HotelName="DOUBLETREE BY HILTON EDINBURGH - QUEENSFERRY CROSSING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1153000/1152983/679a9c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/d6/50d652672706fe033f1bb1460fa7dc37ba40f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.40" OriginalAmount="380.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.957119734372" Longitude="-3.1862336397171" StarRating="3" HotelCode="33818|holiday_inn_express_edinburgh_city_centre" HotelName="Holiday Inn Express Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Picardy Place, Edinburgh EH1 3JT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/01/c7017f231c47773e843f3f517fe512da46bc024e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a traditional Georgian building, on Picardy Place in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|622694-25791173/5950259342948933576/3013" HotelName="YOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36670000/36667900/36667881/118bf85b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622463-25790833/5950259342948933576/5025" HotelName="POINT A EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37170000/37166300/37166264/692d5b4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.99" OriginalAmount="381.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|833285|Bed &amp; Breakfast" HotelName="Travelodge Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/66/3b6619c5598c9d378a6238d21990e502b48fe44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="395.90" OriginalAmount="384.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946026" Longitude="-3.218249" StarRating="3" HotelCode="260554|199055|Bed &amp; Breakfast" HotelName="Haymarket Hub Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clifton Terrace, Edinburgh EH12 5DR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/26/0526127a6a6aba7800f8e25deae0da9d64487302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ef/5fef847e649d45beafccae64d7ed17e70da47ea9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="402.73" OriginalAmount="391" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12435-25202296/5950259342948933576/3501" HotelName="DALMAHOY HOTEL &amp;amp; COUNTRY CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21999/05372291_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|68535-25238085/5950259342948933576/4129" HotelName="EDINBURGH THISTLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2150000/2140300/2140226/d8b44acf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.79" OriginalAmount="393.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937705866667" Longitude="-3.17691695" StarRating="4" HotelCode="114562|the_salisbury_hotel_2" HotelName="The Salisbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Salisbury Road, Edinburgh, Midlothian EH16 5AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d326939a3c0b892746bf5097e0bbfdb227c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="409.55" OriginalAmount="397.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|14034|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/54/3e5412e3f334c6162f307006389e277cf996d73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="413.03" OriginalAmount="401" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2421-21403721/5950259342948933576/2451" HotelName="DOUBLETREE BY HILTON EDINBURGH AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520500/520429/w3840h2548x0y1-bb129d31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="413.03" OriginalAmount="401" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48373-25224647/5950259342948933576/4148" HotelName="HOLIDAY INN EXPRESS - EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1090000/1088300/1088215/9c868edc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415.09" OriginalAmount="403" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|227087" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018ec9b8881cb83d26ded15daf1e7cb53f41c8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.30" OriginalAmount="410" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/77/2e772d0c679085fb52683f25501081eb2eab6b64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.44" OriginalAmount="410.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|2091325|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f2/30f27055aa1f6929e422451e1097cc0d2ba809f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.12" OriginalAmount="411.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9571943" Longitude="-3.1862639" StarRating="3" HotelCode="|20680" HotelName="Holiday Inn Express - Edinburgh City Centre, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PICARDY PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/0/20680_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, renovated in 2004, 155 rooms and 5 floors. In the entrance, guests are offered a lobby with elevators and a reception with safety deposit boxes, The establishment boasts a bar, a restaurant and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has a car park and an indoor car park. SITUATION: This attractive urban hotel is in a Gregorian building, is in Picardy Place the city centre of the Royal Mile and Princess Street near the establishment, guests will find Where you can find shops, restaurants, bars, pubs, cafÃ©s, leisure areas and entertainment. it is close to public transport services, the establishment is 2 kilometres away from the beach, the sea. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a coffee maker, a kettle and central heating. Some rooms have a sofa-bed. FACILITIES: It is 3 kilometres away from a golf course (available for a fee). OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.88" OriginalAmount="412.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|216926|Bed &amp; Breakfast" HotelName="Leonardo Hotel Edinburgh City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a59d0b888d087fb78b3e9e86c7405e638be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.46" OriginalAmount="414.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|1707228|Bed &amp; Breakfast" HotelName="Village Hotels Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7e/897eda3acc48f6ddbd6362a74281d0d6ecb4f711.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.94" OriginalAmount="415.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/da/09dad602f403a4c2fcefd75685f56742fe314561.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.15" OriginalAmount="417.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9458008" Longitude="-3.2423" StarRating="3" HotelCode="|20671" HotelName="Murrayfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORSTORPHINE ROAD 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/7/1/20671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Building Victorian style and was built in the 19th Century. It has 33 rooms, The establishment has a reception, congress facilities, an animated bar, a restaurant and a car park. SITUATION: Is situated inCorstorphine Road the residential area of it is near Murrayfield the rugby stadium of 5 minutes away, you can find the city centre 10 minutes away fromEdinburgh Airport it is close to the bus stop. ROOM: The traditional-style rooms, have a direct line telephone, a television, a hairdryer, a trouser press and a welcome tray. FACILITIES: 6 kilometres away from the establishment, customers can enjoy a golf course. OTHERS: Guests can book bed and breakfast, The establishment serves a set-menu lunch and dinner, The establishment offers food for those with special dietary requirements.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="432.60" OriginalAmount="420" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|613349-30105629/5950259342948933576/5594" HotelName="PREMIER INN EDINBURGH A1 (NEWCRAIGHALL)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11785500/11785426/920859f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.76" OriginalAmount="420.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.942554" Longitude="-3.212237" StarRating="3" HotelCode="|445436" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/3/6/445436_d47382b1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="433.27" OriginalAmount="420.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|GB000172" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/fb/1bfb206eba8ba77e926f335cf35ba1859ccd9ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="436.72" OriginalAmount="424" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431445-27597013/5950259342948933576/4818" HotelName="TYNECASTLE PARK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99940000/99931300/99931255/9a36ed21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.82" OriginalAmount="426.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94449" Longitude="-3.25441" StarRating="3" HotelCode="|186100" HotelName="Twin Lions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Corstorphine Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/0/186100_e62163a1542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.82" OriginalAmount="427.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94616" Longitude="-3.223103" StarRating="3" HotelCode="326333|81914|Bed &amp; Breakfast" HotelName="Apex Haymarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Haymarket Terrace, Edinburgh EH12 5LQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/c6/a0c614ebe6f3a0900b4561a490e0b6c544b43a13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Edinburgh's business district in the ""West End"" of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.31" OriginalAmount="428.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.936690452919" Longitude="-3.177216053009" StarRating="4" HotelCode="189797|1677128|Bed &amp; Breakfast" HotelName="Sherwood Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Minto Street, Edinburgh EH9 2BR, Newington</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/71/b47198e1e27f92f43f4f9ee084d19cafca82ae82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="441.87" OriginalAmount="429" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|96617-25263740/5950259342948933576/3974" HotelName="LEONARDO HOTEL EDINBURGH HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4035400/4035314/389b4ad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.90" OriginalAmount="430" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|464024-30105999/5950259342948933576/5648" HotelName="PREMIER INN EDINBURGH CITY CENTRE ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40090000/40085000/40084945/8a24cf7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.96" OriginalAmount="432" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|300152-25508811/5950259342948933576/3466" HotelName="VILLAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9131700/9131632/04e28cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="445.29" OriginalAmount="432.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|9466|Bed &amp; Breakfast" HotelName="Old Waverley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a6/1da6fa425b29e4299f6f8bad660c1f174c13fc56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.19" OriginalAmount="435.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946228232365" Longitude="-3.2218157018956" StarRating="3" HotelCode="165989|580125|Bed &amp; Breakfast" HotelName="Haymarket Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Coates Gardens, Edinburgh EH12 5LG, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a345a0f92736b58a0229dfa32d2ff5be56d2341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.33" OriginalAmount="436.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943823487316" Longitude="-3.2093637192531" StarRating="4" HotelCode="316326|399099|Bed &amp; Breakfast" HotelName="Mercure Edinburgh Haymarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gardners Crescent, Edinburgh EH3 8DQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/d2/73d24c84a46b8d6c0a1ae8bb2c8170dc22f65ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="450.11" OriginalAmount="437" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2438-25187416/5950259342948933576/4299" HotelName="LEONARDO EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527473/6e42fa2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.29" OriginalAmount="438.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|84687|Bed &amp; Breakfast" HotelName="Murrayfield Hotel &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/10/5210527f5f7c6735c88d8ae4b8ac915c040b1125.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="459.15" OriginalAmount="445.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796|Bed &amp; Breakfast" HotelName="Holyrood Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/0e/750e1cf547169a9437a9fbc4392264b565cb9c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.31" OriginalAmount="446.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|71550|Bed &amp; Breakfast" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/19/3719e9f8c89a3bd199b5e5a8f01d705b3e47f07c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.53" OriginalAmount="451" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|93385" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/92/f7920310a7afca6c35c5b928439a94c92ca1a7e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.94" OriginalAmount="455.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|84657|Bed &amp; Breakfast" HotelName="Stay Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a6/c2a694d2db0440c188a062be377de87af13a6d3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="475.86" OriginalAmount="462" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48444-25224729/5950259342948933576/4995" HotelName="HAYMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900800/900711/bf782f08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.92" OriginalAmount="464" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ee/14ee91abd6c38a625366a9c2f286ba64b06e7540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="479.98" OriginalAmount="466" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361924-25010470/5950259342948933576/0" HotelName="THE SCHOLAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3920000/3911600/3911559/7ba3de7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.64" OriginalAmount="469.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|790835|Bed &amp; Breakfast" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/94/53943557a294aa3872618c840348f9e7d76b552f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.14" OriginalAmount="470.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|230426|Bed &amp; Breakfast" HotelName="Malmaison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df89be240a15473f09a0f591ebecd4621e4e65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.02" OriginalAmount="470.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|32094|Bed &amp; Breakfast" HotelName="Jurys Inn Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9a/3c9a3564464625df2feb1b1c097425ede7a50ce7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.13" OriginalAmount="471" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f6/33f654d6b616b523aa2774160778694faa8610a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.19" OriginalAmount="473" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16864-25200890/5950259342948933576/3451" HotelName="STAY CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/798100/798032/9c7a8f48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.19" OriginalAmount="473" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f9/11f9167228d09424eb076376523d21a7d925db77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.52" OriginalAmount="475.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488|Bed &amp; Breakfast" HotelName="Richmond Place Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b0/88b030d001bdbf2999c7eb025d7c28aa9db9e787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.46" OriginalAmount="481.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|581575|Bed &amp; Breakfast" HotelName="The Royal Scots Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b2/46b272e47f2edeca503e8560bdb1ddeafde30b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.46" OriginalAmount="482" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95360704" Longitude="-3.20588695" StarRating="3" HotelCode="739629|282866" HotelName="Mode Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-77 Queen Street, Edinburgh EH2 4NF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd85bf85252adadc3b808c3108cd6b3b5fb3910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="498.98" OriginalAmount="484.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|GB001766" HotelName="Best Western Plus Bruntsfield Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f7fbd91340eb2be8e4a905b32aa8c1c9912782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="500.58" OriginalAmount="486" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|2428-25187414/5950259342948933576/4502" HotelName="MOUNT ROYAL HOTEL EDINBURGH BY THE UNLIMITED COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/802200/802180/6e138dfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.58" OriginalAmount="486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.946942" Longitude="-3.217138" StarRating="4" HotelCode="21205|16974|Bed &amp; Breakfast" HotelName="Edinburgh Grosvenor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Street, Haymarket, City of Edinburgh, Edinburgh EH12 5EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/28/28358bfee5616a93/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Edinburgh's West End and only a 5-minute walk from Princes Street, this hot...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.76" OriginalAmount="492" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-23.5620312" Longitude="-46.6696361" StarRating="4" HotelCode="0|49413-25225619/5950259342948933576/5120" HotelName="MALMAISON EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Rua Da Consolação, 3555, SAO PAULO, BR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664700/664615/90f7715d_b.jpg</HotelPictures>
        <HotelDescription>This business hotel is set in the exclusive Jardins district, close to the shopping and culture centre of São Paulo and in the vicinity of the business and finance centre of the city. The fully air-conditioned hotel comprises a total of 190 suites. The lobby includes a 24-hour reception desk. Dining options can be found in the hotel restaurant. Those arriving by car may take advantage of the car park. All of the accommodation units come with an en-suite bathroom, a direct dial telephone with voicemail, satellite/cable TV, and a hire safe. Internet access is also included in the rooms and air-conditioning is centrally regulated. The hotel offers use of a sauna, a sun terrace and a swimming pool. Guests may also wish to use the fully equipped gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="508.50" OriginalAmount="493.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|GB000309" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/29/6829a4941267f418c4509d6f54ed4b922564c97c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.88" OriginalAmount="496" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53310-25230433/5950259342948933576/4706" HotelName="GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1328500/1328466/769d5883_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.88" OriginalAmount="496" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012213-26205948/5950259342948933576/4744" HotelName="THE BEN DORAN GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69100/69017/d3ec3ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|ibis_styles_edinburgh_centre_st_andrew_square" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/4f/954f0bc336dc7242ad4a62cabcf070e34f828efb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="512.94" OriginalAmount="498" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16855-25201473/5950259342948933576/3651" HotelName="LEONARDO ROYAL HOTEL EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115987/07e212f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="514.02" OriginalAmount="499.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|126814|Bed &amp; Breakfast" HotelName="Apex Waterloo Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a5/eea5148b09a238fe0697a8a2e2431ec98308d7cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="516.03" OriginalAmount="501" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175021-25356665/5950259342948933576/3870" HotelName="THE PLACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3748500/3748447/9fbb8df3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.09" OriginalAmount="503" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|15169" HotelName="The Grassmarket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/eb/00eb04a781eb59093f04865601fabd58316773d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="520.15" OriginalAmount="505" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|30775" HotelName="The Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/12/6f120e4c326d9a2aba97421cedd02be3d2d077b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="523.08" OriginalAmount="507.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|GB000055" HotelName="Novotel Edinburgh Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/14/cf14fb988c7851299a31ccf5b33fece74cfcf0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Prince...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="523.24" OriginalAmount="508" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.015808" Longitude="-95.883652" StarRating="3" HotelCode="0|255089-28542499/5950259342948933576/1526" HotelName="IBIS EDINBURGH CENTRE SOUTH BRIDGE - ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8405 East 102nd Street South, Tulsa, 74133, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6800000/6793500/6793484/18821c1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 92. Suites: 22. Single-bedded accommodations: 41. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 92. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- The Holiday Inn Express and Suites Tulsa South, Bixby is the newest hotel in contemporary styling. Conveniently located off Creek Turnpike &amp;amp; Memorial Dr. Located minutes from a variety of shopping, dining, and entertainment in the Woodland Hills area. Our 100% non-smoking hotel is within walking distance of the Transformation Church, B&amp;amp;B Starworld 20 Movie Theater as well as a short drive from the Riverspirit Casino, Downtown Tulsa, BOK Center, The Woodland Hills Mall, Tulsa International Airport, and Expo Square. Our modern, sophisticated design offers a plethora of amenities such as spacious guestrooms featuring luxurious new bedding, complimentary hot breakfast served daily, business center, fitness area, indoor heated pool, and whirlpool. 
Guests will appreciate our private boardroom, while our flexible meeting space can comfortably accommodate up to 100 people. With convenient access to I-44, Historical Route 66, and US Highway 75, our central location places you between Oklahoma City, Springfield, Little Rock, Dallas and Kansas City. Guests will enjoy being near ORU, Rhema Bible College, St Francis Heart Hospital, TU, Southcrest, Cancer Treatment Centers of America, Oklahoma Heart Institute, Haikey Creek All Star Sports Complexs, UMAC, Hardrock Hotel &amp;amp; Casino, TCC, Tulsa Zoo, OU, Woodland Hills Mall, Tulsa Air and Space Museum, and Oklahoma Aquarium.. Onsite facilities information- ParkingProperty was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 8405 East 102nd Street South, Tulsa, 74133, OK, US. Additional Phone Numbers: Fax - Other: 19189706222. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="523.24" OriginalAmount="508" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48399-25224671/5950259342948933576/3736" HotelName="ROYAL SCOTS CLUB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/900900/900862/f23a9959_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="523.24" OriginalAmount="508" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2407-25189539/5950259342948933576/3815" HotelName="BRUNTSFIELD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20800/20702/a63442e7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.27" OriginalAmount="509" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|26509" HotelName="Novotel Edinburgh Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/81/bd81a63a7033014fc0d52961d08281d852760d34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="524.62" OriginalAmount="509.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|1486748|Bed &amp; Breakfast" HotelName="Kildonan Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/25/3825ef2f1f45c4fe1b7e4764bfb25179785deb69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.76" OriginalAmount="514.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9563227" Longitude="-3.1977946" StarRating="3" HotelCode="|20682" HotelName="The Royal Scots Club Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABERCROMBY PLACE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/2/20682_3d73b2b1449.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004 2 floors, 21 rooms, 1 single rooms and 18 double rooms. In the entrance, guests are offered a lobby, a reception and a currency exchange service. Guests have access to a bar, a restaurant, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: Is situated inEdinburgh a typical street near the establishment, you will find a public transport stop, shops and restaurants. it is 50 metres away from bars, pubs and a nightclub. ROOM: The rooms are traditional-style, Guests are offered standard and superior rooms, Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a central heating system, a sitting room, fitted carpets, tiled floors and some rooms with views of, the city, garden. FACILITIES: The establishment boasts a leisure centre with a jacuzzi, Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers American buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.40" OriginalAmount="514.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|32024|Bed &amp; Breakfast" HotelName="Apex Grassmarket Hotel" Meals="BED &amp; BREAKFAST" 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,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/af/5daf351658755d03030a404d8b43df636fdc1482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.39" OriginalAmount="515.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95084" Longitude="-3.19154" StarRating="0" HotelCode="|224495" HotelName="Motel One Edinburgh - Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Market Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/9/5/224495_6dbe3ae2113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="543.20" OriginalAmount="527.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|577915|Bed &amp; Breakfast" HotelName="The Dunstane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d2/87d2eef0f591ac6a75151b2a768f3fe95cc58154.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="545.37" OriginalAmount="529.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|1098368|Bed &amp; Breakfast" HotelName="Angels Share Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fa/b3fa80f809ffac6e108faeee49b4c887e76bd38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="546.78" OriginalAmount="530.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|81924|Bed &amp; Breakfast" HotelName="Apex City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/86/ce86b53f7b5304175bc7064afa3ede09b5eac32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547.96" OriginalAmount="532" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953367964846" Longitude="-3.2008489966393" StarRating="4" HotelCode="12664|4177" HotelName="Frederick House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Frederick St, Edinburgh EH21EX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a9/dca9beb4ee20bc586882df8e33ab83803bd9dbd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a central location at the heart of Edinburgh. Princes Street is a few minutes' wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.93" OriginalAmount="533.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956160316667" Longitude="-3.1919785166667" StarRating="3" HotelCode="76738|2508455|Bed &amp; Breakfast" HotelName="Ballantrae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 York Place, Edinburgh, City of Edinburgh EH1 3EP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e5/61e5d4c6a78854bb5b875d4fbf490323ebcf62a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="551.60" OriginalAmount="535.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|140754|Bed &amp; Breakfast" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d9/add9b7832a5907fa48d0926c9571993d9bd29528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.08" OriginalAmount="536" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2403-25189538/5950259342948933576/3307" HotelName="APEX GRASSMARKET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/62800/62750/302bc9d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.20" OriginalAmount="545.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93229" Longitude="-3.17274" StarRating="4" HotelCode="|185991" HotelName="Glenalmond Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Mayfield Gardens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/9/1/185991_02ef06d1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="562.38" OriginalAmount="546" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622633-32360335/5950259342948933576/18" HotelName="HEETON CONCEPT APARTHOTEL EDINBURGH QUEEN STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24160000/24151400/24151306/8a15bd2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="562.38" OriginalAmount="546" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447941-18985197/5950259342948933576/545" HotelName="HOTEL INDIGO EDINBURGH - PRINCES STREET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522100/522038/763a69bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.50" OriginalAmount="550.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.93236" Longitude="-3.172377" StarRating="4" HotelCode="148226|glenalmond_house" HotelName="Glenalmond House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Mayfield Gardens, Edinburgh, Scotland EH9 2BX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda08ef43b023c304437b2f86f5cc62e7f86a7ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="569.59" OriginalAmount="553" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|68544-25238087/5950259342948933576/3969" HotelName="ANGEL’S SHARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1422900/1422868/bd663865_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="572.68" OriginalAmount="556" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185990-25371297/5950259342948933576/4633" HotelName="IBIS EDINBURGH CENTRE ROYAL MILE – HUNTER SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200900/200875/cbe48ffc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="573.26" OriginalAmount="556.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|2058625|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/42/45425cfaca8ae3ccf147f0bda7ed35168add3a59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.04" OriginalAmount="557.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.976762" Longitude="-3.169695" StarRating="0" HotelCode="|451342" HotelName="Ocean Mist Leith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Shore</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/4/2/451342_c3a23cd1047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="577.83" OriginalAmount="561" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.137300" Longitude="-121.635000" StarRating="5" HotelCode="0|263410-25489893/5950259342948933576/3614" HotelName="THE ROSEATE EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>894 W Onstott Road, Yuba City, 95991-3519, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1381400/1381332/af2fc45d_b.jpg</HotelPictures>
        <HotelDescription>Floors: 2. Total rooms: 91. Physically challenged rooms: 5. Nonsmoking rooms: 91. The Best Western Yuba City Inn is located in central Yuba City near Sutter Buttes mountain range, off Highway 99 and close to a wide variety of shopping and dining venues. Yuba City was originally settled by gold miners, but there’s still plenty to do in the area besides seeking your fortune. Brew a cup of coffee in your room and then prepare for a busy day with our free hot breakfast in our dining area. Explore things to do in Yuba City with the free high-speed Internet access in your room or our business center. Visit original gold-rush era communities like Grass Valley, Nevada City and others in the Sierra Nevada Foothills. Hike or bike in the Sutter Buttes, the smallest mountain range in the world, and many other biking trails in and around Yuba City. Visit the Bicentennial Living Witness Tree, a Valley Oak that's over 200 years old. Camp, fish, hunt and go boating along the Feather and Yuba rivers. Located near Gridley and Live Oak, renowned for their rice fields, duck hunting, and birdwatching.

Corporations located just minutes away include; Sunsweet Growers, Sierra Gold Nurseries, Orchard Machinery Corporation (OMC), Valley Truck and Tractor, John Deere, Beale Air Force Base, Yuba College, Sutter Health, and Freemont-Rideout Hospital.

Yuba-Sutter is a short, 40-minute drive from Sacramento, a pleasant two-hour mountainous drive from Lake Tahoe, only two and a half hours from San Francisco, and drivable in a day from most areas in California. Accessible via Highway 20, Highway 99, Highway 70 and Highway 65. Sacramento International Airport is only 40 minutes south.

Our Yuba City hotel offers easy access to the Twin Cities Speedway for sprint car racing or shopping at the Yuba Sutter Mall. Attend a performance at the Sleep Train Amphitheater, which has chair and lawn seating and hosts top entertainers. If its sports you’re looking for, take in a Gold Sox game, motocross, a softball game or soccer tournament. Enjoy your stay.. ?From: Marysville. Go west on 10th Street toward E Street. Turn slight right onto 10th/E Street. 10th Street becomes CA-20 W. Turn left onto CA-99, turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Colusa. Go east on Market Street/Ca-20/Ca-45. Turn right onto Bridge Street/Ca-20/Ca-45, turn right onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Oroville. Take Ca-70 South, turn right onto Ca-20/Ca-70/9th Street. Turn right onto Ca-20 W, take a slight left onto Ca-20 W, and turn left onto Ca-99. Turn right onto W Onstott toward the Best Western Yuba City Inn.

?From: Sacramento. Merge onto I-5N/Ca-99N toward Redding/Yuba City. Merge onto Ca-99N toward Yuba City. Make a U-turn at Ca-20 and then turn right onto W Onstott toward the Best Western Yuba City Inn.Restaurants: Across the street from Sizzler?, buffet, Steak House, open for: lunch, dinner, . 0.02 mile(s) from In-N-Out Burger?, fast food, American, open for: lunch, dinner, . 0.02 mile(s) from Chili's?, full service, American, open for: lunch, dinner, . 0.41 mile(s) from Red Robin?, full service, American, open for: lunch, dinner, . 0.44 mile(s) from Lumberjacks, full service, American, open for: breakfast, lunch, dinner, . 0.55 mile(s) from Togo's Baskin Robbins, ice cream/dessert, American, open for: lunch, dinner, . 0.55 mile(s) from Chipotle Mexican Grill, fast food, Mexican, open for: lunch, dinner, . 0.55 mile(s) from Starbucks?, coffee shop, American, open for: breakfast, lunch, dinner, . 0.60 mile(s) from Casa Lupe, full service, Mexican, open for: lunch, dinner, . 0.60 mile(s) from Sonic? Drive-In, fast food, American, open for: breakfast, lunch, dinner, . 0.61 mile(s) from Little Caesars? Pizza, fast food, American, open for: lunch, dinner, . 0.85 mile(s) from Dancing Tomato Caffe, full service, Italian, open for: breakfast, lunch, dinner. American-California Italian menu.. 0.85 mile(s) from Hometown? Buffet, buffet, American, open for: lunch, dinner, . 0.86 mile(s) from IHOP?, full service, American, open for: breakfast, lunch, dinner, . 0.88 mile(s) from Kenzo, full service, Japanese, open for: lunch, dinner, . 0.89 mile(s) from Round Table? Pizza, full service, Italian, open for: lunch, dinner, . 0.90 mile(s) from Yuba Buffet, buffet, Chinese, open for: lunch, dinner, . 1.08 mile(s) from Applebee's?, full service, American, open for: lunch, dinner, . 1.12 mile(s) from Star of India, full service, Indian, open for: lunch, dinner, . 1.33 mile(s) from Mountain Mike's? Pizza, full service, American, open for: lunch, dinner, . 1.34 mile(s) from The Refuge, bar/lounge, American, open for: lunch, dinner. Fine dining.. 1.36 mile(s) from The Happy Viking?, pub, American, open for: lunch, dinner. Sports Pub.. 1.39 mile(s) from Sopa Thai Cuisine, full service, Thai, open for: lunch, dinner, . 2.05 mile(s) from The Five Rivers Tandoori Restaurant, full service, Indian, open for: lunch, dinner, . 5.85 mile(s) from Pasquini's, full service, Italian, open for: lunch, dinner, Area Info: 2.86 mile(s) from Marysville , 5.94 mile(s) from Linda , 7.06 mile(s) from Olivehurst , 9.95 mile(s) from Live Oak , 16.38 mile(s) from Gridley , 23.66 mile(s) from Colusa , 29.95 mile(s) from Oroville , 36.39 mile(s) from Grass Valley , 36.94 mile(s) from Woodland , 37.39 mile(s) from Roseville , 41.97 mile(s) from Sacramento , 45.71 mile(s) from Chico , 85.86 mile(s) from Red Bluff , 89.99 mile(s) from Stockton , 114 mile(s) from Oakland , 116 mile(s) from Redding , 119 mile(s) from San Francisco , 124 mile(s) from Reno, Nevada , 150 mile(s) from San Jose , 0.52 mile(s) from Chevron, 0.53 mile(s) from Wells Fargo, 0.57 mile(s) from Big O Tires, 0.57 mile(s) from Petsmart, 0.78 mile(s) from WinCo Foods, 0.90 mile(s) from Bank of America, 1.04 mile(s) from Sunsweet Growers, 1.11 mile(s) from Style Taxi Corp, 1.28 mile(s) from Butler Cleaners &amp;amp; Laundry, 1.34 mile(s) from Supercuts, 1.42 mile(s) from Freemont Hospital, 1.47 mile(s) from Yuba City Florist, 2.22 mile(s) from Master Mechanic, 2.74 mile(s) from Greyhound Lines, 6.48 mile(s) from Yuba Community College, 36.06 mile(s) from Woodland Community College, 42.00 mile(s) from California University at Chico, 48.78 mile(s) from California State University, 52.76 mile(s) from University of California, 0.60 mile(s) from Sutter Museum, collection of Sutter History Exhibits, 0.70 mile(s) from Cinemark Movies 8, 1.01 mile(s) from Image Salon and Spa, 1.04 mile(s) from Library, 1.10 mile(s) from Community Memorial Museum, 2.07 mile(s) from Sutter Buttes, 10.29 mile(s) from Sleep Train Amphitheatre, 11.98 mile(s) from Beale AFB, 19.05 mile(s) from Gray Lodge Wildlife Area, 27.15 mile(s) from Calusa Casino, 30.17 mile(s) from Feather River Casino, 31.54 mile(s) from Thunder Valley Casino, 31.62 mile(s) from Renaissance Winery, 0.40 mile(s) from Yuba Sutter Mall, Sears, JCPenney, Forever 21, Ross Dress For Less, and many more, 0.52 mile(s) from Raley's Shopping Center, Raley's Market, Toys R Us, and more, 0.54 mile(s) from Plumas St. Shopping, apparel, books, gifts, furniture, appliances, specialty services, 0.60 mile(s) from Kohl's, 0.69 mile(s) from Staples, office supplies, 0.90 mile(s) from Target, 1.04 mile(s) from Yuba City Marketplace, Marshalls, Home Depot, GameStop, Bed Bath &amp;amp; Beyond, and more, 1.04 mile(s) from WalMart?, 1.81 mile(s) from Sams Club, 1.94 mile(s) from Dollar Tree, Outdoor pool , Hot tub , 0.01 mile(s) from Nu Generation Lanes, bowling, 0.49 mile(s) from Shooters Paradise, shooting range, 0.73 mile(s) from Fitness System, gym, 0.90 mile(s) from California Sun Centers, tanning center, 1.80 mile(s) from Pumas Lake Golf, 2.00 mile(s) from Gauche Aquatics Park, water park, 3.00 mile(s) from Ellis Town Lake in Marysville, feed ducks, walking, near Gold Sox Baseball, 5.20 mile(s) from Mallard Lake Golf Center, driving range and nine hole course&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.00" OriginalAmount="570.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|2221985|Bed &amp; Breakfast" HotelName="Courtyard Edinburgh West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/12/2f12fa1930f9f6d3236dded50b13376b5cfc9852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.06" OriginalAmount="571.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953561" Longitude="-3.196133" StarRating="4" HotelCode="75860|1658338|Bed &amp; Breakfast" HotelName="Le Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 George Street, Edinburgh EH2 2PF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/47/6f4734f7f5ca816835af00115198dd604383949c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.72" OriginalAmount="573.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|1083188|Bed &amp; Breakfast" HotelName="Macdonald Holyrood Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3f/b73f7065bf379409c333bc7a2ede2c31c1cc9d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.37" OriginalAmount="577.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954027948257" Longitude="-3.2010367512703" StarRating="4" HotelCode="189800|4295875|Bed &amp; Breakfast" HotelName="Rabble" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55a Frederick Street, Edinburgh EH2 1LH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/b2/9db298bcb33c549bbddf44bc0806064425f3b871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Frederick Street, the hotel is in a perfect central location, whether guests are visiting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="595.34" OriginalAmount="578" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1310944-26625230/5950259342948933576/5044" HotelName="DOGHOUSE EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72950000/72942300/72942233/9fd1cf5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.03" OriginalAmount="583.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.937613" Longitude="-3.202884" StarRating="3" HotelCode="|20769" HotelName="Black Ivy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALVANLEY TERRACE, WHITEHOUSE LOAN 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/6/9/20769_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was built in 1890, The establishment has a reception and a lobby. This renovated hotel in 2002 26 rooms and 2 floors. Guests can enjoy a cafÃ©, a bar and a restaurant with highchairs. SITUATION: It is near a peaceful park, is situated 1 kilometre away from the city centre, near the establishment, you will find restaurants, bars and a public transport stop. It is situated 20 kilometres away fromEdinburgh Airport. ROOM: The rooms have cosy, have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a kettle, a coffee maker, fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="603.58" OriginalAmount="586" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|447923-28552905/5950259342948933576/1232" HotelName="COURTYARD BY MARRIOTT EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15720000/15710700/15710648/3962d8a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="604.61" OriginalAmount="587" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6f/fb6fe4b22e1355f71f1a1f16b8441cdf9ef5a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="605.64" OriginalAmount="588" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1361923-24882965/5950259342948933576/46" HotelName="THE SCOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76560000/76557700/76557625/b01321a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.63" OriginalAmount="588.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|856885|Bed &amp; Breakfast" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/1f/cf1f9082e9398de56f143546c64263622abd574b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.67" OriginalAmount="600.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499934" Longitude="-3.1921445" StarRating="4" HotelCode="|47574" HotelName="Fraser Suites Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ST GILES STREET 12-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/4/47574_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, the former Fleet Street of Scotland it is in. This building was built in 1800 and renovated in 2009. It has 75 luxury apartments, The establishment boasts a continental breakfast, a lobby with a reception, a safety deposit box service, a lift, internet and a laundry service. SITUATION: This aparthotelSt Giles Street it is in Close to, Where clients can enjoy shops and restaurants. 800 metres away, guests will find the railway station, Haymarket it is situated 1,6 kilometres away from nearby, there is a bus stop, near the establishment, guests will find restaurants, bars, theatres, shops and spas. ROOM: Clients are offered studios and executive suites and elegant, one bedroom apartments. They have individual heating, a king-size bed and some rooms Princes Street Gardens and Royal Mile with views of apartments The apartments have multimedia system, a satellite or cable television, a Hi-Fi and an iPod docking station. All the rooms have a safety deposit box, an iron, a direct line telephone, internet, welcome tray, complimentary bathroom items, a bathroom with a shower, a bath, a hairdryer, a kitchenette with fridge, hot plates, a microwave, a coffee maker and a kettle. FACILITIES: The establishment has a gym. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, Mastercard and Visa. OTHERS: The establishment offers a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.98" OriginalAmount="600.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951227" Longitude="-3.182541" StarRating="4" HotelCode="|501482" HotelName="BrewDog DogHouse Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 New St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/4/8/2/501482_62984801054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="622.12" OriginalAmount="604" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2425-28569185/5950259342948933576/1977" HotelName="MACDONALD HOLYROOD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/546100/546065/21f1d2bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="623.15" OriginalAmount="605" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|648797-25825975/5950259342948933576/5913" HotelName="MALMAISON EDINBURGH CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38790000/38786300/38786208/88edc70b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.21" OriginalAmount="607" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/21/152168342ca7d59020c3d5209d0ab46301070c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.54" OriginalAmount="618" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|16859-25201474/5950259342948933576/5861" HotelName="LINKS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9730000/9726300/9726258/6119c5c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.23" OriginalAmount="618.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950772" Longitude="-3.187602" StarRating="4" HotelCode="11477|172846|Bed &amp; Breakfast" HotelName="Hilton Edinburgh Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Northbridge, Edinburgh, EH1 1SD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b5/60b55060dd828acc4421a6bcb3f83d8ade41f1dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Edinburgh, this city hotel lies close to the city centre and 200 me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.10" OriginalAmount="621.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9513847" Longitude="-3.2148982" StarRating="4" HotelCode="|20013" HotelName="The Bonham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DRUMSHEUGH GARDENS 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/3/20013_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 1997 5 floors, 48 rooms, 10 single rooms, 36 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with elevators, shops, a car park, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has an Ã  la carte restaurant and internet. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is situated near Edinburgh the city centre of in the surrounding area of the establishment, guests can find monuments, tourist points of interest and the tourist attractions. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a radio, a stereo and internet. They also have an open-plan kitchen, fitted carpets, a central heating system and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="641.69" OriginalAmount="623" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431442-27591490/5950259342948933576/5938" HotelName="RIGH RESIDENCES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90550000/90542300/90542282/79346e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="642.72" OriginalAmount="624" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.3444" Longitude="-87.9029" StarRating="4" HotelCode="0|478940-25644118/5950259342948933576/4425" HotelName="THE RUTLAND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4101 FOUNTAIN SQUARE PL, WAUKEGAN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2950000/2942200/2942183/4306a36d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at SpringHill Suites by Marriott Waukegan/Gurnee in Waukegan (Waukegan - Gurnee), you'll be close to Six Flags Great America.&lt;br /&gt; This hotel is within the vicinity of Visual Arts Center and Rosalind Franklin University of Medicine and Science.&lt;br /&gt;   Rooms   Make yourself at home in one of the 120 air-conditioned rooms featuring refrigerators and flat-panel televisions. Your pillowtop bed comes with cotton sheets, and all rooms are furnished with double sofa beds. Wired and wireless Internet access is complimentary, while 37-inch high-definition televisions with cable programming provide entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers.&lt;br /&gt;   Rec, Spa, Premium Amenities   Don’t miss out on recreational opportunities including an indoor pool and a fitness facility. This hotel also features complimentary wireless Internet access, gift shops/newsstands, and a television in the lobby.&lt;br /&gt;   Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary hot/cold buffet breakfast is served daily.&lt;br /&gt;   Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and express check-out. Planning an event in Waukegan? This hotel has facilities measuring 346 square feet (32 square meters), including a meeting/conference room. Free self parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.65" OriginalAmount="625.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|15026|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/27/da274c7a1cd92d0ac7afa7fbf1c3756e7feaed68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="646.86" OriginalAmount="628.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95126" Longitude="-3.18969" StarRating="0" HotelCode="|222632" HotelName="St. Christopher's Inn Edinburgh -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/6/3/2/222632_b8b1f170612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="654.05" OriginalAmount="635" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487652-28572412/5950259342948933576/1259" HotelName="THE LANE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18250000/18243700/18243684/e610fff6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.50" OriginalAmount="644.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|581045|Bed &amp; Breakfast" HotelName="Bonham Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/97/0b97e050300cdab8c8b07a3fb1a41a69a6b3c8b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.41" OriginalAmount="647" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114881-25285246/5950259342948933576/5775" HotelName="NORTON HOUSE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15500/15468/8c873fa1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="669.18" OriginalAmount="649.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|90557|Bed &amp; Breakfast" HotelName="Radisson Blu Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/dc/77dcd0d884195d5673f951331719637c9c82df62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.59" OriginalAmount="653" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16861-21406983/5950259342948933576/2091" HotelName="DOUBLETREE BY HILTON EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/518700/518686/8516a636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="678.14" OriginalAmount="658.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9335298" Longitude="-3.38597" StarRating="4" HotelCode="|44735" HotelName="Norton House and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>INGLISTON N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/5/44735_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting,rural hotel, was built in 1843 and has 83 rooms, In the entrance, you can find a lobby with a reception, a safety deposit box service and a cloakroom. The establishment boasts Ushers the restaurant The Brasserie the restaurant It also has a lift, a bar, WiFi, internet, room service, a laundry service (for a fee), a car park and a bicycle rental desk. SITUATION: It is in a peaceful park, is situated 9,6 kilometres away from a beach, Edinburgh the city centre of Where you can find tourist points of interest, bars and pubs. The Royal Yatch Britannia and Livingston Designer Outlet 30 minutes away, guests can find It is 5 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, They have bathroom items, a bathrobe, a hairdryer, a direct line telephone, a flat-screen television with satellite channels, a DVD player, a safety deposit box, an iron, a trouser press, a small fridge, a goodnight service, a coffee maker, a kettle, mineral water and internet (free of charge). FACILITIES: The establishment has a health club, a covered heated pool, a hydrotherapy swimming pool, a hydromassage shower, a sauna, a steam bath, a gym, a spa, spa treatments and a massage service. Guests can enjoy a snack bar, a sunbathing terrace and deck chairs. it is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 15:00 check-out is at 11:00. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests can book full-board or half-board, Regarding the food and beverage offering, clients can enjoy a continental or buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="682.91" OriginalAmount="663.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4" HotelCode="82407|938425|Bed &amp; Breakfast" HotelName="Nira Caledonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/56/c4566e47c1a32f1b3b19d7dcdfb2846e0d4172ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.8909988" Longitude="-3.1041999" StarRating="4" HotelCode="|24425" HotelName="Melville Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MELVILLE GATE - GILMERTON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/24425_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and was built in 1786. renovated in 2003 3 floors, 32 rooms and 2 suites. In the entrance, you can find a cosy hall with a reception, a safety deposit box service, a currency exchange service, lifts and a cloakroom. The establishment has a bar, a restaurant with highchairs, a conference room, room service and a car park. SITUATION: This inviting hotel is situated in a large park, 10 minutes away, guests can find public transport services, shops, is 20 minutes away from Edinburgh the city centre of Where you can find bars, restaurants and pubs. it is 25 minutes away from the train station. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a radio, satellite or cable TV, a fridge, a coffee maker, a kettle, fitted carpets, central heating and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy outdoor activities, is situated 10 minutes away from a golf course. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch and dinner. Food for those with special dietary requirements. and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="686.45" OriginalAmount="666.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9499898" Longitude="-3.2079193" StarRating="4" HotelCode="|167993" HotelName="The Rutland and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/9/9/3/167993_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="698.12" OriginalAmount="677.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|581335|Bed &amp; Breakfast" HotelName="The Glasshouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e750776521479d3edb45d7a89e7ea407c375ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="698.34" OriginalAmount="678.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3" HotelCode="15457|hotel_indigo_edinburgh" HotelName="Indigo Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/c0/13c014874b10e35e2cf75e87bab3927cdaed21b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="700.40" OriginalAmount="680" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9587-25191167/5950259342948933576/4064" HotelName="BONHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116000/115961/c69febe7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="705.20" OriginalAmount="684.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.956349" Longitude="-3.188462" StarRating="4" HotelCode="|53202" HotelName="Indigo Edinburgh, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>51-59 York Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/2/53202_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is quality and economical. SITUATION: It is inEdinburgh the historic area of. ROOM: The establishment has 57 single, double and family rooms, All the accommodation options have a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="715.13" OriginalAmount="694.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|84420|Bed &amp; Breakfast" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010200ed39817659b3ff017e425f9b431f2d092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="727.08" OriginalAmount="705.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|580355|Bed &amp; Breakfast" HotelName="Hotel Du Vin Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/38/ae38a5f0087347b532f67b170f88d1041c53ac49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="728.21" OriginalAmount="707" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|25133-28599591/5950259342948933576/1443" HotelName="THE GLASSHOUSE, AUTOGRAPH COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910800/910777/810c3f62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="738.12" OriginalAmount="716.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9541841" Longitude="-3.1962784" StarRating="5" HotelCode="|20008" HotelName="Intercontinental Edinburgh The George, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/0/8/20008_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 249 rooms and 10 suites. The establishment boasts a bar and a restaurant. SITUATION: This luxurious hotel is in George Street, around the establishment, clients can find el Castillo de Edimburgo, el palacio de Holyrood, los jardines Princes Street Gardens, Dynamic Earth and la avenida Royal Mile. It is 5 minutes away from Andrews Square Square and Waverly Railway Station. 500 metres away, there is a public transport stop. It is just 13 kilometres away from Edinburgh Airport and 89 kilometres away from Airport Glasgow. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a flat-screen television, a mini-bar, a double bed and a safe (available for a fee). OBSERVATIONS: Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="745.72" OriginalAmount="724" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2416-18985866/5950259342948933576/625" HotelName="INTERCONTINENTAL EDINBURGH THE GEORGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20500/20436/c767406c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="751.90" OriginalAmount="730" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|126439-25294255/5950259342948933576/3774" HotelName="DU VIN HOTEL &amp;amp; BISTRO EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7728300/7728219/ef74419f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.04" OriginalAmount="732.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|16973|Bed &amp; Breakfast" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c4/cec4ab2e1dd46a6edc071a5952a73e443aa4713b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="763.23" OriginalAmount="741" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2433-20662974/5950259342948933576/712" HotelName="KIMPTON CHARLOTTE SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/571700/571654/f359754d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="786.92" OriginalAmount="764" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2423-21403802/5950259342948933576/2381" HotelName="THE CALEDONIAN EDINBURGH, CURIO COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4198/ad1658d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.04" OriginalAmount="768" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|2410-28567346/5950259342948933576/1173" HotelName="RADISSON BLU HOTEL, EDINBURGH CITY CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4270/1d08b1f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="794.36" OriginalAmount="771.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322|Bed &amp; Breakfast" HotelName="The Dunstane Houses - Dunstane House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="837.39" OriginalAmount="813" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|2437-28593676/5950259342948933576/934" HotelName="SHERATON GRAND &amp;amp; SPA EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15600/15554/117b44a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="843.61" OriginalAmount="819.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.979651" Longitude="-3.169117" StarRating="5" HotelCode="|451122" HotelName="Fingal - A Luxury Floating Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Historic Port of Leith</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/2/2/451122_026066e1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.99" OriginalAmount="822.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954742" Longitude="-3.190145" StarRating="5" HotelCode="|449960" HotelName="W Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ST JAMES SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="875.09" OriginalAmount="849.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015|Bed &amp; Breakfast" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6f/696f3efca14f3c2baa2d5cd1aec98d3e802623d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="914.32" OriginalAmount="887.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|4310315|Bed &amp; Breakfast" HotelName="Market Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ff/11ff9cb69461c73cedeb73bc1eaa587288a1e0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="914.64" OriginalAmount="888" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1012268-26205992/5950259342948933576/4307" HotelName="FINGAL A LUXURY FLOATING HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38760000/38753400/38753319/ea99d7d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="959.96" OriginalAmount="932" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401441-27587962/5950259342948933576/4367" HotelName="VIRGIN HOTELS EDINBURGH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74635500/74635444/238d881c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1022.36" OriginalAmount="992.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|1186198|Bed &amp; Breakfast" HotelName="Old Town Chambers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/34/86348c7841a3940e9568df7b5daca6a935347aa0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1061.88" OriginalAmount="1030.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|581595|Bed &amp; Breakfast" HotelName="The Scotsman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/05/e5051de28a28e3792890fc967f948558d9817e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|21276-25213254/5950259342948933576/3565" HotelName="SCOTSMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/570900/570820/50026325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1137.87" OriginalAmount="1104.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9525986" Longitude="-3.2047999" StarRating="4" HotelCode="|32070" HotelName="Tigerlily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/0/32070_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 2 bars, a restaurant and a pub. It has 5 floors, 33 single rooms, 7 mini-suites and 2 Georgian style suites. SITUATION: George Street It is in it is in Edinburgh the city centre of The Holyrood Palace and The Royal Yacht Britannia nearby, you will find. ROOM: The inviting rooms, have a bathroom, a king-size bed, a flat-screen television, iPods, computer safe and internet. FACILITIES: For a fee, guests can enjoy beauty treatments. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a set-menu lunch and dinner and an Ã  la carte dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1150.15" OriginalAmount="1116.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|1091288|Bed &amp; Breakfast" HotelName="Prestonfield House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/30/313034dbe7ac9cccf80be6a65920c3d2d7c9edb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1293.45" OriginalAmount="1255.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.95409493" Longitude="-3.1919043" StarRating="5" HotelCode="636656|2383395|Bed &amp; Breakfast" HotelName="The Edinburgh Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Saint Andrew Square, New Town, Edinburgh EH22AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/b8/7db8e9433e17f87ad656403a7cf777b0b544830e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1484.23" OriginalAmount="1441" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|13188" HotelName="The Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/7e/7e7e7b6147815d10faa900ed85735dff0670af0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1566.51" OriginalAmount="1520.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.954081" Longitude="-3.191708" StarRating="5" HotelCode="|516036" HotelName="Gleneagles Townhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 ST ANDREWS SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/0/3/6/516036_ef364ff1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2222" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="901617|89834" HotelName="Royal Over-Seas League" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Princes Street, Edinburgh EH2 3AB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c87893c4fb9a9b52f5f57eb0d448c013fd8b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access,Kitchen,Garden,Spa,Babysitting,Concierge,Dry Cleaning,Meeting Room,Parking,Pets allowed</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,HOTEL,APARTHOTEL,COUNTRY HOUSE,HOSTEL,APARTMENT,VILLAGE,GUEST HOUSES,GUESTHOUSE</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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|449960" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" 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
7678737b-7eb2-4504-87df-376ebb92c1ad|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="7678737b-7eb2-4504-87df-376ebb92c1ad" TimeStamp="0001-01-01T00:00:00" HotelName="W Edinburgh" HotelCode="449960" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="1 ST JAMES SQUARE" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="449960H1_8-890H1HNHN122ima|1781159877.DHFCAP-GBRA93d83offj|877.22|94|ODc3LjIyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="756" TotalPrice="779.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:37:57.8768488+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="756.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Studio" RoomTypeCode="449960H14_890H1HNHNajh204|1781159877.DHFCAP-GBRA93d83offj|1463.00|94|MTQ2My4wMHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1262" TotalPrice="1299.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:37:57.8768488+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1261.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Suite" RoomTypeCode="449960H41_8-890H1HNHNaji5q7|1781159877.DHFCAP-GBRA93d83offj|1713.35|94|MTcxMy4zNXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1477" TotalPrice="1521.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T07:37:57.8768488+01:00" End="2026-07-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1477.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d6cd3ae1126.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d81566b1128.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e6d469c1142.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e4601ff1140.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_da881151130.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_dbbab9f1131.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e1e8d611137.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e32c9d01139.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e5a59b71141.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_d95095a1129.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_dd030851133.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_de411341134.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_df7af7d1135.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/4/9/9/6/0/449960_e0afd7f1136.jpg" /></Images><HotelDescription /></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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="449960" SourceId="94" RoomTypeCode="449960H1_8-890H1HNHN122ima|1781159877.DHFCAP-GBRA93d83offj|877.22|94|ODc3LjIyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-11T07:38:40.7043676+01:00" End="2026-07-04T00:00:00">
        <AmountPercent NmbrOfNights="2" BasisType="Amount" Percent="0" Amount="779.10" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>779.10</TotalAmount>
  <TraceId>7678737b-7eb2-4504-87df-376ebb92c1ad</TraceId>
</CheckRatesRS>||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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="7678737b-7eb2-4504-87df-376ebb92c1ad">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="TRUEVALUEHOLIDAYS2006@GMAIL.COM" Password="Hanuisall@23" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="449960" SourceId="94" RoomTypeCode="449960H1_8-890H1HNHN122ima|1781159877.DHFCAP-GBRA93d83offj|877.22|94|ODc3LjIyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-07-06T00:00:00" End="2026-07-08T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
7678737b-7eb2-4504-87df-376ebb92c1ad|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-06-11T07:38:49.3571091+01:00" End="2026-07-04T00:00:00">
        <AmountPercent NmbrOfNights="2" BasisType="Amount" Percent="0" Amount="779.10" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>779.10</TotalAmount>
  <TraceId>7678737b-7eb2-4504-87df-376ebb92c1ad</TraceId>
</CheckRatesRS>||True