TABLE OF CONTENTS


Hotel Descriptive Info API

This API enables distributors to fetch comprehensive descriptive content for specific hotels, including details such as hotel name, amenities, policies, images, location, and other property-specific information. It is a critical tool for integrating rich, up-to-date hotel data into distributor systems (e.g., for displaying detailed hotel profiles to end-users).


Distributors can use this API to:

  • Retrieve comprehensive descriptive content for specific hotels, including details such as hotel name, amenities, policies, images, location, and other property - specific information.
  • Sync hotel descriptive content regularly (e.g., on a daily basis) to ensure their platforms display the most up - to - date hotel information to end - users.
curl --location 'https://utopia.derbysoftsec.com/hdg/hotel.soap' \
--header 'Content-type: text/xml' \
--data '<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header>
        <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext">
            <wsse:UsernameToken>
                <wsse:Username>username</wsse:Username>
                <wsse:Password>password</wsse:Password>
            </wsse:UsernameToken>
        </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <OTA_HotelDescriptiveInfoRQ TimeStamp="2008-03-16T19:08:49.589" Target="Production" Version="4.0" PrimaryLangID="ZH-CN" xmlns="http://www.opentravel.org/OTA/2003/05">
            <HotelDescriptiveInfos>
                <HotelDescriptiveInfo HotelCode="SHAWI" HotelCodeContext="MARRIOTT" />
            </HotelDescriptiveInfos>
        </OTA_HotelDescriptiveInfoRQ>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>'
Tip:
We recommend setting the connection timeout to 5 seconds and the read timeout to 60 seconds.


OTA-Hotel Descriptive Info Request 

LevelElementAttributesNum.Occ.Data TypeDescriptionNotes/Comments
1OTA_HotelDescriptiveInfoRQ 1   
1 @TimeStamp  Timestamp when the request is created, used for request tracking, auditing, and preventing stale requests (e.g., rejecting requests that exceed a validity window).
e.g., 2008-03-16T19:08:49.589
 
1 @Version  Version of the OTA (Open Travel Alliance) specification used for the request, ensuring compatibility between the client and server (e.g., matching data formats and field definitions).
e.g., 4.0
 
1 @Target  Specifies the environment the request targets (e.g., "Production" for live operational data, "Test" for sandbox testing), ensuring the request accesses the correct dataset.
e.g., Production
 
1 @PrimaryLangID  Primary language for the requested hotel descriptive information, following the "ISO 639-1 + Country Code" format. Determines the language of content like hotel names, addresses, and amenities.
e.g., ZH-CN
 
2HotelDescriptiveInfos 1 Root container for one or more HotelDescriptiveInfo elements, grouping hotel-specific requests (supports batch queries for multiple hotels if needed). 
3HotelDescriptiveInfo 1...N   
3 @HotelCode StringUnique identifier of the hotel for which descriptive information is requested (e.g., property ID assigned by the hotel chain).The maximum number of HotelCodes that can be requested in a single request to the DerbySoft is limited to 25.
3 @HotelCodeContext StringIdentifies the hotel chain, brand, or data source context associated with the HotelCode, ensuring the server looks up the correct hotel within the specified brand.
e.g., "BESTWESTERN" for Best Western hotels
 



Request Examples

Note:
<Success/> tag indicates that the request was processed successfully according to OTA XML standards.
<soap:Body>
  <OTA_HotelDescriptiveInfoRS PrimaryLangID="EN-US" Target="Production" TimeStamp="2025-09-17T15:35:53.651Z" Version="4.0">
    <Success/>
  </OTA_HotelDescriptiveInfoRS>
</soap:Body>


Single Property

<OTA_HotelDescriptiveInfoRQ TimeStamp="2008-03-16T19:08:49.589" Target="Production"
Version="3.0" PrimaryLangID="EN-US"
	xmlns="http://www.opentravel.org/OTA/2003/05">
	<HotelDescriptiveInfos>
		<HotelDescriptiveInfo HotelCode="NYCDT" HotelCodeContext="HILTON" />
	</HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>
Multiple Properties
<OTA_HotelDescriptiveInfoRQ TimeStamp="2008-03-16T19:08:49.589" Target="Production"
Version="3.0" PrimaryLangID="EN-US"
	xmlns="http://www.opentravel.org/OTA/2003/05">
	<HotelDescriptiveInfos>
		<HotelDescriptiveInfo HotelCode="NYCDT" HotelCodeContext="HILTON" />
		<HotelDescriptiveInfo HotelCode="DUSHI" HotelCodeContext="HILTON" />



OTA - Hotel Descriptive Info Response

LevelElementAttributesNum. Occ.Data TypeDescriptionNotes/Examples
0OTA_HotelDescriptiveInfoRS   Message used to provide detailed descriptive information about a hotel 
1HotelDescriptiveContents 0..1 Collection of hotel descriptive informationOne occurrence per message
2HotelDescriptiveContent 1..n Hotel descriptive informationOne occurrence per property, multiple properties can be sent per message.
2
@ChainCode
stringChain code
2
@ChainName
stringChain name
2
@BrandCode
stringBrand code
2
@BrandName
stringBrand nameName of brand of hotel
2


stringDS property ID
2
@HotelCode
stringProperty ID sourcei.e. Sabre, Amadeus
2
@HotelCodeContext
string

2
@HotelCityCode
string(8) alpha character city codeFor GDS indexing, i.e. DAL (for Dallas, TX), NYC (for New York City)
2
@HotelName
stringName of the hotel
2
@LanguageCode
languageLanguage for the associated property content in this message
2
@UnitOfMeasureCode
OTA_CodeType "UOM"Property default unit of measure
 see OTA Codes List (Appendix)
e.g. Feet, Meters, Inches, Centimeters.  Could be defined at this level to apply to all lower level measurements.  If here but not at lower level, use this one.  If at both this level and lower level, use lower level.
2
@TimeZone
stringProperty time zone
2
@DistanceUnitOfMeasureCode
OTA_CodeType "UOM"Property default unit of measure
 see OTA Codes List (Appendix)
e.g. Miles, Kilometers
2
@AreaUnitOfMeasureCode
OTA_CodeType "UOM"Property default unit of measure
 see OTA Codes List (Appendix)
e.g. Squate Feet, Square Meters
2
@WeightUnitOfMeasureCode
OTA_CodeType "UOM"Property default unit of measure
 see OTA Codes List (Appendix)
e.g. Pounds, Kilogams, Ounces, Grams 
2
@CurrencyCode
ISO4217 (3) alpha character currency codeProperty default currency code
3HotelInfo 0..1 Descriptive information about a hotel 
3
@WhenBuilt
stringYear in which the property was built
3
@PreSellDate
date
The property pre sell date.

3
@LastUpdated
dateTimeDate/timestamp of last update to data in the HotelInfo element
3
@HotelStatusCode
OTA_CodeType "HST"Operating status of the hotel
 see OTA Codes List (Appendix)
e.g. Open, Closed, Pre-opening, Test, Inactive 
4HotelName
0..1stringFull name of the hotel
4
@HotelShortName
stringAbbreviated hotel name (used when longer name cannot be accommodated)
4ClosedSeasons
0..1
Collection of date and time periods when the hotel facility is closedSeasonal closures for resort properties.
5ClosedSeason
1..n
A date and time period when the hotel is closed
5
@Start
DateStarting date of closure
5
@End
DateEnding date of closure
4CategoryCodes
0..1
Collection of descriptive details about a hotel
5LocationCategory
0..n
Defines general location of hotel
5
@Code
OTA_CodeType "LOC"Location category code
 see OTA Codes List (Appendix)
e.g. Airport, Beach, Downtown, Mountain, Lake
5
@CodeDetail
stringFurther detail about location category
5SegmentCategory
0..n
Defines the segment type of a hotel such as luxury or economy
5
@Code
OTA_CodeType "SEG"Segment category code
 see OTA Codes List (Appendix)
e.g. Budget, Economy, First Class, Luxury
5
@CodeDetail
stringFurther detail about the segment category
5HotelCategory
0..n
Defines the particular type of hotel
5
@Code
OTA_CodeType "PCT"Hotel category code
 see OTA Codes List (Appendix)
e.g. All Suite, All-inclusive Resort, Bed and Breakfast, Extended Stay
5
@CodeDetail
stringFurther detail about hotel category
5GuestRoomInfo
0..n
Types and quantities of guest rooms at a hotel
5
@Code
OTA_CodeType "GRI"Guest room information code
 see OTA Codes List (Appendix)
e.g. Accessible Rooms, Nonsmoking Rooms, Suites, Floors
5
@CodeDetail
stringFurther detail about guest room information
5
@Quantity
nonNegativeIntegerQuantity associated to the guest room information code specified
4Descriptions
0..1
Collection of hotel and/or renovation information
5DescriptiveText
0..1stringText description of the hotel
5Renovation
0..n
Details of the hotel renovation
5
@RenovationCompletionDate
YearYear the renovation was completed or is due to be completed
6DescriptiveText
0..1stringText description of the renovation
4Position
0..1
Describes the geocoded location of the hotel
4
@Latitude
stringMeasure of the angular distance on a meridian north or south of the equator
4
@Longitude
stringMeasure of the angular distance on a meridian east or west of the Prime Meridian
4
@PositionAccuracyCode
OTA_CodeType "PAC"Accuracy of the property's geocoding
 see OTA Codes List (Appendix)
e.g. Exact, Street, Intersection, City
4Services
0..1
Information pertaining to the hotel facility
5Service
1..n
Information about a service or amenity available to the guest
5
@Included
booleanIncluded in the room rate
5
@Code
OTA_CodeType "HAC"Hotel amenity or service code (either this or BusinessServiceCode, MealPlanCode or MeetingRoomCode will be sent)
 see OTA Codes List (Appendix)
e.g. Casino, Concierge Desk, Laundry/Valet Service, Health Club
5
@BusinessServiceCode
OTA_CodeType "BUS"Business service code (either this or Code, MealPlanCode or MeetingRoomCode will be sent)
 see OTA Codes List (Appendix)
e.g. Copier, Fax Machine, Notepads, Office Supplies
5
@CodeDetail
stringFurther detail about the Code, BusinessServiceCode, MealPlanCode or MeetingRoomCode)
5
@ProximityCode
OTA_CodeType "PRX"Denotes the location of the service in relation to the hotel
 see OTA Codes List (Appendix)
e.g Onsite, Offsite, Nearby
5
@MealPlanCode
OTA_CodeType "MPT"Available meal plans at the property (either this or Code, BusinessServiceCode or MeetingRoomCode will be sent)
 see OTA Codes List (Appendix)
e.g. All-Inclusive, Buffet Breakfast, Full Breakfast
5
@Quantity
positiveIntegerTotal number of the service items identified by the code attribute
5
@MeetingRoomCode
OTA_CodeType "MRC"High level meeting/business services (either this or Code, BusinessServiceCode, or Meal Plan Code will be sent)
 see OTA Codes List (Appendix)
e.g. AV Equipment, Blackboards, Flip Chart and Markers
5
@ID
stringUnique ID for the service - required is using tagging
6OperationSchedules
0..1
Collection of days, time and fees for the service item
7OperationSchedule
0..n
Defines the dates and hours of operation
7
@Start
DateStarting date of service availability
7
@End
DateEnding date of service availability
8OperationTimes
0..1
Collection of operation times
9OperationTime
1..n
Operation times of a service
9
@Mon
booleanAvailability of service on Monday
9
@Tue
booleanAvailability of service on Tuesday
9
@Weds
booleanAvailability of service on Wednesday
9
@Thur
booleanAvailability of service on Thursday
9
@Fri
booleanAvailability of service on Friday
9
@Sat
booleanAvailability of service on Saturday
9
@Sun
booleanAvailability of service on Sunday
9
@Start
TimeStarting time of service availability
9
@End
TimeEnding time of service availability
8Charge
0..5
Cost associated with an amenity or service
8
@Amount
DecimalService or amenity cost as a monetary amount
8
@CurrencyCode
AlphaCurrency code of amount
8
@Percent
percentageService or amenity cost as a percentage of room rate
8
@ChargeUnit
OTA_CodeType "CHG"Unit for which the charge applies
 see OTA Codes List (Appendix)
e.g. Per Person, Per Room, Per Unit
8
@ChargeFrequency
OTA_CodeType "CHG"Timeframe used to apply the charge during the course of the reservation
 see OTA Codes List (Appendix)
