ResGuest

Fields

Field Description Type Min/max Notes
ResGuests/
ResGuest
Specifies the details of a specific guest in the reservation. object 0..* -
ResGuests/
@ResGuestRPH
Specifies an index number that works as a cross-reference to link guests (ResGuest) to rooms RoomStay. int 1..1
ResGuests/
Profiles
Contains a guest's personal information. array of ProfileInfo 1..1 -

XML

<ResGuest
  ResGuestRPH="1">
   <Profiles>
     ...
   </Profiles>
</ResGuest>