Floors
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
RoomLocation/Floors | The floors in the building where the room is located. | array of Floor | 0..1 | Add/Update TotalNumberOfFloors in the building before adding any floors for the room. |
Floors/Floor | Floor number in the building where the room is located | object | 0..* | The floors added should be consistent to the RoomLocationCode in the RoomLocation. |
XML
<Floors>
<Floor ... />
<Floor ... />
</Floors>