e.g. Daily, Hourly, Weekly
6Features
0..1
Collection of security and accessibility features offered by a hotel
7Feature
1..n
Individual security or accessibility feature
7
@AccessibleCode
OTA_CodeType "PHY"Accessibility feature code
 see OTA Codes List (Appendix)
e.g. Door Width in Inches, Flashing Door Knocker Available.     Always sent with Service/@Code="47" (Security)
7
@SecurityCode
OTA_CodeType "SEC"Security feature code
 see OTA Codes List (Appendix)
e.g. 2nd Lock on Guest Door, Audible Alarm Smoke Detectors in Guest Rooms.     Always sent with Service/@Code="80" (Accessible Features)
7
@CodeDetail
stringFurther detail about the feature 
7
@UnitOfMeasureQuantity
decimalNumeric value associated with the measurement
7
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure code
 see OTA Codes List (Appendix)
e.g. Centimeters, Inches, Feet
8Charge
0..1
Indicates whether the feature is chargeable
8
@CurrencyCode
alphaCurrency code of the amount
8
@Amount
decimal (max 3 decimals)Cost for feature as a monetary amount
8DescriptiveText
0..1stringText description of the feature
4Languages
0..1
Collection of language details at the hotelNeeded to indicate languages spoken at property
5Language
1..10
Individual language details
5
@Language
languageLanguage spoken by the hotel staff
5
@PrimaryLangInd
booleanPrimary language spoken at hotel
3FacilityInfo 0..1 Information pertaining to the hotel facility 
3
@LastUpdated
dateTimeDate/timestamp of last update to data in the FacilityInfo element
4MeetingRooms
0..1
Collection of meeting rooms that are within the hotel
4
@MeetingRoomCount
nonNegativeIntegerTotal number of unique meeting rooms at the hotel
4
@LargestRoomSpace
nonNegativeIntegerLargest meeting room space (area)
4
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure for quantity
 see OTA Codes List (Appendix)
e.g. Square Feet, Square Meters
4
@TotalRoomSpace
nonNegativeIntegerTotal meeting room space (area) at the hotel
4
@LargestSeatingCapacity
nonNegativeIntegerLargest meeting room seating capacity (how many people)
4
@TotalRoomSeatingCapacity
nonNegativeIntegerTotal meeting room seating capacity at the hotel
5MeetingRoom
0..n
Individual meeting room details
5
@RoomName
stringName of meeting room
5
@ID
stringUnique ID for the meeting room
6Codes
0..1
Collection of information about meeting room amenities and services
7Code
1..n
Individual meeting room amenity or service
7
@Code
OTA_CodeType "MRC"Amenities or services available for any of the meeting rooms
 see OTA Codes List (Appendix)
e.g. AV Equipment, Blackboards, Flip Chart and Markers
7
@CodeDetail
stringFurther detail about the meeting room amenity or service
7
@Quantity
nonNegativeIntegerQuantity of the meeting room amenity
8Charge
0..1
Charge information about the meeting room item
8
@Amount
decimal (max 3 decimals)Meeting room item charge as a monetary amount
8
@CurrencyCode
AlphaCurrency code of the amount
8
@Percent
percentageMeeting room charge as a percentage
8
@ChargeUnit
OTA_CodeType "CHG"Unit for which the charge applies
 see OTA Codes List (Appendix)
e.g. Per Person, Per Room, Per Unit
8
@ChargeFrequency
OTA_CodeType "CHG"Timeframe used to apply the charge during the course of the reservation
 see OTA Codes List (Appendix)
e.g. Daily, Hourly, Weekly
6Dimension
0..1
Dimensions of the meeting room
6
@Area
decimalTotal area of meeting room
6
@Height
decimalHeight of meeting room ceilings
6
@Length
decimalLength of meeting room
6
@Width
decimalWidth of meeting room
6
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure for dimensions
 see OTA Codes List (Appendix)
e.g. Feet, Meters
6AvailableCapacities
0..1
Information about the amount of usable meeting space at a hotel
7MeetingRoomCapacity
1..n
Measurable dimensions and capacities of a meeting room
7
@MeetingRoomFormatCode
OTA_CodeType "MRF"Meeting room seating format code
 see OTA Codes List (Appendix)
e.g. Banquet, Classroom, Round Tables
8Occupancy
0..1
Occupancy details of a meeting room
8
@MaxOccupancy

Maximum number of people the meeting room can accommodate
6MultimediaDescriptions
0..1
Media items describing the meeting roomMeeting room images
7MultimediaDescription
1..n
Individual media item for a meeting room
8ImageItems
0..1
Collection of image items
9ImageItem
1..n
Individual image item
9
@Category
OTA_CodeType "PIC"Image category
 see OTA Codes List (Appendix)
e.g. Exterior View, Restaurant, Healthclub, Guest Room
10ImageFormat
0..n
Set of images which may be provided in multiple formats
10
@UnitOfMeasureCode
OTA_CodeType "UOM"Image width/height unit of measure
 see OTA Codes List (Appendix)
e.g. Inches, Pixels
10
@Width
positiveIntegerWidth of image item
10
@Height
positiveIntegerHeight of image item
10
@ApplicableStart
DateOrMonthDayStart month and day or date for which the image item is relevant
10
@ApplicableEnd
DateOrMonthDayEnd month and day or date for which the image item is relevant
10
@FileSize
positiveIntegerSize of the image file
10
@Sort
positiveIntegerDefines the display order
10
@SourceID 
stringUnique ID for the source of the ImageItem fileNew available since 2019 Mar. 15th
11URL
0..1anyURIURL of the image item
10Description
0..n
Description of the image item
10
@Caption
stringCaption associated to a specific image category
4GuestRooms
0..1
Collection of guest room types at the hotel
5GuestRoom
0..n
Individual guest room information
5
@CodeContext 
string (enumerated)Room Type Code context:
 RoomType, RoomClass

5
@RoomTypeName
stringRoom type namee.g. Standard, Deluxe
5
@Quantity

positiveInteger
Room quantity

5
@MaxOccupancy
positiveIntegerMaximum number of guests allowed in a room type
5
@MinOccupancy
positiveIntegerMinimum number of guests allowed in a room type
5
@MaxAdultOccupancy
nonNegativeIntegerMaximum number of adults allowed in a room type
5
@MaxChildOccupancy
nonNegativeIntegerMaximum number of children allowed in a room type
5
@ID
stringUnique ID for the Guest Room - required if using tagging
6DescriptiveText
0..1stringText description of the guest room
6TypeRoom
0..5
Describes the guest room typeIn composite types, there can be multiple occurrences.
6
@MaxRollaways
nonNegativeIntegerMaximum number of rollaway beds allowed in the room
6
@Size
nonNegativeIntegerNumber of square units that defines the size of a room typee.g. 210 square feet
6
@Name
stringName of the type of room
6
@RoomTypeCode
stringSpecific system room type code
6
@RoomCategory
OTA_CodeType "SEG"Guest room category
 see OTA Codes List (Appendix)
e.g. Budget, Deluxe, First Class 
6
@RoomLocationCode
OTA_CodeType "RLT"Room location within the hotel
 see OTA Codes List (Appendix)
e.g. Away from the Elevator, Front of Building, High Floor
6
@RoomViewCode
OTA_CodeType "RVT"View from the room
 see OTA Codes List (Appendix)
e.g. Bay View, City View, Lake View, Harbor View
6
@BedTypeCode
OTA_CodeType "BED"Type of bed(s) found in the room
 see OTA Codes List (Appendix)
e.g. King, Queen, Run of House, Murphy Bed
6
@StandardNumBeds
nonNegativeIntegerUsual number of beds in the room
6
@NonSmoking
booleanGuest room is non-smoking
6
@MaxCribs
nonNegativeIntegerMaximum number of cribs allowed in the room
7BedTypes



Collection of bed type details

8
BedType



Individual bed type

8
@Code

Bed type code

8
@CodeDetail

Bed type description
e.g. Tu
8
@quantity

Number of beds of this type

6Amenities
0..1
Collection of room amenity items available to the guest
7Amenity
1..n
Individual room amenity information
7
@RoomAmenityCode
OTA_CodeType "RMA"Guest room amenity code
 see OTA Codes List (Appendix)
e.g. Alarm Clock, Coffee/Tea Maker, Full Kitchen, Hairdryer
7
@IncludedInRateIndicator
booleanAmenity or service is included in the room rate
7
@Quantity
stringFurther detail about room amenity or service
7


nonNegativeIntegerQuantity (if applicable) of the guest room amenity
7
@ID
stringUnique ID for the Room Amenity - required is using tagging
8DescriptiveText
0..1stringText description of the amenity
6Features
0..1
Collection of features offered with a room
7Feature
1..n
Individual security or accessibility feature information for a room
7
@AccessibleCode
OTA_CodeType "PHY"Guest room accessibility feature code
 see OTA Codes List (Appendix)
e.g. Flashing Door Knocker Available, Emergency Info in Braille
7
@SecurityCode
OTA_CodeType "SEC"Guest room security feature code
 see OTA Codes List (Appendix)
e.g. 2nd Lock on Guest Door, Audible Alarm Smoke Detectors in Guest Rooms
7
@CodeDetail
stringFurther detail about the room feature
7
@ID
stringUnique ID for the Room Feature - required is using tagging
8DescriptiveText
0..1stringText description of room feature
6MultimediaDescriptions
0..1
Media items describing the guest roomGuest room images
7MultimediaDescripition
1..n
Individual media item for a guest room
8ImageItems
0..1
Collection of image items
9ImageItem
1..n
Individual image item
9
@Category
OTA_CodeType "PIC"Image category
 see OTA Codes List (Appendix)
e.g. Exterior View, Restaurant, Healthclub, Guest Room
10ImageFormat
0..n
Set of images which may be provided in multiple formats
10
@UnitOfMeasureCode
OTA_CodeType "UOM"Image width/height unit of measure
 see OTA Codes List (Appendix)
e.g. Inches, Pixels
10
@Width
positiveIntegerWidth of image item
10
@Height
positiveIntegerHeight of image item
10
@ApplicableStart
DateOrMonthDayStart month and day or date for which the image item is relevant
10
@ApplicableEnd
DateOrMonthDayEnd month and day or date for which the image item is relevant
10
@FileSize
positiveIntegerSize of the image file
10
@Sort
positiveIntegerDefines the display order
10
@SourceID 
stringUnique ID for the source of the ImageItem fileNew available since 2019 Mar. 15th
11URL
0..1anyURIURL of the image item
10Description
0..n
Description of the image item
10
@Caption
stringCaption associated to a specific image category
4Restaurants
0..1
Collection of restaurants at or near the hotel
4
@Quantity
nonNegativeIntegerTotal number of restaurants at or near the hotel
5Restaurant
0..n
Individual restaurant information
5
@RestaurantName
stringName of restaurant
5
@MaxSeatingCapacity
nonNegativeIntegerMaximum seating capacity 
5
@OfferBreakfast
booleanRestaurant serves breakfast
5
@OfferLunch
booleanRestaurant serves lunch
5
@OfferDinner
booleanRestaurant serves dinner
5
@OfferBrunch
booleanRestaurant services brunch
5
@ProximityCode
OTA_CodeType "PRX"Proximity of restaurant to hotel
 see OTA Codes List (Appendix)
e.g Onsite, Offsite, Nearby
5
@ID
stringUnique ID for the restaurant 
5
@ReservationReqInd
booleanReservations required at restaurant
6MultimediaDescriptions
0..1
Media items describing the guest room
7MultimediaDescripition
1..n
Individual media item for a guest room
8ImageItems
0..1
Collection of image items
9ImageItem
1..n
Individual image item
9
@Category

Image category
10ImageFormat
0..n
Set of images which may be provided in multiple formats
10
@UnitOfMeasureCode
OTA_CodeType "UOM"Image width/height unit of measure
 see OTA Codes List (Appendix)
e.g. Inches, Pixels
10
@Width
positiveIntegerWidth of image item
10
@Height
positiveIntegerHeight of image item
10
@ApplicableStart
DateOrMonthDayStart month and day or date for which the image item is relevant
10
@ApplicableEnd
DateOrMonthDayEnd month and day or date for which the image item is relevant
10
@FileSize
positiveIntegerSize of the image file
10
@Sort
positiveIntegerDefines the display order
10
@SourceID 
stringUnique ID for the source of the ImageItem fileNew available since 2019 Mar. 15th
11URL
0..1anyURIURL of the image item
10Description
0..n
Description of the image item
10
@Caption
stringCaption associated to a specific image category
6RelativePosition


