<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
baf274ea-b23a-4735-8c53-5094e7117ea6|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="baf274ea-b23a-4735-8c53-5094e7117ea6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="3134" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-17T00:00:00" End="2026-07-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="holidaytravel001@gmail.com" Password="Holiday@123" 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
baf274ea-b23a-4735-8c53-5094e7117ea6|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
baf274ea-b23a-4735-8c53-5094e7117ea6|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:e562a66f-9c7f-456d-9fad-9216181bcc52
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
baf274ea-b23a-4735-8c53-5094e7117ea6|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
baf274ea-b23a-4735-8c53-5094e7117ea6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-16T08:48:46.8481238+01:00" Version="0" EchoToken="Search" TransactionIdentifier="baf274ea-b23a-4735-8c53-5094e7117ea6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="178.01" OriginalAmount="176.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8457319" Longitude="151.1729854" StarRating="3" HotelCode="|324903" HotelName="Cockatoo Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cockatoo Island</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/9/0/3/324903_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.77" OriginalAmount="213.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8788243" Longitude="151.2073612" StarRating="0" HotelCode="|59534" HotelName="Maze Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>417 Pitt Street .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/4/59534_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.34" OriginalAmount="245.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884866" Longitude="151.2083149" StarRating="2" HotelCode="|107615" HotelName="Central Private" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>358 Elizabeth Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/1/5/107615_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.55" OriginalAmount="263.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.965824" Longitude="151.101622" StarRating="3" HotelCode="|375551" HotelName="Hurstville Ritz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>350 Forest Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/5/1/375551_8bb70c11203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.51" OriginalAmount="265.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9201" Longitude="151.254" StarRating="3" HotelCode="|421948" HotelName="Podbed Coogee Beachside - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Coogee Bay Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/4/8/421948_67ce35b1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884913883085" Longitude="151.20830026673" StarRating="2" HotelCode="260989|central_private_hotel" HotelName="Central Private Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>358 Elizabeth Street, Surry Hills, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/bf/9ebf890c40a7c0f4592b32d72263fc31a30470a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.16" OriginalAmount="270.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8141507" Longitude="151.1065013" StarRating="3" HotelCode="|325526" HotelName="Royal Ryde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Blaxland Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/5/2/6/325526_051e5971821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.69" OriginalAmount="271.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9022204" Longitude="151.1790796" StarRating="2" HotelCode="|107676" HotelName="Newtown Cozy Stays" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 King St, Newtown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/7/6/107676_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.89" OriginalAmount="272.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8865342" Longitude="151.0712449" StarRating="2" HotelCode="|107684" HotelName="Ibis Budget Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>626-628 Liverpool Road, Strathfield South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/8/4/107684_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.43" OriginalAmount="272.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8671054" Longitude="151.20427" StarRating="0" HotelCode="|329320" HotelName="Siesta Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Kent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/3/2/0/329320_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.96578941" Longitude="151.10163676" StarRating="0" HotelCode="769746|hurstville_ritz_hotel" HotelName="Hurstville Ritz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>350 Forest Road, Hurstville, Sydney, New South Wales 2220</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ec/12ec34b72ae2a4fe49b0a8a0d5a206a3d7af27ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.82" OriginalAmount="274.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8746759" Longitude="151.2226569" StarRating="1" HotelCode="|107760" HotelName="Highfield" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Victoria Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/6/0/107760_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.95" OriginalAmount="279.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9146007" Longitude="151.1777998" StarRating="3" HotelCode="|107721" HotelName="Ibis Budget St Peters" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Princes Highway, St Peters</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/1/107721_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.879285" Longitude="151.207248" StarRating="2" HotelCode="177110|sydney_central_inn" HotelName="Sydney Central Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>428 Pitt St, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5f/895fd925cac81e61387f686b4923f36857c6adf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.45" OriginalAmount="285.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7932519" Longitude="151.2861098" StarRating="3" HotelCode="|107625" HotelName="Sandy Bottoms Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Steinton Street, Manly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/2/5/107625_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.10" OriginalAmount="289.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8791515" Longitude="151.2072099" StarRating="0" HotelCode="|130576" HotelName="Sydney Central Inn -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>428 Pitt St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/5/7/6/130576_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.902239" Longitude="151.179101" StarRating="2" HotelCode="161043|australian_sunrise_lodge" HotelName="Australian Sunrise Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>485 King Street, Newtown, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cc/56/cc56bac544ac550a908ec520a0ce968b3e8ac09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Newtown, close to banks, the post office, supermarkets, food markets, cinema...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.51" OriginalAmount="295.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8890317" Longitude="151.2005163" StarRating="3" HotelCode="|59575" HotelName="Hacienda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179 Cleveland Street Chippendale Sydney 2008 New South Wales Australia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/7/5/59575_1_3910.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.52" OriginalAmount="317.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8940085" Longitude="151.1820084" StarRating="2" HotelCode="|324674" HotelName="Newtown Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-11 Egan Street, Newtown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/6/7/4/324674_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.814983" Longitude="150.9648" StarRating="3" HotelCode="212705|229063" HotelName="Ibis budget Wentworthville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>377-383 Great Western Highway, Wentworthville, Sydney, New South Wales 2145</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b9/8eb9c666159490434a24dd3131c13396760062b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a laundry service. Wireless internet access in public areas allows guests to stay c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.83189858" Longitude="151.01129049" StarRating="2" HotelCode="499066|granville_hotel_4" HotelName="Granville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>10 Good Street, Granville, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/40/e9401e89d1e95f90593c62358da11ba3429b6f70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87385263" Longitude="151.21838933" StarRating="2" HotelCode="409787|sydney_star_backpackers" HotelName="Sydney Star Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 Bourke Street, 2011 Woolloomooloo</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/3a/b83a585bff760f3d0a5cd65c055d2c9502fa4e8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering free WiFi, a shared lounge and BBQ facilities, Sydney Star Backpackers is located 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.67" OriginalAmount="328.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9122603" Longitude="151.2378855" StarRating="2" HotelCode="|324317" HotelName="The Alison Randwick" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Alison Road, Randwick</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/3/1/7/324317_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.716082916786" Longitude="151.10913813114" StarRating="3" HotelCode="175944|ascot_motor_inn" HotelName="Ascot Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ingram Road, Wahroonga, New South Wales 2076</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/da/bada89c8c96de03808f49754e870fcb3e0502ecd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.939472638309" Longitude="151.14737787791" StarRating="3" HotelCode="260985|airport_hotel_sydney" HotelName="Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>185 Princes Highway, Arncliffe, New South Wales 2205</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7e/767eed16db0d68a57c3d1e0abbace673a6aedcc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.80" OriginalAmount="332.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8914032" Longitude="151.2713375" StarRating="0" HotelCode="|107675" HotelName="The Village Bondi Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Lamrock Avenue, Bondi Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/7/5/107675_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.76" OriginalAmount="333.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9395139" Longitude="151.1474573" StarRating="3" HotelCode="|129527" HotelName="Airport Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Princes Highway, Corner of Forest Road, Arncliffe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/2/7/129527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.15" OriginalAmount="334.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8803472" Longitude="151.209174" StarRating="0" HotelCode="|107706" HotelName="Big Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Elizabeth Street, Surry Hills</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/0/6/107706_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.893972689202" Longitude="151.18197060493" StarRating="2" HotelCode="401250|billabong_gardens_" HotelName="Billabong Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>5-11 Egan Street, Newtown, Sydney, New South Wales 2042</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/0c/b70c8371ea61437b64477ad2caf00a4dab9484e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Billabong Gardens - Hostel in Newtown (Inner West),...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.92" OriginalAmount="338.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8708304" Longitude="151.2252597" StarRating="0" HotelCode="|47881" HotelName="Devere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-46 MACLEAY STREET, POTTS POINT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/8/1/47881_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.19" OriginalAmount="340.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8823995" Longitude="151.2047547" StarRating="0" HotelCode="|69978" HotelName="Wake Up! Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>509 Pitt Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/7/8/69978_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.888324340872" Longitude="151.14313989716" StarRating="3" HotelCode="147937|gardenlodge_sydney" HotelName="Garden-Lodge Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Parramatta Road, Haberfield, New South Wales 2045</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/96/c7963cdb2cfe8c726d44f67f5388160010c7d943.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.88" OriginalAmount="343.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8739269" Longitude="151.2184385" StarRating="5" HotelCode="|324790" HotelName="Cozy M" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 Bourke Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/7/9/0/324790_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.847659300652" Longitude="151.08609704841" StarRating="3" HotelCode="331910|concord_hotel_" HotelName="Concord Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Victoria Avenue, Corner Victoria Avenue and Queen Street, Concord, Sydney, New South Wales 2138</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/bf/b1bff5b077675ca511665da617dd5b5609738da6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.94" OriginalAmount="345.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8883704" Longitude="151.1431069" StarRating="3" HotelCode="|107729" HotelName="Garden Lodge Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-23 Parramatta Road, Haberfield</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/9/107729_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.30" OriginalAmount="345.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8400987" Longitude="151.2191306" StarRating="3" HotelCode="|107674" HotelName="Neutral Bay Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Kurraba Road, Neutral Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/7/4/107674_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.66" OriginalAmount="351.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9202" Longitude="151.257" StarRating="0" HotelCode="|421966" HotelName="Mad Monkey Coogee Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Arden Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/6/6/421966_57c145a1819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.69" OriginalAmount="353.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.892622" Longitude="151.259132" StarRating="3" HotelCode="|327659" HotelName="The Baxley Bondi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Flood Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/6/5/9/327659_72873ab1810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.83" OriginalAmount="355.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9334346" Longitude="151.1886621" StarRating="3" HotelCode="|107716" HotelName="Ibis Budget Sydney Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 ROSS SMITH AVENUE, MASCOT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/1/6/107716_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to the national airport and the international airport. ROOM: The rooms have an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.48" OriginalAmount="355.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.906978" Longitude="151.2018939" StarRating="3" HotelCode="|325471" HotelName="Valuesuites Green Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 O'Riordan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/4/7/1/325471_4848e6c1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.882386" Longitude="151.204737" StarRating="0" HotelCode="174910|wake_up_sydney" HotelName="Wake Up! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>509 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/03/f403238aa5b1d6e239c32afe6c8b6a6e85ef5d25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870911" Longitude="151.225363" StarRating="3" HotelCode="82905|devere_hotel" HotelName="DeVere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Macleay Street, Potts Point, Sydney, New South Wales 2011</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/e7/3ce7a5e3645cbc101087101253a7d75b854bd818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Near the picturesque Sydney Harbour, the hotel enjoys an excellent locale which adds to its charm. O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.66" OriginalAmount="364.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884142" Longitude="151.2017242" StarRating="3" HotelCode="|107694" HotelName="Sydney Riseon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Broadway, Chippendale</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/9/4/107694_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.08" OriginalAmount="364.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8879913" Longitude="151.1420774" StarRating="3" HotelCode="|107761" HotelName="Marco Polo Motor Inn Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Parramatta Road, Summer Hill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/6/1/107761_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.67" OriginalAmount="367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884173" Longitude="151.201759" StarRating="3" HotelCode="177072|posh_hotel" HotelName="Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Broadway Chippendale, Sydney 2008</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/03/1c035a360f0c1c358ede6758a593efe4c9672558.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.934543510485" Longitude="151.15567982197" StarRating="3" HotelCode="96202|171371" HotelName="Quality Hotel CKS Sydney Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Levey Street, Wolli Creek, 2205 New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/1f/8d1f92b974577a708236ec7af1808adb08cfd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.84244251" Longitude="151.10770168" StarRating="0" HotelCode="330919|palace_hotel_mortlake_sydney" HotelName="The Palace Hotel Mortlake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Tennyson Road, Mortlake, Sydney, New South Wales 2137</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/36/4a367f2eedd3bcdc39add808ea3fbc5b1e045821.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880293" Longitude="151.209096" StarRating="2" HotelCode="184816|big_hostel" HotelName="Big Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Elizabeth Street, Surry Hills, Sydney 2010, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/a7/9da785562627d5fa02035dff98b190e435d3116a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is set in Sydney CBD. The property consists of 36 bedrooms. Customers will not be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876639" Longitude="151.22136189081" StarRating="3" HotelCode="80266|sydney_boutique_hotel" HotelName="Sydney Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Darlinghurst Road, Darlinghurst, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a1/a8a19cff51e0528dd95572f821408039193ff846.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.88" OriginalAmount="377.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8810836" Longitude="151.204332" StarRating="4" HotelCode="|67238" HotelName="Great Southern  Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>717 GEORGE ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/3/8/67238_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88810985019" Longitude="151.14195554207" StarRating="3" HotelCode="151827|73868" HotelName="Marco Polo Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Parramatta Road, Summer Hill, Sydney, New South Wales 2130</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/dd/e7dde186719511b63eaedfb2e25ffce1026a1755.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.48" OriginalAmount="378.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87506" Longitude="151.21935" StarRating="2" HotelCode="|70263" HotelName="Ibis Budget Sydney East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191-201 William Street, Sydney 2000, New South Wales Australia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/6/3/70263_4b136ec1111.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern building, has 6 floors and a small reception. SITUATION: London King's Cross is situated in it is situated 1 kilometre away from the city centre, is situated 12 kilometres away from SÃ­dney Airport You can find restaurants, nightclubs and bars. it is located close to the train station, a supermarket, a gym and the hospital. ROOM: The small rooms, have an air-conditioning system, a television and a bathroom. OTHERS: No restaurant available Near the establishment, guests can find, restaurants, cafÃ©s.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.40" OriginalAmount="379.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.881427" Longitude="151.2051147" StarRating="3" HotelCode="|107638" HotelName="790 On George Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>790 George Street, Haymarket</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/3/8/107638_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="387.08" OriginalAmount="383.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8766816" Longitude="151.221302" StarRating="3" HotelCode="|107657" HotelName="L'otel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Darlinghurst Road, Darlinghurst</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/5/7/107657_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.08" OriginalAmount="387.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8751702" Longitude="151.2235037" StarRating="0" HotelCode="|107685" HotelName="Diplomat Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Bayswater Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/8/5/107685_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.71" OriginalAmount="387.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.728837" Longitude="151.083813" StarRating="3" HotelCode="|63239" HotelName="Ibis Sydney Thornleigh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200-212 PENNANT HILLS ROAD; THORNLEIGH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/2/3/9/63239_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.90" OriginalAmount="390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.91208" Longitude="150.923949" StarRating="3" HotelCode="77170|el_toro_motor_inn_" HotelName="El Toro Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Homepride Avenue, Warwick Farm, Sydney, New South Wales 2170</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/63/78639a2525b4b5471cd9e4215efc00f5245ffc72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.17" OriginalAmount="393.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884213" Longitude="151.193862" StarRating="4" HotelCode="|325146" HotelName="Breakfree On Broadway Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>253 Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/1/4/6/325146_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.23" OriginalAmount="394.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8914925" Longitude="151.2735737" StarRating="1" HotelCode="|375545" HotelName="Wake Up! Bondi Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Campbell Parade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/4/5/375545_3cb1fe91336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.59" OriginalAmount="394.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.813407" Longitude="151.096427" StarRating="4" HotelCode="|170441" HotelName="Ryde Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner Victoria Road And Bowden Street Ryde NSW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/1/170441_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87802002" Longitude="151.19869529" StarRating="3" HotelCode="420846|glasgow_arms_hotel" HotelName="Glasgow Arms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Designated Smoking Area,Elevator,Internet,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>527 Harris Street, 2007 Ultimo, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e4/02e4a63929f520d62ff8da1ecc4ade2b347c473a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Glasgow Arms Hotel is conveniently located in the popular Darling Harbour area. The hotel offers a h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.26" OriginalAmount="399.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8706738" Longitude="151.2218746" StarRating="0" HotelCode="|107739" HotelName="Mariners Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-50 McElhone Street, Woolloomooloo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/3/9/107739_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880965246396" Longitude="151.20463331763" StarRating="4" HotelCode="20919|great_southern_hotel" HotelName="The Great Southern Hotel - Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>717 George Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0e/c80ee2cd7a37fe826bf33d7fd7ed77249d611a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within a kilometre of the area's popular attractions such as the Sydney Conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.83063374" Longitude="151.2082047" StarRating="0" HotelCode="648281|the_north_sydney_hotel" HotelName="The North Sydney Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 Miller Street, Sydney, New South Wales 2060</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cfac7f4d11d73cfbb8cb38528ff99feff58f7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.97" OriginalAmount="401.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876487" Longitude="151.205863" StarRating="2" HotelCode="|505151" HotelName="The Resch House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>557 George St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/5/1/505151_33e1ff71015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.881607264566" Longitude="151.20533482696" StarRating="2" HotelCode="903038|30968" HotelName="Sydney Central YHA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>11 Rawson Place, Corner of Pitt Street and Rawson Place, opposite Central Station, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/2b/fc2b606c397322ffb2cf193fd8f22afaa7be8f2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.21" OriginalAmount="408.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.957451" Longitude="150.886536" StarRating="3" HotelCode="|170398" HotelName="Hunts Hotel Liverpool" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner of York St./ Hume Hwy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/3/9/8/170398_d363ca51259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.879033755144" Longitude="151.20734453201" StarRating="3" HotelCode="365754|metro_hotel_sydney_central" HotelName="Metro Hotel Marlow Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>431-439 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/ae/aaae7dabe6c007de5481fb0561eb0441c099963a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in Sydney’s southern central business district, on the corne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="416.53" OriginalAmount="412.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8191272" Longitude="151.1832411" StarRating="4" HotelCode="|107714" HotelName="Twin Towers Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 - 264 Pacific Highway, Artarmon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/1/4/107714_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.03" OriginalAmount="414.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8791932" Longitude="151.2066949" StarRating="0" HotelCode="|38969" HotelName="Metro  Marlow Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>431-439 PITT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/9/38969_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 220 standard rooms and suites, is perfect for business and holiday stays, The establishment has a lobby with a reception, a bar, a restaurant, conference rooms, WiFi (for a fee) and a laundry service. SITUATION: The hotel is in SÃ­dney the business district it is located between Pitt and Campbell the streets of it is located near public transport services, 10 minutes away from the establishment, you can find the exhibition centre. ROOM: Guests are offered standard rooms and suites with electronic key, a bathroom with a bath or shower, an individual air-conditioning system, a central heating system, a direct line telephone, WiFi, cable television, a fridge, a coffee maker, a kettle, an iron, a radio, an alarm clock and a hairdryer. FACILITIES: Outdoors, clients have access to a swimming pool. MEALS: Guests are offered a buffet breakfast, Clients have at their disposal Indigo on Capitol the restaurant a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880298" Longitude="151.198673" StarRating="3" HotelCode="96194|aspire_hotel_sydney" HotelName="Metro Aspire Hotel, Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383-389 Bulwara Road, Ultimo, Sydney, New South Wales  2007</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/f1/89f195f314c541c5256224a729380022b05918d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876755" Longitude="151.233006" StarRating="3" HotelCode="413595|sydney_lodge_motel" HotelName="Sydney Lodge Motel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Kitchen,Laundry,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>44 New South Head Road, Edgecliff, Sydney, New South Wales 2027</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ee/2aeea10f69ff0be4fcd80aa292b29f63c29c0bae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Sydney Lodge Motel in Edgecliff, you'll be convenie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.18" OriginalAmount="418.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88888662" Longitude="151.13293705" StarRating="3" HotelCode="409792|westside_motor_inn_" HotelName="Westside Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>85 Liverpool Road, Hume Highway, Ashfield Sydney NSW 2131</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/2d/ff2dcb41f5ff709a87959338dcd975167a6a160e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Westside Motor Inn in Ashfield (Inner West), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873345" Longitude="151.208761" StarRating="3" HotelCode="366518|20214" HotelName="Park Regis City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Park Street, corner Park &amp; Castlereagh Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/64/db64b389f49ff0c85f127a6c4ad7a0541e281a15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by Sydney's best shopping, entertainment and sightseeing venues and cannot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880456" Longitude="151.213923" StarRating="5" HotelCode="300281|adge_boutique_apartment_hotel" HotelName="ADGE Boutique Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Riley Street, Surry Hills, Sidney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/96/f9961410c98233ee6f6c81fe8a3d6a86adaa0bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="427.42" OriginalAmount="423.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8135447" Longitude="151.1065253" StarRating="4" HotelCode="|325499" HotelName="Studio 8 Residences - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Tucker Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/4/9/9/325499_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.24" OriginalAmount="424.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.81327757" Longitude="151.10668103" StarRating="3" HotelCode="575110|studio_8_residences_adults_only" HotelName="Studio 8 Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>8 Tucker Street, Ryde, 2112 Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/56/d7567c143784422f3e2ebeea137bd34564f7952d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.739740016031" Longitude="151.06844633818" StarRating="4" HotelCode="176168|pennant_hills_waldorf_apartment_hotel" HotelName="Waldorf Pennant Hills Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 City View Road, Pennant Hills, Sydney 2120</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/36/df36ee5be19e165096dbe20b0516313a6d98368c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.58" OriginalAmount="428.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9181957" Longitude="151.2414892" StarRating="3" HotelCode="|107741" HotelName="High Cross Randwick By Sydney Lodges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Cuthill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/4/1/107741_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.27" OriginalAmount="430.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8921107" Longitude="151.2464457" StarRating="4" HotelCode="|130531" HotelName="Holiday Inn and Suites Sydney Bondi Junction, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Spring Street, Bondi Junction</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/5/3/1/130531_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.23" OriginalAmount="431.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8767735" Longitude="151.2208391" StarRating="4" HotelCode="|59511" HotelName="Kirketon  Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 DARLINGHURST ROAD, DARLINGHURST, SYDNEY, NEW SOUTH WALES 2010, AUSTRALIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/1/1/59511_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This old building, has a restaurant, a reception, a business centre, a little hall and seats. SITUATION: Sydney it is in Darlinghurst it is in You can find cafÃ©s, restaurants and bars. Hyde Park and the central business district it is 10 minutes away from. ROOM: The small rooms, have bedding, toiletries, a mini-bar, a CD player, video, an air-conditioning system, cable and satellite television, a safe, an iron, an ironing board, a bathroom, a coffee maker, a teapot and a direct line telephone. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, The establishment offers breakfast, lunch and dinner service, Guests also have at their disposal a bar and room service. nearby, you can find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.68" OriginalAmount="435.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8804104" Longitude="151.1985964" StarRating="4" HotelCode="|42598" HotelName="Metro Aspire , Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 - 389 BULWARA ROAD, ULTIMO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/9/8/42598_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="440.36" OriginalAmount="436.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873306198078" Longitude="151.20501637459" StarRating="2" HotelCode="34672|base_sydney__backpacker" HotelName="Base Backpackers Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>477 Kent Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c1/d9c1369db4b3caebefb38b7509bcc813c8fe9c74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.65" OriginalAmount="436.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8299025" Longitude="151.2083201" StarRating="3" HotelCode="|107745" HotelName="Northshore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>310 Miller Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/4/5/107745_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.68" OriginalAmount="436.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.891217" Longitude="151.088333" StarRating="0" HotelCode="|329114" HotelName="Town and Country" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>401-405 Liverpool Road, South Strathfield</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/1/1/4/329114_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876835861707" Longitude="151.22101038694" StarRating="4" HotelCode="82396|the_kirketon_hotel" HotelName="Kirketon Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>229 Darlinghurst Road, 2010 Darlinghurst, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/5f/775f50d3af42d0a2221d93c91483bf9f1253272b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sydney's most famous suburb, Darlinghurst, the hotel is surrounded by a numb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.66050175" Longitude="151.12763309" StarRating="3" HotelCode="412813|mt_kuringgai_motel" HotelName="Mount Kuring-gai Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>705 Pacific Highway, 2080 Mount Kuring-gai</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/cf/f6cf7a336656699db3a21fbe853dc601714d276e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Mount Kuring-gai Motel in Mount Kuring-gai, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="446.90" OriginalAmount="442.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7975218" Longitude="151.2871628" StarRating="0" HotelCode="|107650" HotelName="Boardrider Backpacker and Budget" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rear 63 The Corso, Manly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/5/0/107650_f25a32a1226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88421911" Longitude="151.21007749" StarRating="4" HotelCode="317054|82416" HotelName="57 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Foveaux Street, Surry Hills, NSW 2010, Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/29/4529a40dbe4fe54fa5be765b69443330d99c63ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.09" OriginalAmount="444.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8444901" Longitude="151.2293658" StarRating="4" HotelCode="|324236" HotelName="Cremorne Point Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Cremorne Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/2/3/6/324236_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.45" OriginalAmount="445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.894746764745" Longitude="150.95622414038" StarRating="3" HotelCode="263409|ibis_styles_sydney_lansvale" HotelName="Ramada Hotel &amp; Suites Sydney Cabramatta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Hume Highway, Cabramatta, Sydney, New South Wales 2166</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/23/7c23deb707370ba320d5d011f31242944b16833e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.48" OriginalAmount="448" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.92545056" Longitude="151.18763839" StarRating="4" HotelCode="317417|229104" HotelName="Adina Apartment Hotel Sydney Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Bourke Road, Sydney, New South Wales 2020</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/27/0827c30490f0d66fc7f63a4b120f161b682fca15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.48" OriginalAmount="448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87803286" Longitude="151.22058226" StarRating="2" HotelCode="407359|darlo_bar_sydney_darlinghurst" HotelName="Darlo Bar Darlinghurst" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>306 Liverpool Street, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ba/01ba66e01d57edf57a64d3146aedb5d35fbfc8f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Darlo Bar Darlinghurst in Darlinghurst (Darlinghurs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.22" OriginalAmount="448.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9126789" Longitude="151.2460298" StarRating="3" HotelCode="|107726" HotelName="St Marks Randwick" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Rae Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/6/107726_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.63" OriginalAmount="449.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9349896" Longitude="151.1556277" StarRating="4" HotelCode="|129529" HotelName="Silkari Urban CKS Sydney Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Levey Street, Wolli Creek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/2/9/129529_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="454.36" OriginalAmount="449.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9188306" Longitude="151.2421367" StarRating="0" HotelCode="|107740" HotelName="Perouse Randwick By Sydney Lodges" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Perouse Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/4/0/107740_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.95" OriginalAmount="451.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.80669" Longitude="151.073502" StarRating="4" HotelCode="|170412" HotelName="The Select Inn Ryde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1188 Victoria Road Sydney NSW 2114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/1/2/170412_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.918281711057" Longitude="151.24146941446" StarRating="3" HotelCode="148829|high_cross_park_lodge" HotelName="High Cross Park Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Cuthill Street, Randwick, New South Wales 2031</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/9e/f99e7ec17b9fe4b41cfb277e3c2fee2b78d0a298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is a boutique hotel in Randwick, Sydney. The hotel is located within 5 minutes' ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.83179119" Longitude="151.20552317" StarRating="2" HotelCode="393261|dalziel_lodge" HotelName="Dalziel Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44 West Street, 2060 North Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/dd/3edd314ca96f1c31afe92c07ecd09689b56b95b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88422197" Longitude="151.20160545" StarRating="0" HotelCode="499347|broadway_serviced_apartments_" HotelName="Dulcis Domus Broadway Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Broadway, Sydney, New South Wales 2007</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871d71fa3a4232d9e7ddb348cebb7d599d92ebc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.91578755" Longitude="151.17438348" StarRating="3" HotelCode="410842|southern_cross_hotel_2" HotelName="Southern Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>340 Princes Highway, Saint Peters, Sydney, New South Wales 2044</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/33/3e33e90f94bb86b04e6411bdf46f5970d278963b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Southern Cross Hotel in St Peters, you'll be conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.891443740454" Longitude="151.08886755397" StarRating="3" HotelCode="78437|comfort_inn_town__country_" HotelName="Town &amp; Country Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Liverpool Road, South Strathfield, Sydney, New South Wales 2136</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/00/0e00302e5b4e3d19179e2e3939e4c565550d9810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.27" OriginalAmount="457.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8732498" Longitude="151.204913" StarRating="0" HotelCode="|107743" HotelName="Nomads Sydney -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>477 Kent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/4/3/107743_976eb900939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.26" OriginalAmount="458.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8501647" Longitude="151.0620721" StarRating="2" HotelCode="|107724" HotelName="Ibis Budget Sydney Olympic Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Edwin Flack Avenue / Sydney Olympic Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/4/107724_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876817" Longitude="151.242201" StarRating="3" HotelCode="199664|the_savoy_hotel_double_bay" HotelName="Savoy Hotel Double Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-45 Knox Street, Double Bay, Sydney 2028, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6d/926daa7c43afbe062a4b7b7e34a5fc816a0b52da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 40 rooms. Services and facilities at the hotel include a dining area ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872958791117" Longitude="151.22357726097" StarRating="3" HotelCode="103736|springfield_lodge" HotelName="Springfield Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Springfield Avenue, 2011 Potts Point, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7d/707dd26e421eac84b819a3364265515ed9cdd198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the fabulous Potts Point area of Sydney. Landmarks like the Sydney Opera Hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.60" OriginalAmount="461.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8793278" Longitude="151.2056217" StarRating="4" HotelCode="|60222" HotelName="The Capitol  Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CNR GEORGE &amp; CAMPBELL STREETS, HAYMARKET 730-742</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/2/2/60222_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.64" OriginalAmount="464.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.829997" Longitude="151.208491" StarRating="3" HotelCode="96193|northshore_hotel" HotelName="North Shore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 Miller Street, 2060 North Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/95/9c95f8623c4633c295749a4698591880c5c03b0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.66" OriginalAmount="466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.879360750399" Longitude="151.20941506393" StarRating="3" HotelCode="142292|central_station_hotel" HotelName="Veriu Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wentworth Avenue, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/50/ad509bec96aa20f3375f92969f8668a2ac027238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a landmark heritage building, the hotel is ideally located in the city of Sydney, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.879245302185" Longitude="151.20568692684" StarRating="3" HotelCode="395374|capitol_square_hotel_sydney" HotelName="Capitol Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Campbell Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0c/f30c6f0234b39274300bdf7832ded3245797b0cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="476.84" OriginalAmount="472.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8069652" Longitude="151.1797669" StarRating="4" HotelCode="|107754" HotelName="Royal Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>472 Pacific Highway, Lane Cove North</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/5/4/107754_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.73" OriginalAmount="473.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.912590230035" Longitude="151.24603690675" StarRating="3" HotelCode="902775|st_marks_lodge" HotelName="St Marks Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rae Street, Randwick 2031, Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/41/e941ab90fc18d6e206a62172fa69078e0fb7bd48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within a 10-minute walk from UNSW, Sydney Children's Hospital and the Prince of Wales H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="479.96" OriginalAmount="475.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.934313" Longitude="151.194081" StarRating="4" HotelCode="|378180" HotelName="Aea Sydney Airport Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1285 Botany Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/1/8/0/378180_9fb5d600943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.78" OriginalAmount="478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884293575972" Longitude="151.19384493309" StarRating="2" HotelCode="260994|parkview_hotel_sydney" HotelName="Ryals Hotel Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>253 Broadway, Sydney, New South Wales 2007</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc254b8782b06b689754f4e583c51d8379339de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.81" OriginalAmount="478.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8767133" Longitude="151.2421134" StarRating="3" HotelCode="|107636" HotelName="The Savoy Double Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-45 Knox Street, Double Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/3/6/107636_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.10" OriginalAmount="478.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9122109" Longitude="151.2582439" StarRating="3" HotelCode="|325356" HotelName="Little Coogee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>272 Clovelly Road, Clovelly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/3/5/6/325356_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.81" OriginalAmount="481" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.760377192075" Longitude="151.27685173627" StarRating="3" HotelCode="96582|275199" HotelName="Travelodge Hotel Manly Warringah Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-10 Victor Road, Brookvale, Sydney, New South Wales 2100</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/eb/eb1df877dfb572bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8700158" Longitude="151.20602384" StarRating="3" HotelCode="382756|160401" HotelName="Megaboom City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Level 1 93 York Street, 2000 Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/49570/2449570/27.jpg?f=15675297</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.88" OriginalAmount="485.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8242805" Longitude="151.0207241" StarRating="4" HotelCode="|107710" HotelName="Nesuto Parramatta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 - 114 James Ruse Drive, Rosehill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/1/0/107710_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.80844354559" Longitude="151.17817282677" StarRating="4" HotelCode="96196|royal_pacific_former_punthill_nthshore" HotelName="Royal Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>472 Pacific Highway, Lane Cove North 2066, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/cc/10cc757646f9e81a173a02e55a8aebf0bb6b24c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location, 8 km from the city centre. The establishment is well c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.88" OriginalAmount="488" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.878338986438" Longitude="151.21067583561" StarRating="3" HotelCode="317939|11202" HotelName="Travelodge Hotel Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Wentworth Avenue, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/32410/a_32410_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 700 m from Oxford Street, Darling Harbour, and the Pitt Street sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.04" OriginalAmount="488.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.875657" Longitude="151.2247474" StarRating="3" HotelCode="|107661" HotelName="59" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Bayswater Road, Kings Cross</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/6/1/107661_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.797038613219" Longitude="151.28781793509" StarRating="3" HotelCode="329199|hotel_steyne" HotelName="Hotel Steyne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>75 The Corso, Manly, Sydney, New South Wales 2095</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f3/1df3ab51e04ef782f2a8b8d710b4d925513292f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.92" OriginalAmount="492" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.878477" Longitude="151.211171" StarRating="3" HotelCode="161048|82402" HotelName="Hotel Harry, an Ascend Hotel Collection Member" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-44 Wentworth Avenue, Sydney 2010, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/94/9594e7fdeb794acdea5a42dd69763e89c3bd8d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a great central Sydney location on the corner of Goulburn Street and Wentworth Avenu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.92" OriginalAmount="492.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.822640434327" Longitude="151.18656242824" StarRating="3" HotelCode="261004|the_greenwich_inn" HotelName="Greenwich Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Pacific Highway, Greenwich, New South Wales 2065</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ec/c6eced08ee6723854eee9d444118dc1c1c62cf26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.93" OriginalAmount="493.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.882013821286" Longitude="151.20414320386" StarRating="4" HotelCode="386618|valentine_on_george" HotelName="Valentine On George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Valentine Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/34/c434f10407ee0c19fc37d32ba0072bde6c00e60d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Haymarket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.20" OriginalAmount="496.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8703683" Longitude="151.1969632" StarRating="3" HotelCode="|130588" HotelName="Peg Leg Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Pyrmont Bridge Road, (Corner of Pyrmont Bridge RD and Harwood ST), Pyrmont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/5/8/8/130588_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.38" OriginalAmount="496.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7972088" Longitude="151.1863828" StarRating="4" HotelCode="|325118" HotelName="Quest Chatswood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Albert Avenue, Chatswood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/1/1/8/325118_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.48" OriginalAmount="496.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8668094" Longitude="151.2049692" StarRating="2" HotelCode="|325297" HotelName="Wynyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>107 Clarence Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/9/7/325297_c2cd6d41814.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="501.97" OriginalAmount="497" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.90189338845" Longitude="151.00039601326" StarRating="3" HotelCode="77216|427128" HotelName="Sundowner Gardenia Motor Inn Bass Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>850 Hume Highway, Bass Hill, Sydney, New South Wales 2197</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/7c/287c6c672408c1ea0e69bff210aac3504d33cdc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="505.05" OriginalAmount="500.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87818" Longitude="151.210813" StarRating="3" HotelCode="|37767" HotelName="Ibis Styles Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 33 Wentworth Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/6/7/37767_fbcef341043.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 406 rooms, is ideal for holidays or business trips, has a reception, conference facilities and a laundry service. The renovated hotel in 2009. SITUATION: Oxorfd Street and Darling Harbour It is located 700 metres away from it is situated 19 kilometres away from SÃ­dney Airport. ROOM: The spacious and modern rooms, have business facilities, a kitchen with a microwave, a coffee maker, a kettle, a bathroom with a shower, a bath, a radio, a television and individual air-conditioning. OTHERS: Regarding the food and beverage offering, clients have a restaurant, The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="508.35" OriginalAmount="503.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8648833" Longitude="151.2039834" StarRating="4" HotelCode="|130181" HotelName="Napoleon On Kent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Kent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/1/8/1/130181_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="509.04" OriginalAmount="504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.871551" Longitude="151.216714" StarRating="2" HotelCode="184905|elephant_backpacker_sydney_2" HotelName="Elephant Backpacker" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Sir John Young Crescent, Woolloomooloo, Sydney, New South Wales 2011</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/44/564404b679c37e6dbac180553fdd7b8c584370a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="512.93" OriginalAmount="507.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8774637" Longitude="151.2119326" StarRating="4" HotelCode="|59503" HotelName="Best Western Plus Stellar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 WENTWORTH AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/0/3/59503_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, elegant hotel, has a lobby, with a reception, WiFi in communal areas, (for a fee), conference facilities and room service. SITUATION: This urban hotel, Darling Harbour it is situated 10 minutes away from it is 6 minutes away from the business area, nearby, you will find Chinatown the opera, the tourist attractions, is located close to the beach, 10 minutes away, there is a public transport stop, is 30 minutes away from Sydney Airport. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a small kitchen, a mini-bar, a fridge, a microwave, a coffee maker, a kettle, an iron, a safe and WiFi. MEALS: Clients have at their disposal a bar, a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.08" OriginalAmount="508.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87552584" Longitude="151.22483497" StarRating="3" HotelCode="417210|hotel_59_sydney" HotelName="Hotel 59" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Bayswater Road, Rushcutters Bay, Kings Cross, Sydney 2011</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7d/a07d822b2f684f8eedf517389b0d3647aeecfe9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel 59 in Rushcutters Bay (Potts Point - Kings Cr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87968608" Longitude="151.20950804" StarRating="0" HotelCode="648283|hyde_park_backpackers" HotelName="Hyde Park Backpackers" Meals="DINNER" BedType="DINNER" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Wentworth Avenue</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/e2/56e24cc0d1b854fef5624e33efc9d301b81738ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.37" OriginalAmount="510.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.882895" Longitude="151.203461" StarRating="4" HotelCode="|58081" HotelName="Rendezvous Hotel Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CORNER OF GEORGE &amp; QUAY STREETS 803</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/8/1/58081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.698268309949" Longitude="151.21473938227" StarRating="3" HotelCode="187791|checkers_resort__conference_centre" HotelName="Checkers Resort &amp; Conference Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>331 Mona Vale Road, Sydney 2084</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/66/fe6660ef60f3909511eed6ecfe9387c0b1f5665d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="518.39" OriginalAmount="513.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7971977" Longitude="151.2874683" StarRating="2" HotelCode="|107647" HotelName="Stay At Steyne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 The Corso, Manly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/4/7/107647_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="518.51" OriginalAmount="513.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873386" Longitude="151.208095" StarRating="0" HotelCode="|508395" HotelName="Criterion Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 Pitt St (Cnr Park Street)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/3/9/5/508395_23a5c451311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="520.15" OriginalAmount="515" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.930993734726" Longitude="151.1872436957" StarRating="4" HotelCode="103673|85377" HotelName="Quest Mascot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108-114 Robey Street, Mascot, Sydney, New South Wales 2020</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ea/d0eaa4cdfb423fecc8143c56d18a9edc6700ecc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="520.52" OriginalAmount="515.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8873827" Longitude="151.0996359" StarRating="4" HotelCode="|107732" HotelName="Comfort Inn and Suites Burwood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Liverpool Road, Burwood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/3/2/107732_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.21" OriginalAmount="521.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.877588540808" Longitude="151.21194183827" StarRating="4" HotelCode="63143|best_western_plus_hotel_stellar" HotelName="Best Western Plus Hotel Stellar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Wentworth Avenue, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/f8/fdf8892d5a80d078897a52d392e30a9cbc7134aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located a 10-minute walk from the Darling Harbour and 6 minutes’ walk from the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872544" Longitude="151.209254" StarRating="4" HotelCode="96190|castlereagh_boutique_hotel_ascend_hotel_collection_member" HotelName="Castlereagh Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169 Castlereagh Street, Sydney 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/0f/a30f3cbe85defc298b1d614d42f371262bc3b08b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel boasts a central location in Sydney's commercial, retail and entertainment district. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.15" OriginalAmount="524.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872551" Longitude="151.20916" StarRating="4" HotelCode="|170393" HotelName="Castlereagh Boutique , Ascend Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>169 CASTLEREAGH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/3/9/3/170393_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.78" OriginalAmount="525.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9312086" Longitude="151.1901508" StarRating="5" HotelCode="|325560" HotelName="The Branksome and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Robey Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/5/6/0/325560_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.26" OriginalAmount="526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.877854" Longitude="151.20784" StarRating="3" HotelCode="13708|ibis_sydney_world_square" HotelName="ibis Sydney World Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382-384 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/24/ff24291c5e22757f2c76405a2084d834db7335a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Sydney city, within a vibrant entertainment and shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.52" OriginalAmount="528.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.731394" Longitude="150.971247" StarRating="0" HotelCode="|170449" HotelName="Rydges Norwest Sydney	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Columbia Court, Baulkham Hills</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/9/170449_ebcfc491155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="536.26" OriginalAmount="530.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.819786" Longitude="150.999901" StarRating="4" HotelCode="|375971" HotelName="Gladius &amp; Suites-Parramatta Marsden Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Marsden Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/9/7/1/375971_95c79c60933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="536.65" OriginalAmount="531.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8600677" Longitude="151.072403" StarRating="3" HotelCode="|325279" HotelName="Markets" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268 Parramatta Road, Homebush</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/7/9/325279_bbbdf591807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.95" OriginalAmount="532.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8705122" Longitude="151.2215771" StarRating="3" HotelCode="|107711" HotelName="Nesuto Woolloomooloo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Dowling Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/1/1/107711_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87233028" Longitude="151.19724865" StarRating="3" HotelCode="413258|harbour_phoenix_hotel" HotelName="The Harbour Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Garden,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>131-133 Murray Street, Pyrmont NSW 2009, Australia</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/66/1466ae66fc2577bed43a6137e92c8784e5b8e4e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Harbour Phoenix Hotel is conveniently located in the popular Darling Harbour area. The hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="540.60" OriginalAmount="535.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8790968" Longitude="151.2078619" StarRating="4" HotelCode="|48685" HotelName="Oaks Sydney Castlereagh Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 CASTLEREAGH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/8/5/48685_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSÃ­dney the centre of. ROOM: studios, have a kitchenette, a mini-bar, a microwave, a toaster, a kettle and a coffee maker. one-bedroom apartments, have a balcony and a launderette. cleaning service once a week. FACILITIES: The establishment has a covered pool, a spa and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.39" OriginalAmount="539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7717883475" Longitude="151.16111843188" StarRating="3" HotelCode="79944|killara_inn_sydney" HotelName="Killara Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>480 Pacific Highway, Killara, New South Wales 2071</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9b/4c9bea9fc899db28a65ef18b8a5c8516692b2923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.42" OriginalAmount="542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87332026" Longitude="151.20833709" StarRating="2" HotelCode="224888|criterion_hotel_2" HotelName="Criterion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 Pitt Street (Cnr Park Street), Sydney Stadtzentrum CBD, 2000 Sydney, Australien</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/ac/1cac96538c9df2ee92861d27d638fc89228409e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="548.64" OriginalAmount="543.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8868895" Longitude="151.1793055" StarRating="4" HotelCode="|93319" HotelName="Rydges Camperdown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>09 Missenden Road Camperdown, Sydney ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/3/3/1/9/93319_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge) and a swimming pool. SITUATION: This establishment, is 10 minutes away from SÃ­dney the city centre of King Street 5 minutes away from the establishment, guests will find Newtown is situated in 5 minutes away from the establishment, guests will find PrÃ­ncipe Alfredo the hospital Close to the bus stop and taxi ranks. it is situated 15 minutes walk away from restaurants, shops and bars. ROOM: All the rooms have an air-conditioning system, a fridge, cable television and a courtesy tea and coffee service. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="551.15" OriginalAmount="545.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8843388" Longitude="151.2103268" StarRating="4" HotelCode="|324927" HotelName="57" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Foveaux Street, Surry Hills</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/9/2/7/324927_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.48" OriginalAmount="548.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873224472321" Longitude="151.20770712299" StarRating="3" HotelCode="224890|hotel_coronation" HotelName="Coronation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Park Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/67/65671f4689cccf218d879a289f0a03eb2cb1d722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.50" OriginalAmount="550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870486758521" Longitude="151.22162890331" StarRating="3" HotelCode="82782|waldorf_apartments_in_woolloomooloo_waters" HotelName="Waldorf Woolloomooloo Waters Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Dowling Street, Woolloomooloo, New South Wales 2011</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/30/4b3029f219fe08f33de2be53906f97b64f6c7a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.31" OriginalAmount="550.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.957219504585" Longitude="150.8872764785" StarRating="4" HotelCode="300323|979515" HotelName="Best Western Casula Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>667 Hume Highway, Casula, Sydney, New South Wales 2170</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/04/db042ce84bb1828f9aeb4ac76b4a4ad44d8a2499.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="556.73" OriginalAmount="551.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.929296" Longitude="150.87606" StarRating="4" HotelCode="|165571" HotelName="Mercure Sydney Liverpool" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>424 - 458 Hoxton Park Road Liverpool, Sydney New South Wales</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/5/7/1/165571_5b8e4cd0815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="559.83" OriginalAmount="554.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8767406" Longitude="151.2038217" StarRating="4" HotelCode="|67231" HotelName="Apx Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 DIXON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/3/1/67231_c3315551059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8794989" Longitude="151.2084369" StarRating="4" HotelCode="153475|30619" HotelName="Oaks on Castlereagh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Kitchen,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Castlereagh Street, Haymarket, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216678/a_216678_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located amidst the entertainment and business district of Sydney City, the hotel is only a relaxed s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.56" OriginalAmount="556.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.886122166284" Longitude="151.17883709569" StarRating="3" HotelCode="537041|adara_camperdown_hotel" HotelName="Quality Suites Camperdown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>108 Parramatta Road, Camperdown, New South Wales 2050</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ea/a9ea36ce508cd0954a2ded7cfca888636e6f5ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.58" OriginalAmount="558" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.919943870738" Longitude="151.03298485279" StarRating="3" HotelCode="92913|275197" HotelName="Travelodge Hotel Bankstown Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Greenfield Parade, Sydney, New South Wales 2200</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/0c/0c4eda561e92ab978b98bc82b46b4d9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8783673" Longitude="151.2068353" StarRating="4" HotelCode="|67230" HotelName="Apx World Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 CUNNINGHAM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/3/0/67230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 72 large, modern rooms, This urban hotel with air-conditioning, has a lobby, a safety deposit box service, a lift, a bar, a nightclub, a restaurant, conference facilities, room service and a laundry service. SITUATION: Is situated inSÃ­dney the heart of it is near the exhibition centre, near the establishment, guests will find Darling Harbour and Hyde Park the theatre, the tourist attractions located 500 metres away from the railway station, is situated 12 kilometres away from Sydney Airport. ROOM: beautiful standard rooms and suites, have an air-conditioning system, a bathroom with a shower, a hairdryer, a coffee maker, a kettle, a kitchen with a microwave, a flat-screen television, a direct line telephone, a double bed, a radio and an iron. FACILITIES: Clients have access to a covered swimming pool, an outdoor swimming pool, a gym and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.71" OriginalAmount="561.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9145866" Longitude="151.2404916" StarRating="4" HotelCode="|324971" HotelName="Veriu Randwick" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65-71 Belmore Road, Randwick</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/9/7/1/324971_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.68" OriginalAmount="568.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.659657" Longitude="151.30885" StarRating="4" HotelCode="176403|newport_mirage_hotel" HotelName="Metro Mirage Hotel Newport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Parade West, Newport, New South Wales 2106</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/44/c444df2585df2745aaff9c0c8c7da40ef61c1ff5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="573.88" OriginalAmount="568.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8860877" Longitude="151.1789494" StarRating="4" HotelCode="|107673" HotelName="Best Western Plus Camperdown Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Parramatta Road, Camperdown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/7/3/107673_d9b46121133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.72" OriginalAmount="572" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.878572" Longitude="151.209401" StarRating="4" HotelCode="52829|17380" HotelName="Vibe Hotel Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Goulburn Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/32/3a32642ea04f13012cd355bafa86520188d0bcb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a vibrant location in the heart of all the action. It is perfectly positioned to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="580.32" OriginalAmount="574.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9123308" Longitude="151.2413038" StarRating="4" HotelCode="|107722" HotelName="Avonmore On The Park Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 The Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/2/107722_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, is rated 4 stars and has a reception. SITUATION: This establishment, the central business district it is close to Coogee the beach SÃ­dney it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="581.17" OriginalAmount="575.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8413043" Longitude="151.2084657" StarRating="4" HotelCode="|130438" HotelName="View Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Blue Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/4/3/8/130438_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.76" OriginalAmount="576.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87674016" Longitude="151.20393022" StarRating="4" HotelCode="81402|apx_apartments_darling_harbour_2" HotelName="APX Apartments Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Dixon Street, Sydney 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/2f/472f7e3846f5ebda808e5c04fd0a25c7a95342f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Sydney's business district and Darling Harbour’s ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880655292133" Longitude="151.20331244785" StarRating="3" HotelCode="365756|aarons_hotel_sydney" HotelName="The Ultimo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Ultimo Road, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/30/5330099a9bb1314e61d9b12183f4ea44904ff314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the middle of Chinatown and close to Darling Harbour, this city hotel is surrounded by t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="584.07" OriginalAmount="578.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9514535" Longitude="151.2504959" StarRating="3" HotelCode="|329313" HotelName="Southend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Curtin Crescent</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/3/1/3/329313_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="589.24" OriginalAmount="583.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.805491" Longitude="150.989731" StarRating="3" HotelCode="|130846" HotelName="175 One Hotels and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 HAWKESBURY ROAD, WESTMEAD, SYDNEY, NEW SOUTH W</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/8/4/6/130846_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="597.69" OriginalAmount="591.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.780904" Longitude="151.120038" StarRating="4" HotelCode="|325198" HotelName="Holiday Inn Express Sydney Macquarie Park, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Byfield St Macquarie Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/1/9/8/325198_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.95" OriginalAmount="595.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.866590905617" Longitude="151.20274403803" StarRating="3" HotelCode="899408|ibis_sydney_king_street_wharf" HotelName="ibis Sydney King Street Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Shelley Street, King Street Wharf, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/68/3c68ad3306aec629fad94aef0d4e595493ded611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just minutes from the pulsating excitement of Darling Harbour and Sydney, and is surrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.76" OriginalAmount="595.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8741862" Longitude="151.2166123" StarRating="4" HotelCode="|59487" HotelName="The Sydney Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 WILLIAM STREET, SYDNEY, NEW SOUTH WALES 2011, AUSTRALIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/8/7/59487_79b7ce41045.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 25 floors, with fantastic views, a lobby and a sitting room. SITUATION: The hotel William Street it is in it is located between London King's Cross the city, Close to the city centre, 30 metres away, there is a bus stop. ROOM: The establishment has deluxe rooms with harbour views, a bathroom and modern equipment. OTHERS: Regarding the food and beverage offering, clients have a restaurant, a breakfast service and a lunch service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.866915768186" Longitude="151.2049191828" StarRating="2" HotelCode="260993|wynyard_hotel" HotelName="Wynyard Hotel, Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>107 Clarence Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/7e/c87e69a3904b1877af4add7844a353b9b8e18947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="610.04" OriginalAmount="604.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.864442" Longitude="151.205375" StarRating="4" HotelCode="82811|the_york_by_swissbelhotel_international" HotelName="The York by Swiss-Belhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 York Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/53/ee53c737bd94164cc67bb387a674210b2ffce5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly apartment hotel is located in the heart of Sydney, close to the Opera House (1.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.59" OriginalAmount="605.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7960731" Longitude="151.2873555" StarRating="0" HotelCode="|107749" HotelName="Manly Paradise and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 North Steyne, Manly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/4/9/107749_ff5905e1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.841655" Longitude="151.208567" StarRating="4" HotelCode="335511|north_sydney_harbourview_hotel" HotelName="North Sydney Harbourview" 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>17 Blue Street, North Sydney 2060</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/6e/786e44a7b2049df14d6c60355a6f3d0dfb02fb30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="615.92" OriginalAmount="609.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.121347" Longitude="-60.205875" StarRating="2" HotelCode="|165735" HotelName="Hearthstone Inn Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>560 KINGS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/3/5/165735_1_8450.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="616.10" OriginalAmount="610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876873718506" Longitude="151.20767176151" StarRating="4" HotelCode="18255|rydges_world_square" HotelName="Rydges World Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/a4/a0a4428fd692064eb833f3b97f2903af06042117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within the World Square precinct in Sydney central business district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="616.75" OriginalAmount="610.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8819453" Longitude="151.2094885" StarRating="0" HotelCode="|47026" HotelName="Rydges Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 ALBION STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/6/47026_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, elegant, perfect for business and holiday stays, has air-conditioning, 270 rooms, a lobby with a reception, a bar, a restaurant, conference facilities, room service, a laundry service and a car park (for a fee). SITUATION: It is near the railway station, the city, shops and restaurants. Darling Harbour it has good links to. ROOM: The rooms have a bathroom with a hairdryer, a safety deposit box, a direct line telephone, internet, a fridge, a mini-bar, a satellite television, a radio, an alarm clock, a coffee maker, a kettle and an iron. FACILITIES: The establishment has a covered, heated swimming pool, relaxing music, a sunbathing terrace, barbecue, a beauty treatment service, health treatments, a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a set-menu restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.78090631" Longitude="151.1201227" StarRating="3" HotelCode="421610|holiday_inn_express_sydney_macquarie_park" HotelName="Holiday Inn Express Sydney Macquarie Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Byfield Street, Macquarie Park, Sydney, 2113 New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/8c/2b8ce4e5d42a60f7b1b5799eefcc10c494c6291b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smart International Hotel in Macquarie Park   Holiday Inn Express Sydney Macquarie Park is located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.14" OriginalAmount="614.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.934211" Longitude="151.157007" StarRating="4" HotelCode="34635|mercure_sydney_international_airport" HotelName="Novotel Sydney International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Levey Street, Wolli Creek, Sydney, New South Wales 2205</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/8a/d68a3da0f0cf5df794ac616aa7564d9badaba0ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently situated on Cooks River, the hotel is adjacent to the 18-hole Kogarah Golf Club and is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.20" OriginalAmount="615.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.923321" Longitude="151.1843594" StarRating="5" HotelCode="|325259" HotelName="Meriton Suites Mascot Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Jackson Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/2/5/9/325259_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.42" OriginalAmount="615.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.889517" Longitude="151.2041594" StarRating="0" HotelCode="|375334" HotelName="The Village Surry Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Cleveland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/3/3/4/375334_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="623.17" OriginalAmount="617.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.788931683286" Longitude="151.08290880918" StarRating="3" HotelCode="176165|eastwood_furnished_apartments" HotelName="Eastwood Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-4 May Street, Eastwood, New South Wales 2122</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/88/338838bbef14ac3c3cbc42ecfbc514d41dbdc880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="628.53" OriginalAmount="622.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8113305" Longitude="151.0045593" StarRating="5" HotelCode="|325313" HotelName="Meriton Suites Church Street, Parramatta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>330 Church Street (entry via Dirrabarri Lane)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/3/1/3/325313_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.64" OriginalAmount="630.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8598381" Longitude="151.2068933" StarRating="0" HotelCode="|130593" HotelName="Yha Sydney Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Cumberland Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/5/9/3/130593_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="641.14" OriginalAmount="634.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8771594" Longitude="151.2117036" StarRating="0" HotelCode="|40407" HotelName="Song Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-11 Wentworth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/7/40407_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.36" OriginalAmount="636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.889592851643" Longitude="151.20405704967" StarRating="3" HotelCode="260988|alfred_park_accommodation" HotelName="Alfred Park Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Cleveland Street, Surry Hills, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1f/ff1f8ad8e90840495b748ad59372fd22a2969e10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Village Surry Hills in Surry Hills, you'll be convenient to Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="646.40" OriginalAmount="640" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9341585" Longitude="151.16568901111" StarRating="4" HotelCode="260986|78145" HotelName="Rydges Sydney Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Arrival Court, International Airport, Sydney, New South Wales  2020</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/9c/f69c09b73540784a9392d97ee0169b0f1f679e58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Sydney, this airport hotel is ideal for business travellers arriving or departing from Sy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="649.43" OriginalAmount="643.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872814253563" Longitude="151.20423418591" StarRating="4" HotelCode="68757|seasons_harbour_plaza" HotelName="Seasons Harbour Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 Sussex Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ca/12ca9042cfb1c8d1a59600211a52fd2ef5ccb994.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Darling Harbour along Sussex Street, two blocks from Town Hall railway stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="650.44" OriginalAmount="644.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.878519359627" Longitude="151.20354920626" StarRating="4" HotelCode="365757|holiday_inn_darling_harbour" HotelName="Holiday Inn Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Harbour Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/98/4698c697d96a6d8f65aacf88b27394c78715a1b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Sydney, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="651.84" OriginalAmount="645.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8776363" Longitude="151.1847612" StarRating="4" HotelCode="|59498" HotelName="Haven Glebe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Glebe Point Road, Glebe, Sydney 2037, New South Wales Australia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/8/59498_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and has a swimming pool. SITUATION: Is situated inSydney the heart of. ROOM: The rooms have modern furniture and a fully-equipped bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.50" OriginalAmount="650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.888846758847" Longitude="151.2674126029" StarRating="3" HotelCode="96197|ultimate_apartments_bondi_beach" HotelName="Ultimate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 O'Brien Street, Bondi Beach, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/24/3a245f5c9202af7a3604fa4a7c558db590b7b1fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.859968145007" Longitude="151.20686455884" StarRating="3" HotelCode="385619|427052" HotelName="Sydney Harbour YHA - The Rocks" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Cumberland Street, The Rocks, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/51/265174f523f64ced83a8cd58157a50d22795b64a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stay at Sydney's only backpacker hostel in the city's historic harbourside precinct - The Rocks - an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.64" OriginalAmount="664.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.823113" Longitude="151.186868" StarRating="4" HotelCode="82591|hotel_urban_st_leonards" HotelName="Urban St. Leonards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Pacific Highway, corner Bellevue Ave and Pacific Highway, St Leonards, New South Wales 2065</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f5/86f5c9d8621d3d356e77589f22657268e2f9f8e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Pacific Highway, the city hotel is within 5 km of Luna Park Sydney, Harbour Bridge, A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="671.32" OriginalAmount="664.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876793" Longitude="151.212447" StarRating="4" HotelCode="13654|256076" HotelName="Oaks Hyde Park Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Kitchen,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 College Street, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/1d/1d6d78868d48d2de980c329620e7fc23/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel features a prime city centre location overlooking the picturesque Hyde Park. It is a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.62" OriginalAmount="665.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8181571" Longitude="151.0090847" StarRating="4" HotelCode="|107708" HotelName="Fiori Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 - 15 Hassall Street, Parramatta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/0/8/107708_8c08f961020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="675.69" OriginalAmount="669.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.877205521503" Longitude="151.21181443334" StarRating="3" HotelCode="67775|y_hotel_hyde_park" HotelName="Song Hotel Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-11 Wentworth Avenue, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/eb/3eebe779ef306e18c6935079d4aa14602eb6fed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the CBD opposite Hyde Park and Oxford Street. It is surrounded by city attra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="680.63" OriginalAmount="673.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.047808" Longitude="150.826291" StarRating="4" HotelCode="|170462" HotelName="Quest Campbelltown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rennie Road Sydney NSW 2560</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/6/2/170462_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="681.42" OriginalAmount="674.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8842625" Longitude="151.203022" StarRating="4" HotelCode="|442626" HotelName="Mercure Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>818-820 George Street NSW, 15 0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/6/2/6/442626_f989a0f1709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.75" OriginalAmount="675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.881825020478" Longitude="151.19742706418" StarRating="3" HotelCode="97351|vulcan_hotel" HotelName="Vulcan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Wattle Street, 2007 Sydney, Ultimo, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/80/e68014c80d56803699ff4949b12dd29a83439524.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in Wattle Street of Ultimo. A gentle stroll from the estab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="682.35" OriginalAmount="675.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7990008" Longitude="151.1796895" StarRating="5" HotelCode="|325030" HotelName="Meriton Suites Chatswood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79 Albert Avenue (entrance on Albert Lane) Chatswood</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/0/3/0/325030_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="682.48" OriginalAmount="675.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8213582" Longitude="151.0210805" StarRating="4" HotelCode="|107723" HotelName="Apx Parramatta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Hope Street, Rosehill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/2/3/107723_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="686.80" OriginalAmount="680.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.874453" Longitude="151.221941" StarRating="4" HotelCode="16096|holiday_inn_potts_point_2" HotelName="Holiday Inn Potts Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Victoria Street, Potts Points, Sydney 2011, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/02/18021996224611597a5e2a4d64032c8229701409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set on a tree-lined street mid way between Darling Harbour and Bondi Beach, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.20" OriginalAmount="680.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8788319" Longitude="151.209516" StarRating="4" HotelCode="|58095" HotelName="Vibe  Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 GOULBURN STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/9/5/58095_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="692.45" OriginalAmount="685.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.13055" Longitude="-60.19532" StarRating="3" HotelCode="|230429" HotelName="The Martin Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/4/2/9/230429_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="692.53" OriginalAmount="685.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8887698" Longitude="151.2673993" StarRating="3" HotelCode="|107646" HotelName="Ultimate Apartments Bondi Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 O\'Brien Street, Bondi Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/4/6/107646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.89" OriginalAmount="689.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.68915448" Longitude="151.22212036" StarRating="4" HotelCode="407674|miramare_gardens_boutique_accommodation" HotelName="Miramare Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Coffee Shop,Conference Hall,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Housekeeping,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Telephone Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>289 Mona Vale Road, Terrey Hills, New South Wales 2084</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/26/bc26e7160df8e396fd0284b31dd29d823021ebf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Miramare Gardens Boutique Accommodation in Terrey Hills, you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="698.92" OriginalAmount="692.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.877243018197" Longitude="151.20355738773" StarRating="4" HotelCode="50999|seasons_darling_harbour" HotelName="Seasons Darling Harbour Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Harbour Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e0/73e09161bec498d89869af42bd52cfb4e2c449b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sydney, New South Wales, on the junction of Goulburn Street and Harbour Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="699.00" OriginalAmount="692.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8655237" Longitude="151.209238" StarRating="5" HotelCode="|59545" HotelName="Paradox Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 O'CONNELL STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/4/5/59545_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.05" OriginalAmount="705.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.07702132" Longitude="151.01054757" StarRating="3" HotelCode="414232|engadine_motor_inn" HotelName="Engadine Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Garden,Golf,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Smoking Rooms,Spa,Swimming Pool,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1229-1233 Princes Highway, Engadine, Sydney, New South Wales 2233</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/f7/e7f766a441053e165dbf79663398708be40d61db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Engadine Motor Inn offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="718.52" OriginalAmount="711.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8819296" Longitude="151.2023155" StarRating="4" HotelCode="|37258" HotelName="Sydney Central Hotel Managed by The Ascott Limited" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>169 - 179 THOMAS STREET .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/5/8/37258_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, has 251 rooms, a reception, a currency exchange service, a bar, a restaurant, conference facilities, room service and a laundry service. nearby, you can find a car park. SITUATION: it is in the theatre district, is near the business district, the commercial area and the tourist attractions. it is situated 11 kilometres away from Sydney Airport. ROOM: standard rooms and suites, have a double bed, an iron, a coffee maker, a kettle, a mini-bar, a fridge, a direct line telephone, a radio and internet. FACILITIES: Clients have access to an outdoor, heated swimming pool, a spa, a garden, a barbecue and a putting green. MEALS: Regarding the food and beverage offering, the establishment offersBaraza the restaurant The establishment offers a breakfast, lunch and dinner service, Customers have at their disposal a lobby bar. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="720.66" OriginalAmount="713.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8817986" Longitude="151.1972941" StarRating="0" HotelCode="|44283" HotelName="Vulcan  Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 WATTLE STREET, ULTIMO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/3/44283_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1894, with air-conditioning, has a lobby, a courtyard, a garden, a cafÃ©, a restaurant, conference facilities and a laundry service. SITUATION: Wattle Street Is situated in it is in Ultimo the district of near the establishment, you will find the harbour, the city centre, is near the central station, is situated 8 kilometres away from Sydney Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, satellite or cable TV, an air-conditioning system, a mini-bar, internet, a direct line telephone, a coffee maker and a kettle. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a cafÃ©. The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="721.94" OriginalAmount="714.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8666651" Longitude="151.2025885" StarRating="0" HotelCode="|63238" HotelName="Ibis Sydney Barangaroo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 SHELLEY STREET (CNR ERSKINE)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/2/3/8/63238_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="723.16" OriginalAmount="716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872705" Longitude="151.197107" StarRating="4" HotelCode="322229|78144" HotelName="Ovolo 1888 Darling Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Murray Street, Pyrmont, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/1f/711f6137af453b724c9ec7bf9989de04a461d1c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sydney, this urban hotel is ideal for guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="723.50" OriginalAmount="716.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8838875" Longitude="151.2141026" StarRating="0" HotelCode="|59531" HotelName="Adina Apartment Sydney Surry Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359 CROWN STREET, SURRY HILLS, NEW SOUTH WALES 2010, AUSTRALIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/3/1/59531_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1994, has 6 floors, a patio, a garden area, a swimming pool, a spa, a gym and a barbecue. The establishment has 4 conference rooms and a little hall. SITUATION: The establishment, Surry Hills is situated in the central business district it is situated 2 kilometres away from nearby, you will find restaurants, Fox Studios, Oxford Street and Royal Randwick Racecourse it is located close to. ROOM: Clients are offered spacious apartments with dining room with a living room, a fully-equipped kitchen, a launderette, individual air-conditioning, a television, video, a stereo with CD, a radio and a direct line telephone. OTHERS: Regarding the food and beverage provision, the establishment offers restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.17" OriginalAmount="717.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.881817226885" Longitude="151.20282232761" StarRating="4" HotelCode="336739|novotel_sydney_central" HotelName="Novotel Sydney Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Heated Pool,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169-179 Thomas Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ac/a9ac1d66af0497a60b72a40914cb755e44a97c95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Sydney's bustling theatre and entertainment district. The CBD, maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="732.25" OriginalAmount="725.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86568741709" Longitude="151.20890825987" StarRating="5" HotelCode="16401|radisson_blu_plaza_hotel_sydney" HotelName="Radisson Blu Plaza Hotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 O'Connell Street, 2000 Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/e2/e8e218deee41618956dde9f7415b30c987282802.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is ideal for business or pleasure. It lies in the heart of the Central Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="733.26" OriginalAmount="726" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87511679" Longitude="151.20417901" StarRating="4" HotelCode="965797|498352" HotelName="Vibe Hotel Sydney Darling Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>319 - 325 Sussex Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/2f/c52f6af57b0cd34594b63b88d2173daa225de04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.30" OriginalAmount="730.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.960247" Longitude="151.156431" StarRating="4" HotelCode="21526|novotel_sydney_brighton_beach" HotelName="Novotel Sydney Brighton Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Grand Parade &amp; Princess Street, 2216 Brighton-le-Sands, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/90/da906ee36c5f5a4602e3190a03b0e6f574f32470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated only 15 km from Sydney's central business district. The adjoining...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="739.32" OriginalAmount="732.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.878661876444" Longitude="151.21021449566" StarRating="4" HotelCode="20407|wyndham_vacation_resort_asia_pacific_sydney" HotelName="Wyndham Sydney Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Wentworth Avenue and Goulburn Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/db/61db4fac1f0c8c65948f4d2a12c9bf6121f32f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="741.12" OriginalAmount="733.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8019446" Longitude="150.8711209" StarRating="4" HotelCode="|67952" HotelName="Alpha Eastern Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 BRABHAM DRIVE, EASTERN CREEK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/5/2/67952_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="741.34" OriginalAmount="734.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88460558" Longitude="151.2015483" StarRating="5" HotelCode="410825|the_old_clare_hotel" HotelName="The Old Clare Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Street, Chippendale, Sydney, New South Wales 2008</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fd/b6fdca64d8d352b19505ee46c736ee05d45d6f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="747.53" OriginalAmount="740.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8391012" Longitude="151.2055394" StarRating="3" HotelCode="|329317" HotelName="Mary Mackillop Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 William Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/3/1/7/329317_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="748.41" OriginalAmount="741.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.884215041547" Longitude="151.2140607383" StarRating="4" HotelCode="92915|adina_sydney_crown_street" HotelName="Adina Apartment Hotel Sydney Surry Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359 Crown Street, Surry Hills, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/94/f8949cbb544d2d0cc275ce275f7dde14dd9d2f71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="749.41" OriginalAmount="741.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8756526" Longitude="151.2226276" StarRating="4" HotelCode="|59497" HotelName="Indigo Sydney Potts Point by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 KINGS CROSS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/9/7/59497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has air-conditioning, a lobby, a safety deposit box service, a lift, a bar, a restaurant, a conference room, room service and a laundry service. SITUATION: Darlinghurst, Kings Cross and Potts Point It is located between it is near the tourist attractions, 3 minutes away from the establishment, guests will find public transport services. ROOM: standard rooms, suites and attics, have an air-conditioning system, a direct line telephone, cable television, a mini-bar, a bathroom with a shower, a bath, a hairdryer, a safe, a kettle and a coffee maker. FACILITIES: The establishment has a gym, a massage service and a spa. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant with a breakfast, lunch and dinner service and an Ã  la carte restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.42" OriginalAmount="742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.91821298" Longitude="151.2420416" StarRating="3" HotelCode="331429|royal_hotel__12" HotelName="Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Internet,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Perouse Road, Randwick, Sydney, New South Wales 2031</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/4f/d14fd37abe62a5caea9a07f90d3f08e7a48bbb9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Sydney, Royal Hotel puts everything the city has to offer just outside yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="750.34" OriginalAmount="742.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8653699" Longitude="151.208687" StarRating="4" HotelCode="|325034" HotelName="Rydges Australia Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Pitt Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/0/3/4/325034_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.83424" Longitude="151.209088" StarRating="4" HotelCode="395385|rydges_north_sydney" HotelName="Rydges North Sydney" 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>54 McLaren Street, North Sydney, New South Wales 2060</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/92/669247fafc86b1667c3cbc0510220d4a1b76aa9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.22" OriginalAmount="754.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8744608" Longitude="151.2218986" StarRating="4" HotelCode="|60081" HotelName="Holiday Inn Sydney Potts Point, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>203 Victoria Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/0/8/1/60081_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HOLIDAY INN POTTS POINT is rated four stars. It was built in 1991, has a concierge, a safety deposit box service, a cafÃ© and business facilities. SITUATION: It is in the city centre. ROOM: The establishment has 288 rooms with a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.56" OriginalAmount="756.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.891202" Longitude="151.27362" StarRating="3" HotelCode="208014|ravesis_on_bondi_beach" HotelName="Ravesi's Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Campbell Parade, Bondi Beach, Sydney, New South Wales 2026</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ec/65ec8fbaef84c8d7028a55ed446cc4ff2eb2a097.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="767.31" OriginalAmount="759.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.864607" Longitude="151.205271" StarRating="4" HotelCode="|93318" HotelName="YORK SUITES AND RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>York Street Sydney, New South Wales ,5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/3/3/1/8/93318_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a heated swimming pool, a lift, a gym, a sauna and a car park (for a fee). SITUATION: This establishment, el Parque Wynyard it is 100 metres away from el Museo de Sydney 700 metres away, guests will find el Acuario de Sydney it is situated 2 kilometres away from. ROOM: All the rooms have an air-conditioning system, a television, a direct line telephone, internet (available for a fee), a safe, a kitchen and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="779.72" OriginalAmount="772" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876214562418" Longitude="151.21248364448" StarRating="5" HotelCode="38658|7030" HotelName="Pullman Sydney Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 College Street, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/aa/30aa1de379750728aefa21983650c3d55e2039c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the junction of downtown Sydney's business district, overlooking the Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.865317" Longitude="151.208595" StarRating="4" HotelCode="397163|the_tank_stream" HotelName="The Tank Stream" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>97 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4f/934f3e253584a27c2c1ebbb3f86b30ef3d2cbbca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789.82" OriginalAmount="782" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87918889" Longitude="151.20972306" StarRating="4" HotelCode="456649|57810" HotelName="Zara Tower Hotel - Luxury Suites and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Wentworth Avenue, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/33/1533ff966c9216ff41e3847cc4c0fd99e3a47cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="796.09" OriginalAmount="788.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.845833" Longitude="151.0591164" StarRating="4" HotelCode="|107628" HotelName="Quest At Sydney Olympic Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Edwin Flack Avenue, Sydney Olympic Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/6/2/8/107628_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="802.95" OriginalAmount="795.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.882568232788" Longitude="151.19593889186" StarRating="4" HotelCode="557133|veriu_hotel_suites_broadway" HotelName="Veriu Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Mountain Street, Sydney, New South Wales 2007, Ultimo</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/5c/b95ce0778067f37de18bb072e970589a54dc6fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="812.04" OriginalAmount="804" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86485222728" Longitude="151.20537042618" StarRating="3" HotelCode="23460|2782" HotelName="Travelodge Hotel Sydney Wynyard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 York Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31203/a_31203_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated right next door to all of Sydney's wonderful attractions. Perfectly l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="815.60" OriginalAmount="807.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8787772" Longitude="151.2073815" StarRating="0" HotelCode="|37461" HotelName="The Morris Hotel Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pitt Street 412</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/6/1/37461_9f019341207.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a good location, renovated in 2006, has TV rooms and a kitchen. The Westend Backpackers is rated three stars, economic and has a tour desk. ROOM: The rooms have a bathroom and have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="823.43" OriginalAmount="815.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8581017" Longitude="151.2088599" StarRating="4" HotelCode="|42402" HotelName="Sydney Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/0/2/42402_20e92241040.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 175 rooms, 8 floors, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a restaurant, conference facilities, internet, room service, a laundry service, a living room and a car park. SITUATION: The Rocks It is in Clients can find restaurants, the tourist attractions and the market. it is situated 13 kilometres away from SÃ­dney Airport. ROOM: The comfortable, spacious rooms, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, an iron, an individual air-conditioning system, central heating and a safe. FACILITIES: The establishment has a gym, a swimming pool, a spa and a hydromassage bath. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoyPlayfair Terrace the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="832.30" OriginalAmount="824.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.823094" Longitude="151.1868733" StarRating="4" HotelCode="|107759" HotelName="Mercure Sydney St Leonards" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194 Pacific Highway, St Leonards</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/5/9/107759_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="832.57" OriginalAmount="824.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8647255" Longitude="151.2054977" StarRating="4" HotelCode="|59570" HotelName="Novotel Sydney City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 - 9 YORK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/7/0/59570_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="835.27" OriginalAmount="827" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88569065" Longitude="151.22779702" StarRating="3" HotelCode="576116|408739" HotelName="Mrs Banks Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>259 Oxford Street, Paddington, Sydney, New South Wales 2021</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a6/97a66de414a8bf282c44380695fee8227d3c9430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Sydney, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837.29" OriginalAmount="829" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.864527057838" Longitude="151.20653450489" StarRating="5" HotelCode="27764|27881" HotelName="Amora Hotel Jamison Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Jamison Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/35/73353992b81979f82fe07e51fcd1f124a53f94ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the city’s most dynamic commercial district, close to the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876087" Longitude="151.204901" StarRating="4" HotelCode="42187|radisson_hotel__suites_sydney" HotelName="Radisson Hotel &amp; Suites Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Liverpool Street, Darling Harbour, Sydney</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/50/435072065cf491e4513c8f49b3c0a3c656341a82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime central location adjacent to Darling Harbour, the hotel is close to many of Sydney'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="838.30" OriginalAmount="830" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.858088" Longitude="151.208873" StarRating="4" HotelCode="15380|7503" HotelName="Rydges Sydney Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 George Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/db/79db9fd6049d893e58c5e3007d26f159470734f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel is nestled between Sydney's famous Harbour Bridge and Opera House, in the historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="854.88" OriginalAmount="846.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.868713" Longitude="151.204576" StarRating="5" HotelCode="|375970" HotelName="Skye Suites Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300 Kent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/9/7/0/375970_3fe687e1339.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="858.50" OriginalAmount="850" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.88574413" Longitude="151.18054908" StarRating="4" HotelCode="458538|188742" HotelName="Veriu Suites Camperdown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>84-86 Parramatta Road, Camperdown, Sydney, New South Wales 2050</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/17/7a170599a477f11918363599fa273bea669d8a9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="864.17" OriginalAmount="855.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.7975833" Longitude="151.1823002" StarRating="0" HotelCode="|107738" HotelName="The Sebel Sydney Chatswood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Victor Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/3/8/107738_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="866.58" OriginalAmount="858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87096" Longitude="151.20710066667" StarRating="5" HotelCode="199662|qt_sydney" HotelName="QT Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Market Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f9/1ef974134c56621f038d57125eb37a0d160fbe45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Sydney, this hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="876.68" OriginalAmount="868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8897581" Longitude="151.2751902" StarRating="3" HotelCode="332022|171369" HotelName="Hotel Bondi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>178 Campbell Parade, Bondi Beach, Sydney, New South Wales 2026</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3c/023c50948c731a21e91956c58d2853787c5a427d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="880.63" OriginalAmount="871.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8783043" Longitude="151.2036273" StarRating="4" HotelCode="|63236" HotelName=" Furama Darling Harbour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harbour Street,68, Haymarket</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/2/3/6/63236_8df1a931325.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Holiday Inn Darling Harbour is rated four stars. It was built in 1991, has a concierge, a safety deposit box service, a sauna, a cafÃ© and business facilities. SITUATION: It is in the city centre. ROOM: The establishment has 346 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="884.58" OriginalAmount="875.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.73393176258" Longitude="150.96743980489" StarRating="4" HotelCode="197298|1886255" HotelName="Adina Apartment Hotel Norwest Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Brookhollow Avenue, Norwest, Sydney, New South Wales 2153</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e0/ade0dcfcdae5e9e77107ce98ef82292b1f457162.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Baulkham Hills. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="890.54" OriginalAmount="881.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8228739" Longitude="151.1963079" StarRating="4" HotelCode="|325122" HotelName="Quest St Leonards" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-16 Atchinson Street, St Leonards</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/1/2/2/325122_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.91" OriginalAmount="891" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.869503" Longitude="151.205256" StarRating="3" HotelCode="198439|57414" HotelName="BreakFree on Clarence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>193-195 Clarence Street, Sydney 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1b/6b1b44271199147c732d580122ca208826777713.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Haymarket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="907.38" OriginalAmount="898.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.867796" Longitude="151.207747" StarRating="5" HotelCode="|37750" HotelName="The Fullerton Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NO. 1 MARTIN PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/5/0/37750_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, has 31 floors and 416 standard rooms. The hotel is non-smoking, has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a hairdresser's, express check-out and a lift. It also has a cafÃ©, a bar, a pub, restaurants, conference rooms, room service, a laundry service and a mini-club. For an additional charge cost offers internet and a car park. SITUATION: This hotel is in the commercial area where you can find shops, restaurants and theatres. Nearby, you will find the tourist attractions. It is located 1 streets away from Wynyard Railway Station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="910.01" OriginalAmount="901" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870653843738" Longitude="151.20750278234" StarRating="5" HotelCode="69524|13494" HotelName="Swissôtel Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Market Street, 2000 Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/38/c1386225e64204a9892f6eb957b7c0fd51ebc4a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a vibrant inner-city location, offering relaxed and luxurious surroundings right on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.01" OriginalAmount="901.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.880195030594" Longitude="151.21396422386" StarRating="3" HotelCode="11341|cambridge_hotel_sydney" HotelName="Cambridge Hotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Riley Street, Sydney East, New South Whales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b3/a2b3aeba8781cf12e563e010a70592d9d400e3f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This value for money hotel is a relaxing haven centrally located in Australia's most vibrant city. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="912.03" OriginalAmount="903.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86810537" Longitude="151.20443303" StarRating="0" HotelCode="782778|skye_suites_sydney" HotelName="Skye Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300 Kent Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/21/a5211acaab9dd28b46a3340fcbfc2d9745e07a98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="915.21" OriginalAmount="906.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8724504" Longitude="151.104779" StarRating="4" HotelCode="|420984" HotelName="Crowne Plaza Sydney Burwood (ex Marsden Hotel Burwood)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Burwood road, Burwood, 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/8/4/420984_7c32dfc1808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="923.76" OriginalAmount="914.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9214675" Longitude="151.2554288" StarRating="4" HotelCode="|107707" HotelName="Coogee Bay Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Vicar Street, Coogee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/0/7/107707_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8742968155" Longitude="151.20507535582" StarRating="4" HotelCode="365760|8011" HotelName="Adina Apartment Hotel Sydney Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>511 Kent Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/bc/31bc0698ccd0566400b2e08cbb9955702729abd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.43" OriginalAmount="916.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8887136" Longitude="151.2334185" StarRating="4" HotelCode="|107755" HotelName="The Hughenden Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Queen Street, Woollahra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/5/5/107755_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.19" OriginalAmount="919.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.860538620248" Longitude="151.20843686163" StarRating="3" HotelCode="81955|the_russell_hotel" HotelName="Russell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143a George Street, The Rocks, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a9/12a9635a9223269456413a1b66f05679a2ff27cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is positioned near a number of must-see attractions and sights, a short walk from the Sydn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="933.02" OriginalAmount="923.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8717383" Longitude="151.2046491" StarRating="4" HotelCode="|67236" HotelName="Mantra On Kent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>433 KENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/3/6/67236_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 105 rooms, This hotel is perfect for business and holiday stays, with air-conditioning, has a lobby, with a reception, a lift, a bar, a restaurant, conference facilities, room service, a laundry service and a car park. SITUATION: Queen Victoria Building, Cockle Bay Wharfel and Darling Harbour it is situated close to Bondi Beach the establishment is 7 kilometres away from it is situated 8 kilometres away from SÃ­dney Airport. ROOM: The rooms have a kettle, a coffee maker, a bathroom with a shower, a bath, a dining room, a living room, laundry service, a direct line telephone, satellite or cable TV, a safety deposit box, an iron and individual air-conditioning. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.64" OriginalAmount="925.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87442" Longitude="151.205032" StarRating="4" HotelCode="|170436" HotelName="Adina Apartment Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>511 KENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/3/6/170436_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="935.90" OriginalAmount="926.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8706111" Longitude="151.2075201" StarRating="5" HotelCode="|38552" HotelName="Swissotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 MARKET STREET .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/5/5/2/38552_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lobby with a reception, 359 standard rooms and suites, a lift, a bar, a restaurant, conference rooms, room service and a car park (for a fee). SITUATION: It is in a central area, is in a peaceful area, Where you can find restaurants, shops, leisure areas and monuments. it has good links to the tourist attractions. ROOM: standard rooms and suites, have internet, a work space, 3 telephones with an answering machine, a bathroom with a shower, a bath, a hairdryer, satellite and cable TV, a mini-bar, an individual air-conditioning system, a safety deposit box and a balcony or terrace. FACILITIES: The establishment boasts a spa, a gym, an outdoor, heated swimming pool, a hydromassage bath, a steam bath, a sauna and a massage service (available for a fee). OTHERS: Regarding the food and beverage offering, clients can enjoyJPB the restaurant Crossroads the bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="938.41" OriginalAmount="929.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8743218" Longitude="151.2052691" StarRating="4" HotelCode="|60210" HotelName="Adina Apartment  Sydney Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>511 KENT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/2/1/0/60210_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a dry cleaner's, a laundry service, a babysitting service (for a fee), a restaurant and a car park (for a fee). SITUATION: it is in the city centre, near the establishment, you will find the leisure area, Sydney it is in. FACILITIES: The establishment has a fitness centre well-equipped and a heated swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.31" OriginalAmount="931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.859975669267" Longitude="151.2077870965" StarRating="4" HotelCode="56050|rendezvous_stafford_hotel_sydney" HotelName="Rendezvous Hotel Sydney the Rocks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Harrington Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/84/4484e23736a3d4d51d8464750951d0cd5656630b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located in the famous Rocks area of Sydney, just moments away from Circular q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="946.37" OriginalAmount="937" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873662511441" Longitude="151.20343923569" StarRating="4" HotelCode="335513|24281" HotelName="PARKROYAL Darling Harbour" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Day Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/62/e462f129412fe2ccdd3d551243136353a301a30e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Sydney. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="954.45" OriginalAmount="945.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.87493227" Longitude="151.20790544" StarRating="5" HotelCode="450195|primus_hotel_sydney" HotelName="Primus Hotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>339 Pitt Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d5/f4d5504a101e947b9568cb2705fbddcec400ba97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="956.47" OriginalAmount="947" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.888998164629" Longitude="151.23349204659" StarRating="4" HotelCode="23841|67524" HotelName="The Hughenden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Queen Street, Woollahra, Sydney, New South Wales 2025</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/b2/a1b2d8b307bf79baeff2ab6ea01b69f49d621ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Sydney. For guests who appreciate a stylish ambience, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.867800967603" Longitude="151.20824575424" StarRating="5" HotelCode="18557|the_westin_sydney" HotelName="The Fullerton Hotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Martin Place, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4b/21/4b211ca62513cceee0705acb871ef524b9c997d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district, nestled among the city's renowned shops, rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="959.77" OriginalAmount="950.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876008" Longitude="151.204756" StarRating="4" HotelCode="|93321" HotelName="Rydges Darling Square Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Liverpool St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/3/3/2/1/93321_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a bar, a covered swimming pool and a fitness centre. SITUATION: This hotel is in SÃ­dney the city centre of 5 minutes away, you can find Darling Port Qantas Credit Union Arena it is situated 5 minutes away from el Teatro Capitol 500 metres away from Close to restaurants. ROOM: All the rooms have a balcony, an air-conditioning system, a flat-screen television, a mini-bar, a hairdryer, a safe and a writing desk. FACILITIES: Guests are offered room service, a swimming pool with hydromassage, a sauna, a meeting room, a business centre, a cafÃ© and a cocktail bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.15" OriginalAmount="955.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.871594" Longitude="151.20975" StarRating="5" HotelCode="|37687" HotelName="Sheraton Grand Sydney Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 ELIZABETH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/8/7/37687_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, with air-conditioning, has 557 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant, a conference room, WiFi, room service, a laundry service and indoor parking. SITUATION: Hyde Park It is in front of it is in Sydney the heart of close to the establishment, clients can find the tourist area, the commercial area and the business distrcits. It is situated close to the railway station, the harbour, Clients can find theatres, exhibitions, shops and restaurants. The Rocks it is close to. ROOM: The rooms have smart furniture and luxurious beds. Some rooms have views of the city, They have windows, a writing desk, a direct line telephone, a satellite or cable television, a Hi-Fi, a mini-bar, a coffee maker, a kettle, an iron, a double bed, an individual air-conditioning system, a marble bathroom, a shower, a bath, a hairdryer, WiFi and a safe. By paying an extra charge, customers can enjoy rooms Hyde Park with views of. FACILITIES: The establishment has a health centre, a heated swimming pool, a jacuzzi, a steam bath, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyTimes on the Park the restaurant The Gallery the tearoom The Conservatory the bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="986.91" OriginalAmount="977.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8605599" Longitude="151.2084237" StarRating="0" HotelCode="|67951" HotelName="The Russell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143A GEORGE STREET, THE ROCKS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/9/5/1/67951_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, was built in 1887, has 29 rooms, a lobby, a television room, a breakfast room and a laundry service. SITUATION: it is located near the tourist attractions, is close to SÃ­dney Bridge the opera, has good links to modes of transport, The Rocks it is in Where you can find cafÃ©s, pubs, restaurants and shops. 20 minutes away, you can find the business district, Bondi Beach it is situated 7,1 kilometre away from it is situated 10 kilometres away from Sydney Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a coffee maker, a kettle and an iron. OBSERVATIONS: Consult the reception timetable Please inform the hotel as to your estimated arrival time. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant that serves Ã  la carte dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="991.82" OriginalAmount="982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86450104204" Longitude="151.20753431818" StarRating="4" HotelCode="23204|mantra_2_bond_street" HotelName="Mantra 2 Bond Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner George Street &amp; Bond Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a8/5ca81d2ff9e4995f6d45a114bc00ca78429bd098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located close to Sydney's popular shopping and financial precincts and a host...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.83" OriginalAmount="983" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.854227900011" Longitude="151.20811700821" StarRating="4" HotelCode="32814|205855" HotelName="Pier One Sydney Harbour, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Hickson Road, Walsh Bay, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa968792adb7680640aaad09db1cc60ca8728ad6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Found alongside Sydney's famous Harbour Bridge, the hotel is adjacent to The Rocks, Sydney's oldest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.85" OriginalAmount="985.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86727115" Longitude="151.20328851" StarRating="4" HotelCode="613739|west_hotel_sydney_curio_collection_by_hilton" HotelName="West Hotel Sydney, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Sussex Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/14/66148faf2bc8dc067abe87c25000e95dd3434d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1002.62" OriginalAmount="992.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8597819" Longitude="151.2077827" StarRating="0" HotelCode="|58088" HotelName="Rendezvous  Sydney The Rocks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 HARRINGTON STREET, THE ROCKS .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/8/8/58088_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014.04" OriginalAmount="1004" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.861221840636" Longitude="151.20653182268" StarRating="5" HotelCode="200965|3523" HotelName="Shangri-La Sydney" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumberland Street 176, 2000 Sydney NSW</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/46/7946413e79d82557b1e84e0985d5f64b1d1c758f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic Rocks district and is close to Sydney's numerous transport con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014.04" OriginalAmount="1004" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.865484745114" Longitude="151.21102586389" StarRating="5" HotelCode="317947|45633" HotelName="Sofitel Sydney Wentworth" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-101 Phillip Street, Sydney 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bf780440a516eb480258f035eadb81ba59a377.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated right in the heart of Viseu old town, this hotel is a building of great architectural and h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1018.08" OriginalAmount="1008" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.92123225" Longitude="151.25553275" StarRating="4" HotelCode="78532|183701" HotelName="Coogee Bay Hotel - Boutique-Style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Vicar Street, Coogee Beach, Coogee, Sydney, New South Wales 2034</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a5e807c5e620f665/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1027.17" OriginalAmount="1017.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876186726322" Longitude="151.24313727021" StarRating="5" HotelCode="65082|intercontinental_sydney_double_bay" HotelName="InterContinental Sydney Double Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Cross Street, Double Bay, Sydney, New South Wales 2028</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/be/b6be3c3b5f4a8162f770e7a2f9427fbf6f0173a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1029.09" OriginalAmount="1018.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.874462" Longitude="151.243359" StarRating="4" HotelCode="|170417" HotelName="Intercontinetal Sydney Double Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Cross Street,Double Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/1/7/170417_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1031.97" OriginalAmount="1021.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8886183" Longitude="151.2078153" StarRating="0" HotelCode="|325493" HotelName="Botanik Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>533 Elizabeth Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/4/9/3/325493_fc5f5df1812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1032.22" OriginalAmount="1022.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870137170665" Longitude="151.20348215103" StarRating="4" HotelCode="12615|hyatt_regency_sydney" HotelName="Hyatt Regency Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Sussex Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/03/030344b6d39f1b85dc74b9c88b9886e144e9e45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sydney's central business district, overlooking Darling Harbour, just a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1034.24" OriginalAmount="1024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.872182" Longitude="151.197755" StarRating="4" HotelCode="15253|novotel_sydney_darling_harbour" HotelName="Novotel Sydney on Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Murray Street, Darling Harbour, Pyrmont, New South Wales 2009</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/60/ac60fac44c6e9d7ce0b1debeb19229cede80f80a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.47" OriginalAmount="1032.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8473466" Longitude="151.2109619" StarRating="4" HotelCode="|325536" HotelName="Milson Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Milson 48-50 Alfred St South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/5/3/6/325536_f92f7cd0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1053.29" OriginalAmount="1042.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1385297" Longitude="-60.1961001" StarRating="3" HotelCode="|73643" HotelName="Holiday Inn Sydney - Waterfront, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300 Esplanade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/4/3/73643_275cf371311.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a laundry service, an ironing service, a safety deposit box service, a car park (free of charge), a covered, heated swimming pool, hydromassage, a sauna and a gym. Regarding the food and beverage offering, the establishment has a restaurant and a pub. The establishment offers guests room service. SITUATION: The hotel is in Sydney the centre of close to the establishment, clients can find the promenade excellent transport links to the tourist attractions. ROOM: The establishment has 152 spacious rooms, have views of the port, a hairdryer, a television, videogames, data connection, a coffee maker, an iron, an ironing board and a double bed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1054.82" OriginalAmount="1044.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8716396" Longitude="151.2070442" StarRating="5" HotelCode="|72922" HotelName="Hilton Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GEORGE STREET 488</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/9/2/2/72922_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1064.51" OriginalAmount="1053.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86534" Longitude="151.20757" StarRating="0" HotelCode="|449011" HotelName="A by Adina Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Hunter Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/1/1/449011_09912b11037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1069.62" OriginalAmount="1059.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.9224871" Longitude="151.2559472" StarRating="4" HotelCode="|42403" HotelName="Crowne Plaza Sydney Coogee Beach, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>242 ARDEN STREET, COOGEE BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/0/3/42403_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel and has 209 rooms, This air-conditioned establishment has a lobby, a reception, a currency exchange service, a restaurant, internet, WiFi, room service, a laundry service and a car park. SITUATION: SÃ­dney It is situated close to it is opposite the beach, Bondi Beach It is situated 3 kilometres away from it is situated 6 kilometres away from SÃ­dney Airport 9 kilometres away from the establishment, guests will find the opera. ROOM: recently renovated rooms, have individual air-conditioning, individual heating, internet, flatscreen satellite and cable television, a bathroom, a hairdryer, a direct line telephone, a Hi-Fi, a mini-bar, a coffee maker, a kettle, a safety deposit box and an iron. FACILITIES: The establishment boasts a gym, sports facilities and a swimming pool. it is situated close to golf courses. OTHERS: Regarding the food and beverage offering, you can enjoyPromenade the restaurant a lounge bar and Cushion the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1074.71" OriginalAmount="1064.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8671094" Longitude="151.2032737" StarRating="4" HotelCode="|375549" HotelName="West Sydney, Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Sussex Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/5/4/9/375549_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1075.65" OriginalAmount="1065" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.92255" Longitude="151.255774" StarRating="4" HotelCode="49924|183719" HotelName="Crowne Plaza Coogee Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>242 Arden Street, P.O. Box 558, Sydney 2034, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0d/e80def0b7747ff6e7f25567a47bd1ff727bc799c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affectionately known as ‘Sydney’s Seaside Village’, Coogee is just a few kilometres from the centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1081.71" OriginalAmount="1071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.874919" Longitude="151.205409" StarRating="5" HotelCode="92909|fraser_suites_sydney" HotelName="Fraser Suites Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>488 Kent Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/zz/90ade51f07116db6be65d4cfd42a6a398cf85386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the heart of the city on Kent Street, the location of the hotel makes it easy to reach. Conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1085.75" OriginalAmount="1075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8886206" Longitude="151.20781525" StarRating="4" HotelCode="584575|botanik_apartment_hotel" HotelName="Botanik Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>533-535 Elizabeth Street, Surry Hills, Sydney, New South Wales 2010</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/87/26877346f7a175865d841a59a7f87f0352c754a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.868555" Longitude="151.210955" StarRating="3" HotelCode="96189|24282" HotelName="Travelodge Hotel Sydney Martin Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Phillips Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5d/5d35dfafa81d4175/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1089.79" OriginalAmount="1079" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.847184" Longitude="151.211435" StarRating="4" HotelCode="161047|426545" HotelName="Milson Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Alfred St, Milsons Point, New South Wales 2061</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/53/3b53dff5d098eae0241a1ecfcad16156c73d9752.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located in Milsons Point on the lower North Shore of Sydney just a stone's th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1102.08" OriginalAmount="1091.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.847153" Longitude="151.211025" StarRating="4" HotelCode="|170442" HotelName="Milson Executive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48-50 ALFRED STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/4/4/2/170442_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1119.88" OriginalAmount="1108.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8632699" Longitude="151.2118679" StarRating="5" HotelCode="|38549" HotelName="Intercontinental Sydney, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Macquarie Street Sydney 2000 New South Wales (Corner of Phillip and Bridge Streets)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/5/4/9/38549_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1131.20" OriginalAmount="1120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.862984" Longitude="151.212481" StarRating="5" HotelCode="258466|intercontinental_sydney" HotelName="Intercontinental Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>117 Macquarie Street, Sydney 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/a7/3ea7a6837c48be9dbe0bab8a1f599c9036bccbbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite the Royal Botanic Gardens and only 12 km from the international airport, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1134.21" OriginalAmount="1122.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8636985" Longitude="151.2078848" StarRating="5" HotelCode="|107701" HotelName="Establishment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bridge Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/0/1/107701_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1164.36" OriginalAmount="1152.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8643404" Longitude="151.2061938" StarRating="5" HotelCode="|42346" HotelName="Amora  Jamison Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 JAMISON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/6/42346_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, is and perfect for business and holiday stays, has 415 rooms, air-conditioning, a lobby, a reception, a lift, 2 restaurants, 2 bars, conference rooms, room service, a laundry service and a car park. SITUATION: It is in the commercial area, The Rocks it is close to near the establishment, you will find Circular Quay the opera, restaurants and bars. ROOM: The stylish rooms, have views of the city, luxurious furniture and a marble bathroom. All the rooms have a bathroom, a hairdryer, a radio, internet, a mini-bar, a fridge, a coffee maker, a kettle, individual air-conditioning and a safety deposit box. FACILITIES: The establishment has an outdoor pool, a steam bath, a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants and 2 bars. Clients have at their disposal Gallery the restaurant Inbargo the restaurant Guests are offered a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.74" OriginalAmount="1174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.861736340401" Longitude="151.20666190982" StarRating="5" HotelCode="92912|quay_west_suites_sydney" HotelName="Quay West Suites Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Gloucester Street, The Rocks, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/00/5100563311d31b9b5c97ea9514c7ee91161cd50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is superbly situated in the historic Rocks area overlooking the harbour. This beautifully ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1209.98" OriginalAmount="1198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.868972" Longitude="151.205958" StarRating="4" HotelCode="18320|2786" HotelName="The Grace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 York Street, Sydney, New South Wales 2000, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/3e/e63ed56258c12ff864d159dd0d32b7cd9b18e0c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is right in the heart of the central business district. It is only 500 m from the Town Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1228.89" OriginalAmount="1216.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8617079" Longitude="151.2078689" StarRating="5" HotelCode="|41620" HotelName="Four Seasons  Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199 GEORGE STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/0/41620_361da581358.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 531 standard rooms and suites, a lobby, a reception, a lift, a restaurant, a dining room, WiFi, a laundry service and a car park. SITUATION: SÃ­dney Harbour It is situated in front of The Rocks it is in It is located near the commercial area. ROOM: standard rooms and suites, have lovely views, 2 telephones, data connection, modem connection, internet, computer safe, a bathroom, a hairdryer, a radio, a mini-bar, a coffee maker and a kettle. FACILITIES: Outdoors, guests have access to a heated swimming pool, The establishment also has a well-equipped gym, mats, a spa with a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offersKable's the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1272.60" OriginalAmount="1260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.861532" Longitude="151.207706" StarRating="5" HotelCode="317945|four_seasons_hotel_sydney" HotelName="Four Seasons Hotel Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 George Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/eb/c3ebfce7d53d0e9ff6b4b847db5fa38f6cc8c631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stunningly situated overlooking Sydney Harbour in the historic Rocks district, a short walk from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1288.76" OriginalAmount="1276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.889143096688" Longitude="151.19568424222" StarRating="4" HotelCode="92914|adina_apartment_hotel_chippendale" HotelName="Adina Apartment Hotel Sydney Chippendale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74-80 Ivy Street, Chippendale, Sydney, New South Wales 2008</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/54/9a549cb4330b94f9eca33daec3e8fdb7c1bee8c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sydney. The nearest airport is Sydney - Kingsford Smith (SYD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.91" OriginalAmount="1291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.869004710339" Longitude="151.22024729848" StarRating="5" HotelCode="68817|blue_sydney__a_taj_hotel" HotelName="Ovolo Woolloomooloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Cowper Wharf Roadway, Woolloomooloo, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/23/4123db9ed7136fe2b7ca4aa573604e6edbc9609a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located on the Wharf at Woolloomooloo, Sydney, and enjoys spectacular views....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1362.42" OriginalAmount="1348.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.84282419319" Longitude="151.28251162926" StarRating="4" HotelCode="224892|2893165" HotelName="Watsons Bay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Military Road, Corner Of Marine Parade, Watsons Bay, Sydney, New South Wales 2030</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/f6/c6f6312298ce60a29c22529a8b074714eb8dd82f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Sydney. For guests who appreciate a stylish ambience, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.52" OriginalAmount="1352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.871609" Longitude="151.223065" StarRating="3" HotelCode="18935|albert__victoria_court_sydney" HotelName="Spicers Potts Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120-124 Victoria Street, Potts Point, New South Wales 2011</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/20/20201bfaec9aa25ebf129919c5cf69c4d45eca64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on the quiet, leafy Victoria Street in lively Potts Point, the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1390.77" OriginalAmount="1377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.860512" Longitude="151.203594" StarRating="5" HotelCode="18388|the_langham_sydney" HotelName="The Langham Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>89-113 Kent Street, 2000 Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/9d/129d4d23c92fcff7f98bb7eecfe81c67d195be1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located near Sydney's historic rocks and central business district, and nestled near the vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1416.45" OriginalAmount="1402.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.873425" Longitude="151.201597" StarRating="5" HotelCode="|451764" HotelName="W Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Wheat Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/6/4/451764_a4ba42c1336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1445.28" OriginalAmount="1430.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8603016" Longitude="151.2036056" StarRating="5" HotelCode="|107753" HotelName="The Langham, Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89-113 Kent Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/7/5/3/107753_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1469.84" OriginalAmount="1455.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.879384" Longitude="151.209487" StarRating="5" HotelCode="|449003" HotelName="Ace Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Wentworth Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/0/3/449003_069fc5b1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1507.32" OriginalAmount="1492.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.861" Longitude="151.204" StarRating="5" HotelCode="|59542" HotelName="OBSERVATORY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89-113 Kent St, 2000, Sydney, Australia,89-113 Kent St,2000,Sydney, Australia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/5/4/2/59542_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Observatory is rated five stars, has a spa, a covered swimming pool, WiFi, conference rooms and a lobby. This luxurious establishment,boutique, is situated in a traditional building. SITUATION: It is in Millers Point, is in Rocks, is situated 10 minutes away from the business area. ROOM: The spacious rooms have smart furniture, a television, films, a CD player, video, a mini-bar, a kettle, a coffee maker, a marble bathroom, a bathrobe and a hairdryer. OTHERS: Regarding the food and beverage provision, the establishment offers the restaurant Galileo and the bar The Globe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1690.63" OriginalAmount="1673.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.86887" Longitude="151.1952015" StarRating="5" HotelCode="|41556" HotelName="The Star Grand  and Residences Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Pyrmont Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/5/6/41556_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 306 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a casino, a restaurant, a conference room, room service, a laundry service and a car park. SITUATION: SÃ­dney Harbour It is in it is close to the business area, the tourist attractions, has good links to the transport network. ROOM: apartments, a bathroom, a hairdryer, a direct line telephone, a television, a radio, internet, a mini-bar, a fridge, a coffee maker, a kettle, an iron, individual air-conditioning, central heating and a safety deposit box. FACILITIES: The establishment has health facilities, an outdoor, heated swimming pool, saunas, 2 spas, a hydromassage bath, a beauty treatment service and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersAstral the restaurant Pyrmont's Steak and Seafood the restaurant Lotus Pond the restaurant Fortunes Noodle the bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1799.82" OriginalAmount="1782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.8726474" Longitude="151.19868578" StarRating="5" HotelCode="510215|sofitel_sydney_darling_harbour_opening_november_2017" HotelName="Sofitel Sydney Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Darling Drive, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/9d/6e9d9e323be67ed336c2e375f83dec1415f26149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1951.32" OriginalAmount="1932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870352936038" Longitude="151.19683816699" StarRating="3" HotelCode="329604|sydney_darling_harbour_hotel" HotelName="Fawlty Towers Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Pyrmont Bridge Road, Corner Of Pyrmont Bridge Road And Harwood ST, Pyrmont, Sydney, New South Wales 2009</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/cb/e7cb3308d3e108ed1397a66c84e1810bd8c840fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sydney.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2389.66" OriginalAmount="2366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.860726" Longitude="151.213105" StarRating="5" HotelCode="16324|pullman_quay_grand_sydney_harbour" HotelName="Pullman Quay Grand Sydney Harbour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Macquarie Street, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/3e/a83e588dd3d383e134110bbb94537b257177223e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the midst of Sydney's key attractions including Sydney Harbour, the Harbour Brid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2414.91" OriginalAmount="2391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.869453464852" Longitude="151.19558036327" StarRating="5" HotelCode="178572|the_darling_at_the_star_2" HotelName="The Darling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Star, 80 Pyrmont Street, Pyrmont, Sydney, New South Wales 2009</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/32/653297b2d3e2642142d5634ad33e1917ec0db34a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies on Pyrmont Street and is connected to other points in Sydney via the metro stations c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2656.30" OriginalAmount="2630.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.863869" Longitude="151.21059" StarRating="5" HotelCode="|449000" HotelName="Capella Sydney" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Loftus Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/0/0/449000_5121b071209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4759.12" OriginalAmount="4712.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.855949" Longitude="151.209144" StarRating="5" HotelCode="15699|park_hyatt_sydney" HotelName="Park Hyatt Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Hickson Road, The Rocks, Sydney, New South Wales 2000</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/8f/4a8fde7077e1a2f948826a357e4f9f9c7967a508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is uniquely positioned right on the water's edge of Sydney Harbour. It enjoys spectacular ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5027.78" OriginalAmount="4978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.876972" Longitude="151.206921" StarRating="5" HotelCode="335517|meriton_serviced_apartments__world_tower" HotelName="Meriton Suites World Tower, Sydney" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Liverpool Street, Sydney, New South Wales</AddressLine>
          </AddressLines>
          <CityName>Sydney</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e8/29e8a6f574bc596a0cab78e877308d43e9d27c88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The best location, in the best city, in the best country; Australia offers a lifestyle that is the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="541.59" OriginalAmount="536.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-33.870289" Longitude="151.197525" StarRating="4" HotelCode="|442630" HotelName="Aiden by Best Western @ Darling Harbour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Murray Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Room Service,Telephone Service,Bicycle Rental,Conference Hall,Dry Cleaning,Elevator,Laundry,Luggage Storage,Parking,Vending Machine,Bar,Lounge,Restaurant,Swimming Pool,Kitchen,Massage Centre,Sauna,Central Heating,Jacuzzi,Shopping Arcade,Nightclub,Designated Smoking Area,Golf,Wheelchair Access,Currency Exchange,Spa,ATM/Cash Machine,Coffee Shop,Concierge,LCD/Projector,Garden,Heated Pool,Diet Meals,Business Centre,Housekeeping,Library,Meeting Room,Smoking Rooms</BasicAmenities>
    <HotelRating>4,2,5,3,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,DINNER</Meals>
    <PropertyType>HOSTELS,HOTEL,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,BEACH HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOSTEL,ECO HOTEL,AIRPORT HOTEL,APARTHOTEL,GUESTHOUSE,VILLA,MOTEL,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
baf274ea-b23a-4735-8c53-5094e7117ea6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|True