Information about hotel configuration:
| Elemento¡ | M | Type | Restrictions | Description | 
| @code | Y | String | Hotel code | |
| @name | Y | String | Hotel name | |
| roomConfig | N | ComplexElement[0...N] | see definition | Information about rooms | 
Example HotelConfig
<hotelConfig code="1234” name="Hotel Test”>
<roomConfig code="2542” name="Doble Vista Mar”>
<occupationConfig adults="2” children="0” babies="0”/>
<occupationConfig adults="2” children="1” babies="0”/>
<rateConfig code="1234”name="Hotel Test”>
<mealPlanConfig code="RO” name="Solo Alojamiento”/>
<mealPlanConfig code="AI” name="Todo Incluido”/>
<property code="NRE”>
<property code="RES”>
</rateConfig>
</roomConfig>
</hotelConfig>