Indicates directions to a specific restaurant
6
@Direction
string Cardinal direction
6
@Distance
stringDistance between hotel and restaurant
6
@UnitOfMeasure
OTA_CodeType "UOM"Distance unit of measure
 see OTA Codes List (Appendix)
e.g. Miles, Kilometers
6
@ToFrom
stringIndicates whether the direction context is to a restaurant or from a restaurant
6OperationSchedules
0..1
Collection of days and times for the restaurant 
7OperationSchedule
0..n
Defines the dates and hours of operation
8OperationTimes
0..1
Collection of operation times
9OperationTime
1..n
Operation times of a restaurant
9
@Mon
booleanRestaurant open on Monday
9
@Tue
booleanRestaurant open on Tuesday
9
@Weds
booleanRestaurant open on Wednesday
9
@Thur
booleanRestaurant open on Thursday
9
@Fri
booleanRestaurant open on Friday
9
@Sat
booleanRestaurant open on Saturday
9
@Sun
booleanRestaurant open on Sunday
9
@Start
TimeStarting time of restaurant operation schedule
9
@End
TimeEnding time of restaurant operation schedule
9
@Text
stringFurther description of the Restaurant operation schedule
6InfoCodes
0..1
Collection of restaurant information codes
7InfoCode
1..n
Individual restaurant information code
7
@Code
OTA_CodeType "RES"Restaurant information code
 see OTA Codes List (Appendix)
e.g. Cafeteria, Family, Casual, Fast Food
7
@CodeDetail
stringAdditional detail about the Restaurant information code
6CuisineCodes
0..1
Collection of restaurant cuisine information
7CuisineCode
1..n
Individual restaurant cuisine information
7
@Code
OTA_CodeType "CUI"Restaurant cuisine code
 see OTA Codes List (Appendix)
e.g. American, French, Italian, Seafood, Deli
7
@CodeDetail
stringAdditional detail about cuisine code
7
@IsMain
booleanIs the main cuisine served at the restaurant
6DescriptiveText
0..1stringText description of restaurant
6SrvcInfoCodes
0..1
Collection of restaurant service information
7SrvcInfoCode
1..n
Individual restaurant service information
7
@Code
OTA_CodeType "RSI"Restaurant service code
 see OTA Codes List (Appendix)
e.g. Buffet, Catering, Cook to Order, Take Out, Childrens Menu 
7
@CodeDetail
stringFurther detail about Restaurant service code
3Policies 0..1 Collection of policies as they apply to the hotel 
4Policy
1..n
Individual policy information
4
@LastUpdated
dateTimeLast update to Policy information
5PolicyInfoCodes
0..1
Detailed property policy information
6PolicyInfoCode
1..n
Individual detailed policy information 
7Description
0..5
Policy description (container)
7
@Name
stringName of the policy
8Text
1FormattedTextTextTypePolicy description textAdditional policy descriptions, i.e. Children, not supported elsewhere
5CancelPolicy
0..1
Cancel policy information
6CancelPenalty
0..n
Defines the cancellation penalty of the hotel
6
@PolicyCode
stringUnique code identifying the cancel policy
6
@NonRefundable
booleanIndicates that any prepayment on the reservatoin is non-refundable 
6
@Mon
booleanPolicy applies to Monday
6
@Tue
booleanPolicy applies to Tuesday
6
@Weds
booleanPolicy applies to Wednesday
6
@Thur
booleanPolicy applies to Thursday
6
@Fri
booleanPolicy applies to Friday
6
@Sat
booleanPolicy applies to Saturday
6
@Sun
booleanPolicy applies to Sunday
6
@Start
DateStarting date of the policy
6
@End
DateEnding date of the policy
6
@RoomTypeCode
stringSpecific room type to which the cancellation penalty applies
7Deadline
0..1
Cancellation deadline
7
@AbsoluteDeadline
TimeOrDateTimeDefines the absolute deadline (either this or the Offset attributes may be used)
7
@OffsetTimeUnit
string (enumerated)Units of time that apply to the deadline:
 Year, Month, Week, Day, Hour, Second, FullDuration, Minute

7
@OffsetUnitMultiplier
numericNumber of units of OffsetTimeUnit
7
@OffsetDropTime
string (enumerated)Indicates when the deadline drop time goes into effect:
 BeforeArrival, AfterBooking, AfterConfirmation, AfterArrival, AfterDeparture

7AmountPercent
0..1
Cancel penalty amount or percent information
7
@TaxInclusive
booleanIndicates whether taxes are included when figuring cancel penalties
7
@FeesInclusive
booleanIndicates whether fees are included when figuring cancel penalties
7
@NmbrOfNights
nonNegativeIntegerNumber of nights of the hotel stay that are used to calculate the cancel penalties
7
@Percent
PercentagePercentage used to calculate the cancel penalties
7
@CurrencyCode
AlphaCurrency code of the amount
7
@Amount
decimal (max 3 decimals)Cancel penalty as a monetary amount
7PenaltyDescription
0..9
Cancel penalty description (container)
8Text
1FormattedTextTextTypeText description of the penalty
8
@Language



5GuaranteePaymentPolicy
0..1
Collection of deposit policies, guarantee policy and/or accepted forms of payment
6GuaranteePayment
1..n
Guarantee payment information
6
@RetributionType
string (enumerated)Type of action taken when guarantee deadline has been exceeded
 including ResAutoCancelled, ResNotGuaranteed

6
@Type
string (enumerated)Specifies type of information being sent:
 RequiredPayment, GuaranteePolicy, AcceptedPaymentForms

6
@GuaranteeType
string (enumerated)Guarantee type to be applied:
 GuaranteeRequired, None, CC/DC/Voucher, Profile, Deposit, PrePay

6
@HoldTime
timeRoom will be held up until this time without a guarantee
6
@Mon
booleanApplies to Monday
6
@Tue
booleanApplies to Tuesday
6
@Weds
booleanApplies to Wednesday
6
@Thur
booleanApplies to Thursday
6
@Fri
booleanApplies to Friday
6
@Sat
booleanApplies to Saturday
6
@Sun
booleanApplies to Sunday
6
@Start
DateStarting date of the policy
6
@End
DateEnding date of the policy
6
@RoomTypeCode
stringSpecific room code to which the policy applies
6
@NonRefundableIndicator
booleanIndicates that any prepayment for the reservation is non-refundable
6
@PolicyCode
stringType of payment policy
7AcceptedPayments
0..1
Collection of accepted payments
8AcceptedPayment
1..n
Individual accepted payment information
8
@GuaranteeIndicator
booleanRepresents a guarantee rather than a payment
8
@GuaranteeTypeCode
OTA_CodeType "PMT"Method of guarantee
 see OTA Codes List (Appendix)
e.g. Credit Card, Deposit, Travel Agency IATA Number, Wire Payment
9PaymentCard
1
Payment card information (container)
10CardType
0..1
Payment card type information
10
@Code
string (enumerated)Payment card type code:
 AmericanExpress, BritishAirways, ContinentalAirlines, DeltaAirlines, DinersClub, DiscoverCard, Disney, Eurocard, Hilton, Hyatt, JapanCreditBureau, Marriott, Mastercard, RitzCarlton, SouthwestAirlines, StarwoodHotels, UnitedAirlines, USAirways, VISA   



@Description
stringPayment card type description
7AmountPercent
0..1
Payment amount or percent informationFor deposit payment
7
@NmbrOfNights
nonNegativeIntegerNumber of nights of the hotel stay used to calculate the amount
7
@Amount
decimal (max 3 decimals)Monetary amount
7
@Percent
PercentagePercentage used to calculate the amount
7
@CurrencyCode
ISO 4217 3-alphaCurrency of the amount
7Deadline
0..1

For deposit payment
7
@OffsetTimeUnit
units of timeUnits of time that apply to the deadlineDays, Hours
7
@OffsetUnitMultiplier
numericNumber of units of OffsetTimeUnit
7
@OffsetDropTime
string (enumerated)When deadline drop time goes into effect:
 BeforeArrival, AfterBooking, AfterConfirmation, AfterArrival, AfterDeparture

7Description
0..5
Guarantee payment policy description
8Text
1FormattedTextTextTypeText description of the payment policy
7Address
0..3
Address to which deposit may be sent
7
@UseType
OTA_CodeType "AUT"Describes the use of the address
 see OTA Codes List (Appendix)
e.g. Chain, Deposit, Pre-Opening, Other
7
@AddresseeName
stringName of payment recipient
8StreetNmbr
0..1stringStreet number
8
@PO_Box
stringPost office box number (if applicable)
8BldgRoom
0..2stringBuilding name, room, apartment or suite number
8AddressLine
0..5stringUnformatted address details (street number and street name are combined)When formatted, StreetNmbr will contain street number and AddressLine will contain the street name.  
8CityName
0..1stringCity or Town name
8PostalCode
0..1stringPost office code number
8StateProv
0..1stringState or province name
8
@StateCode
StateProvCodeTypeState or province code
8CountryName
0..1stringCountry name
8
@Code
ISO 3166 code for countryCountry code
5CheckoutCharges
0..1
Checkout charges information (container)
6CheckoutCharge
1
Individual checkout charge information
6
@CurrencyCode
alphaCurrency of the amount
6
@Amount
decimal (max 3 decimals)Checkout charge as a monetary amount
6
@Percent
percentagePercentage of the total stay amount for an early checkin or late checkout
6
@Type
string (enumerated)Type of checkout charge:
 Early, Late

6
@NmbrOfNights
nonNegativeIntegerNumber of nights used to calculate the charge
6
@BalanceOfStayInd
booleanEarly checkout charge is balance of remainder of stay
7Description
0..5
Checkout policy description
8Text
1FormattedTextTextTypeText description of checkout charges
5PolicyInfo
0..1
Individual general policy information
5
@CheckInTime
TimeSpecifies the earliest time a guest can check-in.
5
@CheckOutTime
TimeSpecifies the earliest time a guest can check-out.
5
@MinGuestAge
nonNegativeIntegerMinimum age allowed for guest 
5 @CheckInEndTime TimeMAx time to checkin 
5 @CheckOutEndTime TimeMAx time to checkout 
5
@UsualStayFreeCutOffAge
nonNegativeIntegerAge limit at which a child can stay free with an adult
5
@UsualStayFreeChildPerAdult
nonNegativeIntegerUsual number of children allowed to stay free with an adult
5
@KidsStayFree
booleanNo charge for children
5
@MaxChildAge
numericMaximum age for a child price
5
@AcceptedGuestType
string (enumerated)Types of guest accepted:
 AdultOnly, CouplesOnly

5
@RoomGuaranteeLateArrvInd
booleanRoom guaranteed for late arrival
6Description
0..1
General policy information description (container)
7Text
1FormattedTextTextTypeText description of general policy information
5CheckInPolicy
0..1


5
@Start
TimeSpecifies the earliest checkin time
5
@End
TimeSpecifies the latest checkin time
5
@Option
stringSpecifies additional options for checkin
6Instruction

stringCheckin policy instruction

7Text

FormattedTextTextTypeText description of the checkin policy

5CheckoutPolicy
0..1



5
@Start
TimeSpecifies the earliest checkout time

5
@End
TimeSpecifies the latest checkout time
6Derscription


stringCheckout policy description

7Text


FormattedTextTextType
Text description of the checkout policy

5CheckoutCharges

0..1
Checkout charges information (container)

6CheckoutCharge

1
Individual checkout charge information

6
@Amount

decimal (max 3 decimals)
Checkout charge as a monetary amount

6
@CurrencyCode

alpha
Currency of the amount

6
@Type
string (enumerated)
Type of checkout charge

7Description


stringCheckout policy description

8Text

1FormattedTextTextType
Text description of checkout charges

5TaxPolicies
0..1
Collection of tax policies
6TaxPolicy
0..n
Individual tax policy information
6
@Type
AmountDeterminationTypeIndicates if amount is inclusive or exclusive of other charges, or if cumulative (amounts have been added to each other):
 Inclusive, Exclusive, Cumulative

6
@Code
OTA_CodeType "FTT"Code identifying the tax
 see OTA Codes List (Appendix)
