RoomTypes

Multiple parents

RoomTypes can be a child of:

HotelProduct

Fields

Field Description Type Min/max Notes
HotelProduct/
RoomTypes
- array of RoomType 1..1 -
RoomTypes/
RoomType
Room type details. array of RoomType 1..* -

XML

<RoomTypes>
  <RoomType ... />
  <RoomType ... />
</RoomTypes>

RoomStay

Fields

Field Description Type Min/max Notes
RoomStay/
RoomTypes
Room types associated with the current RoomStay. array of RoomType 1..1 -
RoomTypes/
RoomType
Room type details. object 0..* -

XML

<RoomTypes>
  <RoomType ... >
    ...
  </RoomType>
</RoomTypes>