Files
alpinebits_python/AlpineBits-HotelData-2024-10/files/samples/Inventory/Inventory-Push-OTA_HotelDescriptiveContentNotifRS-warning.xml
2025-09-19 12:47:48 +02:00

27 lines
772 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
AlpineBits 2022-10
https://www.alpinebits.org/
Sample message file for an Inventory (Basic and HotelInfo) push response with a warning
Changelog:
v. 2015-07 1.0 initial example
-->
<OTA_HotelDescriptiveContentNotifRS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.opentravel.org/OTA/2003/05"
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelDescriptiveContentNotifRS.xsd"
Version="3.000">
<Success/>
<Warnings>
<Warning Type="3">
too many products
</Warning>
</Warnings>
</OTA_HotelDescriptiveContentNotifRS>