e.g. City Tax, Energy Tax, Sales Tax
6
@Amount
decimal (max 3 decimals)Tax as a monetary amount
6
@CurrecyCode
alphaCurrency of the amount
6
@Percent
percentageTax as a percentageAmount or percent must be 0.
6
@EffectiveDate
dateStarting date of the policy
6
@ExpireDate
dateEnding date of the policy
6
@ChargeUnit
OTA_CodeType "CHG"Unit for which the charge applies
 see OTA Codes List (Appendix)
e.g. Per Person, Per Room, Per Unit
6
@ChargeFrequency
OTA_CodeType "CHG"Timeframe used to apply the charge during the course of the reservation
 see OTA Codes List (Appendix)
e.g. Daily, Hourly, Weekly


@SequenceNbr
nonNegativeIntegerOrder of the tax or fee among multiple taxes
7TaxDescription
0..5
Tax policy description (container)
8Text
1FormattedTextTextTypeText description of the tax
5PetsPolicies
0..1
Collection of pets policies
5
@PetsAllowedCode
string (enumerated)Specifies at a high level the pet policy at the hotel:
 Pets Allowed, Pets Not Allowed, Assistive Animals Only, Pets By Arrangements

6PetsPolicy
0..n
Individual pets policy information (when pets are allowed)
6
@PetsPolicyCode
OTA_CodeType "PET"Pet policy codee.g. Cats Only, Dogs Only, Small Domestic Animals Only
6
@UnitOfMeasureQuantity
decimalNumeric value associated with the measurement
6
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure in code formate.g. Pounds, Kilograms
6
@MaxPetQuantity
numericMaximum number of pets allowed in the accommodation
6
@RefundableDeposit
decimal (max 3 decimals)Refundable deposit
6
@NonRefundableFee
decimal (max 3 decimals)Non-refundable fee associated with the pet staying in the room
6
@CurrencyCode
ISO 4217Currency code of the amount
6
@ChargeCode
OTA_CodeType "CHG"How the pet charge is appliede.g. Daily, Per Stay, Per Room Per Stay
6
@RestrictionInd
booleanRestriction associated with pet policy
7Description
0..5
Pets policy description
8Text
1FormattedTextTextTypeText description of pet policy
5CommissionPolicy
0..1
Defines hotel's high level commission policy
5
@Amount

Commission as a monetary amount
5
@Percent

Commission as a percentage of stay
5
@CurrencyCode

Currency code of the amount
6Description
0..5
Commission policy description
7Text
1FormattedTextTextTypeText description of the commission policy
6PaymentCompany
0..5
Commission payment company information
6
@Name
stringName of company processing the commission payment
5FeePolicies
0..1
Collection of fees that may apply to a reservation
6FeePolicy
1..n
Information about a specific fee
6
@Type
string (enumerated)Indicates if the amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other):
 Inclusive, Exclusive, Cumulative

6
@Code
OTA_CodeType "FTT"Code identifying the fee
 see OTA Codes List (Appendix)
e.g. Maintenance Fee, Resort Fee, Service Charge
6
@Amount
decimal (max 3 decimals)Fee as a monetary amount
6
@CurrencyCode
ISO4217Currency code of the amount
6
@Percent
percentageFee as a percentage of stay
6
@EffectiveDate
DateStarting date of the fee
6
@ExpireDate
DateEnding date of the fee
6
@MandatoryInd
booleanFee is mandatory
6
@ChargeUnit
OTA_CodeType "CHG"Unit for which the fee applies
 see OTA Codes List (Appendix)
e.g. Per Person, Per Room, Per Unit
6
@ChargeFrequency
OTA_CodeType "CHG"Timeframe used to apply the charge during the course of the reservation
 see OTA Codes List (Appendix)
e.g. Daily, Hourly, Weekly


@TaxableIndicator
booleanFee is subject to tax
7Description
0..5
Fee policy description
8Text
1FormattedTextTextTypeText description of the fee


@Language 



5RatePolicies
0..1
Defines policies for various rate types
6RatePolicy
1..n
Individual rate policy information
6
@ID_RequiredInd
booleanID is required at check-in
6
@GuestType
OTA_CodeType "GUE"Guest type to which the rate policy applies
 see OTA Codes List (Appendix)
e.g. Corporate Employee, Leisure, Meeting Attendee, VIP
6
@MinRoomNightCommitment
positiveIntegerMinimum number of nights for eligibility of rate
6
@RateOfferType
OTA_CodeType "RPT"Alternate rate plan type to be offered
 see OTA Codes List (Appendix)
e.g. Corporate, Government, Negotiated, Package
6
@CorporateID_Ind
booleanCorporate ID is required to book
7Type
0..1string (enumerated)Type of rate policy:
 Government, Negotiated, Preferred, Other

7Description
0..n
Rate policy description


@Name
stringName of rate policy description
8Text
1FormattedTextTextTypeText description of rate policy
5CheckInPolicy
0..1


5
@Option
string(enumerated)Checkin policy option:
DoormanEntry, Lockbox,Smartlock, Keypad
 , HostCheckin, OtherCheckin

5
@Instruction
stringCheckin policy instruction
3AreaInfo 0..1 Information on area attractions, recreation and reference points 
4RefPoints
0..1
Collection of reference points
4
@LastUpdated
dateTimeDate and time when reference points were last updated
5RefPoint
1..n
Individual reference point information
5
@Direction
stringCardinal direction
5
@Distance
stringDistance between reference point and hotel
5
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure code
 see OTA Codes List (Appendix)
e.g. Miles, Kilometers
5
@Nearest
booleanLocation is the nearest
5
@IndexPointCode
OTA_CodeType "RET"Reference point type code
 see OTA Codes List (Appendix)
e.g. Airport, Rail Station, Attraction, Convention Center.
5
@PrimaryIndicator
booleanReference point is considered the main one for the specific type of IndexPointCode
5
@ToFrom
string (enumerated)Reference point direction is to or from the hotel
 see OTA Codes List (Appendix)

5
@RefPointCategoryCode
OTA_CodeType "REF"More detailed indication of reference point typee.g. Amusement Park, Beach, Financial District, Lake
5
@CityCode
stringCity or airport code
5
@CodeDetail
stringFurther detail on the CityCode
5
@RefPointName
stringName of the reference point
5
@Latitude
stringLatitude
5
@Longitude
stringLongitude
5
@PositionAccuracyCode
OTA_CodeType "PAC"Accuracy of the reference point's geocoding
 see OTA Codes List (Appendix)
e.g. Exact, Street, Zip9Code
5
@ID
stringUnique identifier for the reference point
5
@StateProv
StateProvCodeTypeState or province in which the reference point is located
5
@CountryCode
ISO 3166 code for countryCountry in which the reference point is located
6DescriptiveText
0..1stringText description of the reference point
6Transportations
0..1


7Transportation
1..n


7
@TransportationCode
OTA_CodeType "TRP"Type of transportation
7
@ChargeUnit
OTA_CodeType "CHG"Charge unit
7
@Included
booleanIncluded indicator
7
@CodeDetail
StringLength1to128Additional detail about the transportation type
7
@Description
StringLength0to64Description of the transportation
7
@CurrencyCode
AlphaLength3 (ISO4217)Currency of the charge amount
7
@Amount
decimal (max 3 decimals)Charge amount
8OperationSchedules
0..1
Collection of days and times for the recreation
9OperationSchedule
1..n
Defines the dates and hours of operation
9
@Start
DateOperation schedule start date
9
@End
DateOperation schedule end date
10OperationTimes
0..1
Collection of operation times
11OperationTime
1..n
Operation times of a recreation
11
@Mon
booleanOperation times apply to Monday
11
@Tue
booleanOperation times apply to Tuesday
11
@Weds
booleanOperation times apply to Wednesday
11
@Thur
booleanOperation times apply to Thursday
11
@Fri
booleanOperation times apply to Friday
11
@Sat
booleanOperation times apply to Saturday
11
@Sun
booleanOperation times apply to Sunday
11
@Start
TimeOperation schedule start time
11
@End
TimeOperation schedule end time
4Attractions
0..1
Collection of local interest attractions near the hotel facility
4
@LastUpdated
dateTimeDate and time when attractions were last updated
5Attraction
1..n
Individual attraction information
5
@AttractionCategoryCode
OTA_CodeType "ACC"Type of attraction
 see OTA Codes List (Appendix)
e.g. Amusement Park, Casino, Convention Center, Fairground
5
@CodeDetail
stringFurther detail about the AttractionCategoryCode
5
@AttractionName
stringAttraction name
5
@ProximityCode
OTA_CodeType "PRX"Denotes the location of the attraction in relation to the hotel
 see OTA Codes List (Appendix)
e.g Onsite, Offsite, Nearby
5
@ApplicableStart
DateOrMonthDayStart month and day or date when the attraction is available
5
@ApplicableEnd
DateOrMonthDayEnd month and day or date when the attraction is available
5
@ID
stringUnique ID for the Attraction - required if using tagging
6Contact
0..1
Collection of contact information for the attraction
7URLs
0..1
Collection of URL elements for the attraction
8URL
1..nURL_TypeWebsite address for the attraction
6RefPoints
0..1
Collection of attraction directions information
7RefPoint
1..n
Individual attraction directions information
7
@Direction
stringCardinal direction
7
@Distance
stringDistance between 2 points
7
@UnitOfMeasureCode
stringUnit of measure code
7
@Latitude
stringLatitude
7
@Longitude
stringLongitude
7
@PositionAccuracyCode
OTA_CodeType "PAC"Accuracy of the attraction's geocoding
 see OTA Codes List (Appendix)
e.g. Exact, Street, Zip9Code
7
@StateProv
StateProvCodeTypeState or province in which the attraction is located
7
@CountryCode
ISO 3166 code for countryCountry in which the attraction is located
6DescriptiveText
0..1stringText description of attraction
4Recreations
0..1
Collection of recreations information
4
@LastUpdated
dateTimeDate/time when Recreations info was last updated
5Recreation
1..n
Individual recreation information
5
@Code
OTA_CodeType "RST"Recreation type code
 see OTA Codes List (Appendix)
e.g. Bike Trail, Bowling Alley, Cross Country Skiing
5
@CodeDetail
stringFurther detail about recreation code
5
@Name
stringRecreation name
5
@ProximityCode
OTA_CodeType "PRX"Recreation location in proximity to hotel
 see OTA Codes List (Appendix)
e.g Onsite, Offsite, Nearby
5
@Included
booleanRecreation included in stay flag
5
@ID
stringUnique ID for the Recreation - required if using tagging
6DescriptiveText
0..1stringText description of the recreation
6OperationSchedules
0..1
Collection of days and times for the recreation
7OperationSchedule
0..n
Defines the dates and hours of operation
7
@Start
DateOperation schedule start date
7
@End
DateOperation schedule end date
8OperationTimes
0..1
Collection of operation times
9OperationTime
1..n
Operation times of a recreation
9
@Mon
booleanOperation times apply to Monday
9
@Tue
booleanOperation times apply to Tuesday
9
@Weds
booleanOperation times apply to Wednesday
9
@Thur
booleanOperation times apply to Thursday
9
@Fri
booleanOperation times apply to Friday
9
@Sat
booleanOperation times apply to Saturday
9
@Sun
booleanOperation times apply to Sunday
9
@Start
TimeOperation schedule start time
9
@End
TimeOperation schedule end time
9
@Text
stringAdditional text about operation schedule
8Charge
0..5
Recreation charge information
8
@Amount
decimal (max 3 decimals)Recreation charge amount
8
@CurrencyCode
AlphaCurrency code for the amount
8
@ChargeUnit
OTA_CodeType "CHG"Charge unit
 see OTA Codes List (Appendix)
e.g. Per Person, Per Room, Per Unit
8
@ChargeFrequency
OTA_CodeType "CHG"Charge frequency
 see OTA Codes List (Appendix)
e.g. Daily, Hourly, Weekly
6RecreationDetails
0..1
Collection of recreation detail information
7RecreationDetail
1..n
Individual recreation detail information
7
@Code
OTA_CodeType "REC"Recreation detail code
 see OTA Codes List (Appendix)
