touristbikegmbh/booking.xml

15 lines
408 B
XML
Raw Permalink Normal View History

2024-09-23 15:23:14 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<bookings>
<booking>
<hotel>
<name>Hotel Sunshine</name>
<category>Gold</category>
</hotel>
<reservation>
<bikes>5</bikes>
<date>2024-09-30</date>
<bookingID>123456</bookingID>
<timestamp>2024-09-23T14:30:00</timestamp>
</reservation>
</booking>
</bookings>