A level is a floor within site management
| Column Name | Column Datatype | Column Null Option | Column Comment |
| level_uuid | byte(16) | not null | The unique id for this level |
| location_id | byte(16) | not null | WSM ID for this location |
| level_name | varchar(255) | with null | The name of level eg. Floor number |
| level_position | integer | with null | The position within a location. This is to ensure that floors are positioned correctly in a building |
| image_uuid | byte(16) | with null | The uuid of the image |
| propogation_model_uuid | byte(16) | with null | A unique id for the propogation model. A level may have an optional propogation model associated with it |
| default_interfloor_attenuation | float | with null | |
| default_level_attenuation | float | with null | The default attenuation if any. This is overriden by propogation_model_uuid if defined |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| level_uuid | wsm_accesszone | level_uuid |