e.g. Available Equipment, Separate Mens and Womens Lockers
7
@CodeDetail
stringFurther detail about the Recreation Detail code
8Description
0..5
Recreation detail description (container)
9Text
1FormattedTextTextTypeText description of the recreation detail
4OtherHotels
0..1
Collection of other area hotels
4
@LastUpdated
dateTimeLast update date for OtherHotels 
5OtherHotel
1..99
Individual other hotel information
5
@CompetitorIndicator
booleanIndicates the hotel specified is a competitor
5
@SegmentCategoryCode
OTA_CodeType "SEG"Segment classification of the hotel
 see OTA Codes List (Appendix)
e.g. Budget, Deluxe, Economy, First Class
5
@ChainCode
stringChain code of the hotel specified
5
@BrandCode
stringBrand code of the hotel specified
5
@HotelCode
stringHotel code of the hotel specified
5
@HotelName
stringName of the hotel specified
5
@HotelCodeContext
stringIndicates the context or source of the chain, brand and hotel codes
3AffiliationInfo 0..1 Information regarding affiliations, loyalty programs and award ratings 
3
@LastUpdated
dateTimeLast update date for AffiliationInfo
4DistribSystems
0..1
Defines the affiliated distribution systems for a hotel
5DistribSystem
1
Individual distribution system information
5
@ChainCode
stringCode that identifies a hotel chain or management group
5
@BrandCode
stringCode that identifies the brand or flag of a hotel
5
@HotelCode
stringUniquely identifies a single hotel property
5
@HotelCodeContext
string (enumerated)Communicates the context or source of the codes
6CompanyName
0..1stringName of the distribution system
4LoyaltyPrograms
0..1
Collection of loyalty programs this hotel participates in
5LoyaltyProgram
1..n
Individual loyalty program information
5
@ProgramName
stringName of the loyalty program
5
@TravelSector
OTA_CodeType "TVS"Travel sector to which the loyalty program applies
 see OTA Codes List (Appendix)
e.g. Air, Car, Hotel, Tour, Cruise
6ProgramDescription
0..1
Loyalty program description (container)
7Text
1FormattedTextTextTypeText description of the loyalty program
4Awards
0..1
Collection of awards and ratings given to the hotel
5Award
1..n
Individual award or rating information
5
@Date
dateDate the award or rating was received
5
@Provider
stringName of the award or rating provider
5
@Rating
stringAward or rating received by the hotel
5
@OfficialAppointmentInd
booleanHotel has official permission from the award or rating provider to use the rating in publications and marketing materials
5
@RatingSymbol
string (enumerated)Symbol used for the rating specified:
 Diamond, Star

3MultiMediaDescriptions 0..1 Collection of information about multimedia objects 
3
@LastUpdated
dateTimeDate when MultimediaDescriptions data was last updated
4MultiMediaDescription
1
Individual multimedia object information
4
@AdditionalDetailCode
OTA_CodeType "ADT"Indicates the type of TextItem description is provided
 see OTA Codes List (Appendix)
e.g. Property Description, Check-in Policy


@ID
stringUnique ID for the TextItem description
5ImageItems
0..1
Collection of image items
6ImageItem
1
Individual image item
6
@Category
OTA_CodeType "PIC"Image category
 see OTA Codes List (Appendix)
e.g. Exerior View, Lobby View, Pool View
6
@LastModifyDateTime
dateTimeTime stamp of last modification
7ImageFormat
0..n
Set of images for a given category which may be provided in multiple formats
7
@UnitOfMeasureCode
OTA_CodeType "UOM"Unit of measure for the image item
 see OTA Codes List (Appendix)
e.g. Inches, Pixels
7
@Width
positiveIntegerWidth of the image item
7
@Height
positiveIntegerHeight of the image item
7
@ApplicableStart
DateOrMonthDayStart month and day or date for when the image item is relevant
7
@ApplicableEnd
DateOrMonthDayEnd month and day or date for when the image item is relevant
7
@Format
OTA_CodeType "CFC"File format of the image (.jpg, .bmp, etc.)
 see OTA Codes List (Appendix)
e.g. mpeg, jpeg, gif, bmp
7
@FileSize
positiveIntegerSize of the image file
7
@Sort
positiveIntegerDefines the display order
7
@Resolution
positiveIntegerImage resolution (expressed in dpi)expressed in DPI
7
@RecordID
stringUnique ID for the ImageItem file
7
@SourceID 
stringUnique ID for the source of the ImageItem file
8URL
0..1anyURIURL of the image item
7Description
0..n
Description of the image item
7
@Caption
stringCaption associated to a specific image category
7TPA_Extensions
0..n
Container for undefined MultimediaDescription items
8ImageTags
1
Collection of image tags
9ImageTag
1..n
Individual image tag
9
@Tag
string (enumerated)Tag for the image
5TextItems
0..1
Collection of text items
6TextItem
1..n
Individual text item
6
@ApplicableStart
DateOrMonthDayStart month and day or date for when the multimedia item is relevant
6
@ApplicableEnd
DateOrMonthDayEnd month and day or date for when the multimedia item is relevant
6
@RecordID
stringUniquely identifies the TextItem
6
@SourceID
stringUnique ID for the source of the multimedia object
6
@Title
stringTitle of the TextItem description
7Description
0..nstringText item description
3ContactInfos 0..1 Collection of contact information 
4ContactInfo
0..99
Individual contact information
4
@LastUpdated
dateTimeDate when ContactInfos data was last updated
5Addresses
0..1
Collection of addresses
5
@UseType1..n
Individual address information
6Address

OTA_CodeType "AUT"Describes use of the address
 see OTA Codes List (Appendix)
e.g. Billing, Mailing, Deposit, Physical
7AddressLine
0..5stringUnformatted street number and name (multiple lines)
7CityName
0..1stringCity or town name
7PostalCode
0..1stringPost office code number
7County
0..1stringCounty or region name
7StateProv
0..1stringState or province name
7
@StateCode
StateProvCodeTypeStandard code or abbreviation for the state, province or region
7CountryName
0..1stringCountry name
7
@Code
ISO 3166 country codeCountry code
5Phones
0..1
Collection of phone numbers
6Phone
1..n
Individual phone number information
6
@PhoneLocationType
OTA_CodeType "PLT"Location of the phone
 see OTA Codes List (Appendix)
e.g. Brand Reservations Office, Property Direct, Sales Office
6
@PhoneTechType
OTA_CodeType "PTT"Type of technology associated with the phone number
 see OTA Codes List (Appendix)
e.g. Voice, Fax
6
@CountryAccessCode
NumericInternational country access identifier
6
@AreaCityCode
NumericCode assigned for phone numbes in a specific region, city or area
6
@PhoneNumber
stringTelephone number
5Emails
0..1
Collection fo email addresses
6Email
1..nstringIndividual email address information
6
@EmailType
OTA_CodeType "EAT"Defines the purpose of the email address
 see OTA Codes List (Appendix)
e.g. Property, Sales Office, Reservations Office, Managing Company
5URLs
0..1
Collection of website addresses
6URL
1..nURL_TypeIndividual website address
5CompanyName
0..1stringName of the company for which this contact is associated
5
@Department
stringDepartment within the company
3GDS_Info 0..1 GDS information 
3
@MasterChainCode
string (2 chars)Master chain code that identifies a specific chain recognized by all GDSs
4GDS_Codes
0..1
Collection of GDS codes
5GDS_Code
0..n
Individual GDS code information
5
@ChainCode
string (2 chars)Chain code used to identify the chain in the GDS
5
@GDS_PropertyCode
stringProperty code used to identify the hotel in the GDS
5
@GDS_Name
string (required)GDS name:
 Amadeus, Apollo, Galileo, Sabre, Worldspan 

3Viewerships 0..1 Collection of systems that are allowed to view hotel contentOnly used when collecting content from suppliers
4Viewership
1..n
Individual viewership information
5DistributorTypes
0..1
Collection of distributors which are allowed viewership
6DistributorType
1..nstringIndividual distributor type information
6
@DistributorCode
stringCode that uniquely identifies distributorDerbySoft assigned distributor code
6
@DistributorTypeCode
stringType code that qualifies the distributor into general classese.g. Agency, Tour Operator, Meeting Planner, Wholesaler
3Promotions 0..1 Collection of promotion and package information 
4Promotion
1..n
Individual promotion or package information
4
@PkgOrPromotion
string (enumerated)Package or promotion indicator:
 Package, Promotion

4
@PromotionCode
stringPackage or promotion code
4
@Type
OTA_CodeType "PKG"Package or promotion type
 See OTA Codes List (Appendix)
e.g. Fly Drive, Air Inclusive, Accommodation, Sport
4
@Title
stringPackage or promotion title
4
@MinLOS
nonNegativeIntegerPackage or promotion minimum length of stay
4
@Mon
booleanPackage or promotion availability on Monday flag
4
@Tue
booleanPackage or promotion availability on Tuesday flag
4
@Weds
booleanPackage or promotion availability on Wednesday flag
4
@Thur
booleanPackage or promotion availability on Thursday flag
4
@Fri
booleanPackage or promotion availability on Friday flag
4
@Sat
booleanPackage or promotion availability on Saturday flag
4
@Sun
booleanPackage or promotion availability on Sunday flag
4
@Start
TimePackage or promotion availability start date
4
@End
TimePackage or promotion availability end date
4
@SortOrder
positiveIntegerPackage or promotion sort order among all packages and promotions
5Description
0..1


6Text
1FormattedTextTextTypeText description of package or promotion
3Environmental Impact 0..1 Hotel's environmental impact and green program/initiative information 
4CarbonFootprint
0..1
Carbon footprint information
4
@MeetingEvent
decimalMeeting / event carbon dioxide pound(s)
4
@RoomNight
decimalRoom night carbon dioxide pound(s)
4
@WeatherNormalized
decimalWeather normalized carbon dioxide pound(s)
5CarbonUOM
0..1List_UnitOfMeasure (enumerated)Carbon unit of measure:
 Ampere(s), Arpent(s), Bi-Week(s), Bottle, Celsius, Centare(s), Centiliter(s), Centimeter(s), etc.

4Water
0..1
Water usage information
4
@GrayWaterInd
booleanGray water recycling indicator
4
@WaterProgramInd
booleanActive water conservation program indicator
4
@PerRoomNightUsage
positiveIntegerWater usage per room per night
4
@PerRoomDayUsage
positiveIntegerWater usage per room per day
4
@WasteDiversionPercentage
PercentageDefines the waste diversion rate
5WaterUOM
0..1List_UnitOfMeasure (enumerated)Water unit of measure:
 Ampere(s), Arpent(s), Bi-Week(s), Bottle, Celsius, Centare(s), Centiliter(s), Centimeter(s), etc.

5ProgramDescription
0..n
Water conservation program description (container)
6Text
1FormattedTextTextTypeText description of water conservation program 
4Energy
0..1
Property energy and power usage information
4
@EfficientAppliancesInd
booleanEnergy efficient appliances used
4
@EfficientLightingInd
booleanEnergy efficient lighting used
4
@HeatPowerCombInd
booleanCombined heat and power units used
4
@HeatPumpInd
booleanHeat pumps used
4
@PowerSavingPolicyInd
booleanProperty has ower saving policy
4
@SolarInd
booleanSolar energy used
4
@TempControlInd
booleanTemperature control indicator
4
@WindTurbineInd
booleanWind turbines used
4
@EnergyGenerated
positiveIntegerRenewable energy kilowatts amount
4
@EnergyStarRating
stringEnergy star rating
5Usage
0..n
Power usage detail
5
@Quantity
decimalPower amount
6PowerType
0..1List_PowerType (enumerated)Power type:
 Electric, Gas, Oil, Solar, Other_

6PowerTypeUOM
0..1List_UnitOfMeasure (enumerated)Power quantity unit of measure:
 Ampere(s), Arpent(s), Bi-Week(s), Bottle, Celsius, Centare(s), Centiliter(s), Centimeter(s), etc.

