Last updated

RoomTypes

Multiple parents

RoomTypes can be a child of:

HotelProduct

Fields

FieldDescriptionTypeMin/maxNotes
HotelProduct/
RoomTypes
-array of RoomType1..1-
RoomTypes/
RoomType
Room type details.array of RoomType1..*-

XML

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

RoomStay

Fields

FieldDescriptionTypeMin/maxNotes
RoomStay/
RoomTypes
Room types associated with the current RoomStay.array of RoomType1..1-
RoomTypes/
RoomType
Room type details.object0..*-

XML

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