5ProgramDescription
0..n
Energy program description (container)
6Text
1FormattedTextTextTypeText description of energy program
4Recycling
0..1
Recycling information
4
@ActiveProgramInd
booleanActive recycling program indicator
4
@EcologicalDishwareInd
booleanNon-disposable dishware indicator
5ProgramDescription
0..1
Recylcing program description (container)
6Text
1stringText description of recycling program
4General
0..1
Other environmental program information
4
@CertificationAvailInd
booleanCertification credentials available
4
@ChemicalAllergiesInd
booleanGuest sensitivity indicator
4
@EnvironmentalCleanersInd
booleanEnvironmentally responsible cleaning products used
4
@LinenReuseInd
booleanLinen reuse policy exists
4
@ProcurementPolicyInd
booleanSupplier procurement policy exists
5Certification
0..n
Environmental certification program participation description
5
@Name
stringName of certification program
5Environmental
0..n
Active environmental program description
5
@Name
stringName of active environmental program
6Text
1FormattedTextTextTypeText description of the environmental program
3TPA_Extensions 0..1   
4ExtraID
0..1
Additional identifiers for the hotel
5GoIDs
1
Collection of Go IDs for the property
6GO
1..n
Go ID information
6
@ID
stringHotel ID used in the Go API for connectivity transactions
4GuestRooms
0..1


5GuestRoom
1


5
@BWRoomType
string*APPLICABLE TO BEST WESTERN ONLY* Room type code as recognized in the Best Western system
5
@ID
stringIndicates the corresponding FacilityInfo/GuestRooms/GuestRoom/@ID
4RatePlans
0..1
Collection of Rate Plans
5RatePlan
1..n
Rate plan information
5
@LastUpdated
dateTimeDate and time that RatePlan information was last updated
5
@RatePlanCode

Code used to identify the rate plan
5
@RatePlanName

Name of the rate plan
6DescriptiveText
1
Text description of the rate plan
4RichMedias
0..1


5RichMedia
1


5
@RichMediaURL
URL_TypeURL for rich media viewer with collection of images, videos and 360 tours
4ServiceTags
0..1
Tags related to Services
5ServiceTag
1..n
Individual service tag
5
@ServiceID

Unique identifier linking the tag to the Service
5
@Tag
string (enumerated)Tag for the service
 See Tags Tab (Appendix)

4AttractionTags
0..1
Tags related to Attractions
5AttractionTag
1..n
Individual attraction tag
5
@AttractionID

Unique identifier linking the tag to the Attraction
5
@Tag
string (enumerated)Tag for the attraction
 See Tags Tab (Appendix)

4RecreationTags
0..1
Tags related to Recreations
5RecreationTag
1..n
Individual recreation tag
5
@RecreationID

Unique identifier linking the tag to the Recreation
5
@Tag
string (enumerated)Tag for the recreation
 See Tags Tab (Appendix)

4RoomAmenityTags
0..1
Tags related to RoomAmenities
5RoomAmenityTag
1..n
Individual room amenity tag
5
@ID

Unique identifier linking the tag to the RoomAmenity
5
@Tag
string (enumerated)Tag for the guest room amenity
 See Tags Tab (Appendix)

4RoomFeatureTags
0..1
Tags related to RoomFeatures
5RoomFeatureTag
1..n
Individual room feature tag
5
@ID

Unique identifier linking the tag to the RoomFeature
5
@Tag
string (enumerated)Tag for the guest room feature
 See Tags Tab (Appendix)

4RestaurantTags
0..1
Tags related to Restaurants
5RestaurantTag
1..n
Individual restaurant tag
5
@RestaurantID

Unique identifier linking the tag to the Restaurant
5
@Tag
string (enumerated)Tag for the restaurant
 See Tags Tab (Appendix)

4PromotionTags
0..1
Tags related to Promotions
5PromotionTag
1..n
Individual promotion tag
5
@PromotionCode

Unique identifier linking the tag to the Promotion
5
@Tag
string (enumerated)Tag for the promotion
 See Tags Tab (Appendix)

4RatePlanTags
0..1
Tags related to RatePlans
5RatePlanTag
1..n
Individual rate plan tag
5
@RatePlanCode

Unique identifier linking the tag to the RatePlan
5
@Tag
string (enumerated)Tag for the rate plan
 See Tags Tab (Appendix)

4TextItemTags
0..1
Tags related to MultimediaDescription TextItems
5TextItemTag
1..n
Individual multimedia description text item tag
5
@RecordID
stringUnique identifier linking the tag to the Multimedia Text Item
5
@Tag
string (enumerated)Tag for the alternate property description
 See Tags Tab (Appendix)

3Host
0..1


4Id

stringHost personal information ID
4Name

stringHost name
4Introduction

stringHost introduction
4Job

stringHost job








Response Examples

Exmaple 1
<?xml version="1.0" encoding="utf-8" ?>						
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:db="http://www.derbysoft.com/OTA/2015" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext">						
    <soap:Header/>						
    <soap:Body>						
        <OTA_HotelDescriptiveInfoRS PrimaryLangID="EN-US" Target="Production" TimeStamp="2022-06-08T12:49:01.760Z" Version="4.0">						
            <HotelDescriptiveContents>						
                <HotelDescriptiveContent BrandName="Rentals United" ChainCode="RU" CurrencyCode="EUR" HotelCode="K052522A" HotelCodeContext="RU" HotelName="Paradise Bay Ocean Condos" LanguageCode="EN-US">						
                    <HotelInfo DateCreated="2019-03-05T00:00:00.000Z" IsActive="false" IsArchived="true" LastUpdated="2022-06-08T12:48:02.000Z" OwnerID="553968" UserID="9999990">						
                        <HotelName>Paradise Bay Ocean Condos</HotelName>						
                        <CategoryCodes>						
                            <GuestRoomInfo CodeDetail="Bedroom" Quantity="3"/>						
                            <GuestRoomInfo CodeDetail="Living room" Quantity="1"/>						
                            <GuestRoomInfo CodeDetail="Bathroom" Quantity="2"/>						
                            <GuestRoomInfo CodeDetail="Kitchen in the living / dining room" Quantity="2"/>						
                        </CategoryCodes>						
                        <Descriptions>						
                            <DescriptiveTextWithImage LanguageID="en">						
                                <Image>https://a0.muscache.com/im/pictures/2762824/efde5102_original.jpg?aki_policy=x_large</Image>						
                                <Text>						
                    One bedroom apartment for rent in green area of Warsaw - Wawer  district for Euro 2012.						
The apartment is located in newly built block of flats on the ground level with 40 sqm private garden.						
						
The apartment is 46 sqm, 23 sqm living room with kitchenette, 13 sqm bedroom with big closet and a bedroom with toilet.						
						
The estate is fenced with private parking place in the price. In the neighborhood there is a lot of green area, bus stop, grocery. All the amenities in the apartment are new, the apartment is newly renovated with all the comforts.						
						
This is a great place to stay for Euro 2012 championship. The apartment is on the right side of the river, 8km from the football stadium. It is easy to get to the city center and the stadium by either car or bus (bust station 100m from the building).						
You can also watch football matches with your friends on the barbecue party in the garden.						
                						
                </Text>						
                            </DescriptiveTextWithImage>						
                        </Descriptions>						
                        <ArrivalInstructions>						
                            <Landlord>Leslie  Smith-Johnston</Landlord>						
                            <Email>john-1907@example.com</Email>						
                            <Phone>1-555-5551212</Phone>						
                            <DaysBeforeArrival>30</DaysBeforeArrival>						
                            <HowToArrive>						
                                <TextItem Language="EN">						
                                    <Description>Information about how to arrive in English</Description>						
                                </TextItem>						
                                <TextItem Language="DE">						
                                    <Description>Information about how to arrive in German</Description>						
                                </TextItem>						
                            </HowToArrive>						
                            <PickupService>						
                                <TextItem Language="EN">						
                                    <Description>Information about pickup service in English</Description>						
                                </TextItem>						
                                <TextItem Language="ES">						
                                    <Description>Information about pickup service in Spanish</Description>						
                                </TextItem>						
                            </PickupService>						
                        </ArrivalInstructions>						
                        <Position Latitude="52.21745" Longitude="21.13946"/>						
                        <Services>						
                            <Service Code="Bathroom shared with other guests" ID="1857" Quantity="1"/>						
                            <Service Code="Boat slip" ID="1851" Quantity="1"/>						
                            <Service Code="Smoking allowed" ID="802" Quantity="1"/>						
                            <Service Code="Family friendly" ID="930" Quantity="1"/>						
                            <Service Code="Kitchen" ID="101" Quantity="1"/>						
                            <Service Code="heating" ID="187" Quantity="1"/>						
                        </Services>						
                        <PaymentMethods>						
                            <PaymentMethod Type="Other method">Account number: 000000000000000</PaymentMethod>						
                            <PaymentMethod Type="Credit card">VISA, MASTERCARD, AMERICAN EXPRESS</PaymentMethod>						
                        </PaymentMethods>						
                        <PUID BuildingID="100">K052522APUID</PUID>						
                        <ID BuildingID="200" BuildingName="Paradise OceanFront A">K052522A</ID>						
                        <LastMod Active="false" NLA="true">12/20/2021</LastMod>						
                    </HotelInfo>						
                    <FacilityInfo/>						
                    <Policies>						
                        <Policy>						
                            <CancelPolicy>						
                                <CancelPenalty ValidFrom="7" ValidTo="999">						
                                    <AmountPercent Percent="50.00"/>						
                                    <PenaltyDescription>						
                                        <Text Language="en">CancellationPolicyText in english</Text>						
                                    </PenaltyDescription>						
                                    <PenaltyDescription>						
                                        <Text Language="de">CancellationPolicyText in German</Text>						
                                    </PenaltyDescription>						
                                </CancelPenalty>						
                            </CancelPolicy>						
                            <GuaranteePaymentPolicy>						
                                <GuaranteePayment GuaranteeType="Fixed amount per day" Type="Security Deposit">						
                                    <AmountPercent Amount="1200.00"/>						
                                </GuaranteePayment>						
                                <GuaranteePayment GuaranteeType="Percentage of total price (without cleaning)" Type="Deposit">						
                                    <AmountPercent Amount="10.00"/>						
                                </GuaranteePayment>						
                            </GuaranteePaymentPolicy>						
                            <PolicyInfo CheckInEndTime="21:30" CheckInTime="16:00" CheckOutTime="10:00" Place="Management Office Floor 1" PreparationTimeBeforeArrival="3" PreparationTimeBeforeArrivalInHours="36"/>						
                            <FeePolicies>						
                                <FeePolicy Amount="100.00" Category="Late Arrival Fee" ValidFrom="18:00:00.000Z" ValidTo="20:00:00.000Z"/>						
                                <FeePolicy Amount="320.00" Category="Late Arrival Fee" ValidFrom="20:01:00.000Z" ValidTo="00:00:00.000Z"/>						
                                <FeePolicy Amount="30.00" Category="Early Departure Fee" ValidFrom="03:00:00.000Z" ValidTo="05:00:00.000Z"/>						
                                <FeePolicy Amount="25.00" Category="Early Departure Fee" ValidFrom="05:01:00.000Z" ValidTo="13:00:00.000Z"/>						
                                <FeePolicy Amount="100.00" Category="Cleaning fee" CollectTime="Upon Booking" DiscriminatorId="1" Kind="Fee - a kind representing generic fee" MandatoryInd="false" Name="AddlFee #1" Order="1">						
                                    <Description>						
                                        <Text Language="EN">FlatPerStay - a fixed value will be added once per whole stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>						
                                    </Description>						
                                </FeePolicy>						
                                <FeePolicy Category="Goods and services tax" CollectTime="Upon Arrival" DiscriminatorId="14" Kind="Tax - a kind representing generic tax value" MandatoryInd="true" Name="AddlFee 2" Order="2" Percent="10">						
                                    <Description>						
                                        <Text Language="EN">IndependentPercentagePerPerson - a percentage of the total value is added independently at the end of calculations for each person.</Text>						
                                    </Description>						
                                </FeePolicy>						
                                <FeePolicy Amount="50.00" Category="Air conditioning fee" CollectTime="Upon Arrival" DiscriminatorId="8" Kind="Fee - a kind representing generic fee" MandatoryInd="false" Name="AddlFee3" Order="3">						
                                    <Description>						
                                        <Text Language="EN">FixedAmountPerWeek - a fixed value will be added for every week commenced.</Text>						
                                    </Description>						
                                </FeePolicy>						
                                <FeePolicy Amount="101.00" Category="Air conditioning fee" ChargeProfileID="80" ChargeType="amount" CollectTime="Upon Booking" DiscriminatorId="2" IsRentInd="false" MandatoryInd="false" Name="ChrgPro 1">						
                                    <Description>						
                                        <Text Language="EN">FixedPerDay - a fixed value will be added for each day of stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>						
                                    </Description>						
                                </FeePolicy>						
                                <FeePolicy Category="Cleaning fee" ChargeProfileID="80" ChargeType="percent" CollectTime="Upon Arrival" DiscriminatorId="4" IsRentInd="true" MandatoryInd="true" Name="ChrgPro 2" Percent="75.5">						
                                    <Description>						
                                        <Text Language="EN">CumulativePercentage - a percentage of total value which will be added immediately and will take part in further calculation. Value=0.0123 means 1.23% additional fee will be added.</Text>						
                                    </Description>						
                                    <ApplicableTo>						
                                        <FeeName>FeeFeeFee</FeeName>						
                                    </ApplicableTo>						
                                </FeePolicy>						
                                <FeePolicy Category="Goods and services tax" ChargeProfileID="80" ChargeType="percent" CollectTime="Upon Booking" DiscriminatorId="3" IsRentInd="true" MandatoryInd="true" Name="State Tax" Percent="10" Refundable="true">						
                                    <Description>						
                                        <Text Language="EN">IndependentPercentage - a percentage of total value will be added independently at the end of calculations. Value=0.0123 means 1.23% additional fee will be added.</Text>						
                                    </Description>						
                                    <ApplicableTo>						
                                        <FeeName>Cleaning Fee</FeeName>						
                                    </ApplicableTo>						
                                </FeePolicy>						
                            </FeePolicies>						
                        </Policy>						
                    </Policies>						
                    <AreaInfo>						
                        <Attractions LastUpdated="2022-06-08T00:00:00.000Z">						
                            <Attraction AttractionName="locomocion a la puerta">						
                                <Contact>						
                                    <URLs>						
                                        <URL/>						
                                    </URLs>						
                                </Contact>						
                                <RefPoints>						
                                    <RefPoint Distance="40" UnitOfMeasureCode="minutes by train"/>						
                                </RefPoints>						
                            </Attraction>						
                        </Attractions>						
                    </AreaInfo>						
                    <AffiliationInfo LastUpdated="2022-06-08T00:00:00.000Z">						
                        <Awards>						
                            <Award Rating="5" RatingSymbol="Star"/>						
                        </Awards>						
                    </AffiliationInfo>						
                    <MultimediaDescriptions LastUpdated="2022-06-08T12:48:03.000Z">						
                        <MultimediaDescription>						
                            <ImageItems>						
                                <ImageItem ImageType="Activities: Fishing">						
                                    <ImageFormat>						
                                        <URL>https://a0.muscache.com/im/pictures/2762835/690c16be_original.jpg?aki_policy=x_large</URL>						
                                    </ImageFormat>						
                                    <Description Caption="This is the main image" Language="EN"/>						
                                </ImageItem>						
                                <ImageItem ImageType="Dining: Italian breakfast">						
                                    <ImageFormat>						
                                        <URL>https://a0.muscache.com/im/pictures/2762748/fe106e44_original.jpg?aki_policy=x_large</URL>						
                                    </ImageFormat>						
                                    <Description Caption="This is image showcasing X" Language="ES"/>						
                                </ImageItem>						
                                <ImageItem ImageType="Exterior: Outdoor wedding area">						
                                    <ImageFormat>						
                                        <URL>https://a0.muscache.com/im/pictures/2762913/330bc8fc_original.jpg?aki_policy=x_large</URL>						
                                    </ImageFormat>						
                                    <Description Caption="This is image showcasing Y" Language="NL"/>						
                                </ImageItem>						
                                <ImageItem ImageType="Rooms: Mosquito nets">						
                                    <ImageFormat>						
                                        <URL>https://a0.muscache.com/im/pictures/2762824/efde5102_original.jpg?aki_policy=x_large</URL>						
                                    </ImageFormat>						
                                </ImageItem>						
                            </ImageItems>						
                        </MultimediaDescription>						
                    </MultimediaDescriptions>						
                    <ContactInfos>						
                        <ContactInfo LastUpdated="2022-06-08T00:00:00.000Z">						
                            <Addresses>						
                                <Address Floor="20" NoOfUnits="102" Street="Palmowa 15">						
                                    <PostalCode>05050</PostalCode>						
                                    <DetailedLocationID TypeID="Region">Bicheno</DetailedLocationID>						
                                </Address>						
                            </Addresses>						
                        </ContactInfo>						
                    </ContactInfos>						
                </HotelDescriptiveContent>						
            </HotelDescriptiveContents>						
        </OTA_HotelDescriptiveInfoRS>						
    </soap:Body>						
</soap:Envelope>						
Exmaple 2
<?xml version="1.0" encoding="utf-8" ?>							
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:db="http://www.derbysoft.com/OTA/2015" xmlns:wsse="http://schemas.xmlsoap.org/ws/2003/06/secext">							
    <soap:Header/>							
    <soap:Body>							
        <OTA_HotelDescriptiveInfoRS PrimaryLangID="EN-US" Target="Production" TimeStamp="2022-06-08T19:10:04.126Z" Version="4.0">							
            <HotelDescriptiveContents>							
                <HotelDescriptiveContent BrandName="Rentals United" ChainCode="RU" CurrencyCode="USD" HotelCode="3333TEST" HotelCodeContext="RU" HotelName="StarWars Townhome" LanguageCode="EN-US">							
                    <HotelInfo DateCreated="2022-04-28T00:00:00.000Z" IsActive="true" IsArchived="false" LastUpdated="2022-06-08T19:09:21.000Z" OwnerID="578858" UserID="578858">							
                        <HotelName>StarWars Townhome</HotelName>							
                        <Descriptions>							
                            <DescriptiveTextWithImage LanguageID="en">							
                                <Text>							
                    Resort amenities are included with your reservation!							
							
Vacation at Paradise Palms Townhome, a two-story 4 bed, 3 bath vacation townhome with everything you need for a wonderful family getaway! 							
							
The Paradise townhome kitchen has all the necessary appliances and utensils for a great home cooked meal. Have a quick snack at the breakfast bar or dine at the formal dining table with seats for 8 facing the private pool. When you’re ready to cool off, splash around in the clear blue pool under the Florida sun.							
							
The townhome has been thoughtfully and carefully updated to create a vacation experience that is calm, clean, cool, and memorable for both kids and adults!							
							
Bedrooms/Bed Sizes							
• Bedroom #1 - King							
• Bedroom #2 - Queen							
• Bedroom #3 – Queen							
• Bedroom #4 – Twin/Twin							
							
* IMPORTANT THINGS TO NOTE *							
							
1. The resort only allows THREE cars per property.							
DRIVERS MUST HAVE VALID DRIVERS LICENSE to get access to the Community. 							
							
2. Keyless entry! Door code provided.							
							
3. Pool cleaned and treated weekly.							
- Pool size 10` X 4` deep							
							
The Resort does not allow deliveries. Please submit your inquiry.							
							
HOUSE RULES							
Check-in: After 4:00 PM							
Checkout: 10:00 AM							
							
*No smoking							
*No pets							
*No parties allowed at this property! - Penalties for violated our policy may apply.							
							
							
							
Enjoy your stay with Dreams n Fun Vacation Homes!							
                </Text>							
                            </DescriptiveTextWithImage>							
                        </Descriptions>							
                        <ArrivalInstructions>							
                            <Landlord>Testing  Purposes</Landlord>							
                            <Email>testingonetwo@testing.com</Email>							
                            <Phone>1-209-3192123</Phone>							
                            <DaysBeforeArrival>3</DaysBeforeArrival>							
                            <HowToArrive>							
                                <TextItem Language="EN">							
                                    <Description>							
                    Please check your e-mail for arrival instructions once the reservation process is complete.							
                </Description>							
                                </TextItem>							
                                <TextItem Language="ES">							
                                    <Description>							
                    Consulte el correo electrónico para obtener instrucciones de llegada una vez que se complete el proceso de reserva.							
                </Description>							
                                </TextItem>							
                                <TextItem Language="PT">							
                                    <Description>							
                    Por favor, consulte seu e-mail para obter informações de chegada após a conclusão da reserva.							
                </Description>							
                                </TextItem>							
                            </HowToArrive>							
                        </ArrivalInstructions>							
                        <Position Latitude="28.3387" Longitude="-81.64506"/>							
                        <Services>							
                            <Service Code="Hair Dryer" ID="6" Quantity="1"/>							
                            <Service Code="Dishwasher" ID="13" Quantity="1"/>							
                            <Service Code="Kitchen" ID="101" Quantity="1"/>							
                            <Service Code="air conditioning" ID="180" Quantity="1"/>							
                            <Service Code="Laundry" ID="234" Quantity="1"/>							
                            <Service Code="shower" ID="239" Quantity="3"/>							
                            <Service Code="microwave" ID="124" Quantity="1"/>							
                            <Service Code="A Gym is in the building for guests to use" ID="294" Quantity="1"/>							
                            <Service Code="Dryer" ID="600" Quantity="1"/>							
                            <Service Code="Laundry (Private)" ID="613" Quantity="1"/>							
                            <Service Code="Tennis" ID="763" Quantity="1"/>							
                            <Service Code="Smoke Detectors" ID="781" Quantity="1"/>							
                            <Service Code="Heating" ID="789" Quantity="1"/>							
                            <Service Code="Wireless Internet" ID="792" Quantity="1"/>							
                            <Service Code="Parking" ID="793" Quantity="1"/>							
                            <Service Code="Communal pool" ID="815" Quantity="1"/>							
                            <Service Code="Private pool" ID="816" Quantity="1"/>							
                            <Service Code="Family/kids friendly" ID="828" Quantity="1"/>							
                            <Service Code="Carbon Monoxide Detector" ID="943" Quantity="1"/>							
                            <Service Code="essentials (towels, pillows, bed linen, soap, toilet paper)" ID="971" Quantity="1"/>							
                            <Service Code="washer" ID="974" Quantity="1"/>							
                            <Service Code="private entrance" ID="1219" Quantity="1"/>							
                            <Service Code="Bed Linen" ID="589" Quantity="5"/>							
                        </Services>							
                        <PaymentMethods>							
                            <PaymentMethod Type="Credit card">							
                VISA/MasterCard/AMEX							
            </PaymentMethod>							
                        </PaymentMethods>							
                        <PUID BuildingID="-1">5247</PUID>							
                        <ID BuildingID="-1">3189296</ID>							
                        <LastMod Active="true" NLA="false">04/28/2022</LastMod>							
                    </HotelInfo>							
                    <FacilityInfo>							
                        <GuestRooms CleaningPrice="0.00" MaxOccupancy="8" NumberOfBedrooms="4" ObjectTypeId="House" Size="185" StandardGuests="4">							
                            <GuestRoom RoomTypeName="Bathroom">							
                                <Amenities>							
                                    <Amenity ID="503" Quantity="1">							
                                        <DescriptiveText>mirror</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="395" Quantity="1">							
                                        <DescriptiveText>Towels</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="245" Quantity="1">							
                                        <DescriptiveText>washbasin </DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="81" Quantity="1">							
                                        <DescriptiveText>Bathroom</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="37" Quantity="1">							
                                        <DescriptiveText>toilet</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="52" Quantity="1">							
                                        <DescriptiveText>bath with shower</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bathroom">							
                                <Amenities>							
                                    <Amenity ID="52" Quantity="1">							
                                        <DescriptiveText>bath with shower</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="37" Quantity="1">							
                                        <DescriptiveText>toilet</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="81" Quantity="1">							
                                        <DescriptiveText>Bathroom</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="245" Quantity="1">							
                                        <DescriptiveText>washbasin </DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="395" Quantity="1">							
                                        <DescriptiveText>Towels</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="503" Quantity="1">							
                                        <DescriptiveText>mirror</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bathroom">							
                                <Amenities>							
                                    <Amenity ID="503" Quantity="1">							
                                        <DescriptiveText>mirror</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="395" Quantity="1">							
                                        <DescriptiveText>Towels</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="245" Quantity="1">							
                                        <DescriptiveText>washbasin </DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="81" Quantity="1">							
                                        <DescriptiveText>Bathroom</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="37" Quantity="1">							
                                        <DescriptiveText>toilet</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="52" Quantity="1">							
                                        <DescriptiveText>bath with shower</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bedroom">							
                                <Amenities>							
                                    <Amenity ID="74" Quantity="1">							
                                        <DescriptiveText>TV</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="324" Quantity="1">							
                                        <DescriptiveText>king size bed</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="589" Quantity="1">							
                                        <DescriptiveText>Bed Linen</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bedroom">							
                                <Amenities>							
                                    <Amenity ID="589" Quantity="1">							
                                        <DescriptiveText>Bed Linen</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="74" Quantity="1">							
                                        <DescriptiveText>TV</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="485" Quantity="1">							
                                        <DescriptiveText>Queen size bed</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bedroom">							
                                <Amenities>							
                                    <Amenity ID="485" Quantity="1">							
                                        <DescriptiveText>Queen size bed</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="74" Quantity="1">							
                                        <DescriptiveText>TV</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="589" Quantity="1">							
                                        <DescriptiveText>Bed Linen</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Bedroom">							
                                <Amenities>							
                                    <Amenity ID="589" Quantity="2">							
                                        <DescriptiveText>Bed Linen</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="74" Quantity="1">							
                                        <DescriptiveText>TV</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="323" Quantity="2">							
                                        <DescriptiveText>single bed</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Kitchen">							
                                <Amenities>							
                                    <Amenity ID="124" Quantity="1">							
                                        <DescriptiveText>microwave</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="130" Quantity="1">							
                                        <DescriptiveText>fridge / freezer</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="180" Quantity="1">							
                                        <DescriptiveText>air conditioning</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="13" Quantity="1">							
                                        <DescriptiveText>Dishwasher</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="115" Quantity="1">							
                                        <DescriptiveText>oven</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                            <GuestRoom RoomTypeName="Living room">							
                                <Amenities>							
                                    <Amenity ID="74" Quantity="1">							
                                        <DescriptiveText>TV</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="180" Quantity="1">							
                                        <DescriptiveText>air conditioning</DescriptiveText>							
                                    </Amenity>							
                                    <Amenity ID="182" Quantity="1">							
                                        <DescriptiveText>sofa</DescriptiveText>							
                                    </Amenity>							
                                </Amenities>							
                            </GuestRoom>							
                        </GuestRooms>							
                    </FacilityInfo>							
                    <Policies>							
                        <Policy>							
                            <CancelPolicy>							
                                <CancelPenalty ValidFrom="0" ValidTo="30">							
                                    <AmountPercent Percent="100.00"/>							
                                    <PenaltyDescription>							
                                        <Text Language="en">							
                    We reserve the right to charge 30% of the total reservation cost as a cancellation fee if the reservation is cancelled 30 days prior to check-in date.							
							
We reserve the right to charge 100% of the total reservation cost as a cancellation fee if the reservation is cancelled less than 30 days prior to check-in date.							
                </Text>							
                                    </PenaltyDescription>							
                                    <PenaltyDescription>							
                                        <Text Language="es">							
                    We reserve the right to charge 30% of the total reservation cost as a cancellation fee if the reservation is cancelled 30 days prior to check-in date.							
							
We reserve the right to charge 100% of the total reservation cost as a cancellation fee if the reservation is cancelled less than 30 days prior to check-in date.							
                </Text>							
                                    </PenaltyDescription>							
                                    <PenaltyDescription>							
                                        <Text Language="pt">							
                    We reserve the right to charge 30% of the total reservation cost as a cancellation fee if the reservation is cancelled 30 days prior to check-in date.							
							
We reserve the right to charge 100% of the total reservation cost as a cancellation fee if the reservation is cancelled less than 30 days prior to check-in date.							
                </Text>							
                                    </PenaltyDescription>							
                                </CancelPenalty>							
                            </CancelPolicy>							
                            <GuaranteePaymentPolicy>							
                                <GuaranteePayment GuaranteeType="No deposit" Type="Security Deposit">							
                                    <AmountPercent Amount="0.00"/>							
                                </GuaranteePayment>							
                                <GuaranteePayment GuaranteeType="No deposit" Type="Deposit">							
                                    <AmountPercent Amount="0.00"/>							
                                </GuaranteePayment>							
                            </GuaranteePaymentPolicy>							
                            <PolicyInfo CheckInEndTime="23:59" CheckInTime="16:00" CheckOutTime="10:00" Place="automatic"/>							
                            <FeePolicies>							
                                <FeePolicy Amount="69.00" Category="Booking fee" CollectTime="Upon Booking" DiscriminatorId="1" Kind="Fee - a kind representing generic fee" MandatoryInd="true" Name="Processing Fee" Order="1" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">FlatPerStay - a fixed value will be added once per whole stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Category="Local tax" CollectTime="Upon Booking" DiscriminatorId="3" Kind="Tax - a kind representing generic tax value" MandatoryInd="true" Name="Sales Tax" Order="2" Percent="7.5" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">IndependentPercentage - a percentage of total value will be added independently at the end of calculations. Value=0.0123 means 1.23% additional fee will be added.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Category="Tourist tax" CollectTime="Upon Booking" DiscriminatorId="3" Kind="Tax - a kind representing generic tax value" MandatoryInd="true" Name="Tourist Tax" Order="3" Percent="6" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">IndependentPercentage - a percentage of total value will be added independently at the end of calculations. Value=0.0123 means 1.23% additional fee will be added.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Amount="160.00" Category="Cleaning fee" CollectTime="Upon Booking" DiscriminatorId="1" Kind="Fee - a kind representing generic fee" MandatoryInd="true" Name="Cleaning Fee" Order="4" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">FlatPerStay - a fixed value will be added once per whole stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Amount="69.00" Category="Booking fee" ChargeProfileID="0" ChargeType="amount" CollectTime="Upon Booking" DiscriminatorId="1" IsRentInd="false" MandatoryInd="true" Name="Processing Fee" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">FlatPerStay - a fixed value will be added once per whole stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Amount="160.00" Category="Cleaning fee" ChargeProfileID="0" ChargeType="amount" CollectTime="Upon Booking" DiscriminatorId="1" IsRentInd="false" MandatoryInd="true" Name="Cleaning Fee" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">FlatPerStay - a fixed value will be added once per whole stay. Value=10.05 means 10.05 EUR/USD or other currency will be added as additional fee.</Text>							
                                    </Description>							
                                </FeePolicy>							
                                <FeePolicy Category="Local tax" ChargeProfileID="0" ChargeType="percent" CollectTime="Upon Booking" DiscriminatorId="3" IsRentInd="true" MandatoryInd="true" Name="Sales Tax" Percent="7.5" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">IndependentPercentage - a percentage of total value will be added independently at the end of calculations. Value=0.0123 means 1.23% additional fee will be added.</Text>							
                                    </Description>							
                                    <ApplicableTo>							
                                        <FeeName>Processing Fee</FeeName>							
                                    </ApplicableTo>							
                                </FeePolicy>							
                                <FeePolicy Category="Tourist tax" ChargeProfileID="0" ChargeType="percent" CollectTime="Upon Booking" DiscriminatorId="3" IsRentInd="true" MandatoryInd="true" Name="Tourist Tax" Percent="6" Refundable="false">							
                                    <Description>							
                                        <Text Language="EN">IndependentPercentage - a percentage of total value will be added independently at the end of calculations. Value=0.0123 means 1.23% additional fee will be added.</Text>							
                                    </Description>							
                                    <ApplicableTo>							
                                        <FeeName>Processing Fee</FeeName>							
                                    </ApplicableTo>							
                                </FeePolicy>							
                            </FeePolicies>							
                        </Policy>							
                    </Policies>							
                    <MultimediaDescriptions LastUpdated="2022-06-08T19:09:24.000Z">							
                        <MultimediaDescription>							
                            <ImageItems>							
                                <ImageItem ImageType="Main Image">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/ca483a5b8f0fadfc0ce7e73755fdfb9155b316241623695781.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/972206da3b34d09ad1001e3099147557490f96e11623082602.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/b15f0769730dbe5afe287c6c6ebefd0ecd4231a31641243235.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/3736684890d507a2f7d77d936f78bd3858f006cd1641243251.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/864f870791f910735b5e08ae7f68281b362691c71641242998.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/fe9cd41c6fe8d23adb1c2d3630f794088c88287c1623082446.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/4d91823160dd9fe09a14278968112991acfe12831623082453.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/e6d05e2c1045ddf92a063845c07ee868726ab8641623082455.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/e58c64cbef81383180799e15a0205621059eb97b1641243084.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/b05033d5dfff35b1ff6f6980a24764b5a34f88791641243137.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/e18529b95be1d426d061b43c74ff2ee4a11687421623082459.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/0b6a25fc33584a7528ef372bca1f81645ca36ee01623082466.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/5562f27abbe5a1ed29555f4ea30af527fb11096d1641243158.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/f93ae24518cf77f4fbb001d1c5f074782c0f13ee1623082474.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/bfc7c57a66714d57089a59d8da440ab2996733131623082476.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/34bc2e541a8273499f69be7e789544eb222035dc1641243218.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/1f8213cc71cd8147136ac7f3c20182f4600f39041623082480.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/5a65323b11f01f02c01dd8ca34b7fe4026a4c92e1623082505.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/5b33143c4f53a748381227980a53ce5fdaa9e1561641243301.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/69620113b37ef2430cc1cef8b216c2e9e52a4b7a1623082501.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/ff9d32b4f437b9da64018d7965d0b46f73561f421623082522.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/a3f304e4cc055478bc01cf8f21299ae6afe15f891641243319.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/63444b64bcca5fa5196a721f9e8797909b4594ba1623082535.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/c7f9317b3063935d2ace1ab348253ea350830bac1623082539.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/e8879443c0b2ded295618bd55aa968e4b15f48541641243337.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/bb4e1adf1b2635c5203cc45d7230dfc6837a247d1623082543.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/ac4c94739861cadb3cf7d16726676338cc03ba761623082548.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/edb9141c2605bb34325cf925a662200b4391ff4f1628268832.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/cb0bc2dd1362f76beb1ba56093a76a7c39cc43bd1623082560.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/98959263847273ceacbecae0ecf555849584d8b91623082564.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/4c9fa5cf7cc8429fe3d1316c2e789928b253bdd51623082568.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/999cd8b0f6cef5e743c4edbf49cbcdc71c7943631641243415.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/489ae2b4839ace68be9815fd1439ce32092385251623082508.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/d8ac0f6c7c31b1cabf8b89c716344e402edf02a21623082512.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Interior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/45a67bfe69edfc9d8d010f5356eed5f0bacd85241623082516.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/1ff1a5c210a99f7d83ddd3974ede7dd3e354beb71621521493.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/285fb5106f2f6512e2d24a1f7a4d8dcd4db37da61621521492.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/b59eb55935329733ee535d12d165cc7013d910e71621521490.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/916d3d42e2fab01cd12e219deae2e252b957a6991621521489.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/c8581a94c066438a4e9617f6a2e9fe946aa5bacf1621521485.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/d1c95f4c1940e9e3790e22f90c034bbb72df965b1621521486.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/2216684097d63ba6773a374e92fa750a2c68ace51621521484.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/8e6a8b3ba09dab456c9e1dbbd4e31447f5789f5d1621521491.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/9b6d791f5ea12d20c626aff6476be5e5df247bf01621521495.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/31ae82522b4f412f46c5de6af33d2d9329d8a2861610117320.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/dbb04e9b42fc7f24f6283324faa76fcd9bb911e81621521712.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/a297623d775d376a778390641fabf77c6fe4eaa31621521487.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/c7f412cf2bec3bef46f05a34fe5e0a4ab0044ba81610117319.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                                <ImageItem ImageType="Exterior">							
                                    <ImageFormat>							
                                        <URL>https://mapro.s3.amazonaws.com/34/61bca31fea4378c9f648087ba1b87acfd9d6e5091610117381.jpg</URL>							
                                    </ImageFormat>							
                                </ImageItem>							
                            </ImageItems>							
                        </MultimediaDescription>							
                    </MultimediaDescriptions>							
                    <ContactInfos>							
                        <ContactInfo LastUpdated="2022-06-08T00:00:00.000Z">							
                            <Addresses>							
                                <Address Floor="1" NoOfUnits="1" Street="8847 Candy Palm Road">							
                                    <PostalCode>34747</PostalCode>							
                                    <DetailedLocationID TypeID="City">Kissimmee</DetailedLocationID>							
                                </Address>							
                            </Addresses>							
                        </ContactInfo>							
                    </ContactInfos>							
                </HotelDescriptiveContent>							
            </HotelDescriptiveContents>							
        </OTA_HotelDescriptiveInfoRS>							
    </soap:Body>							
</soap:Envelope>