Defines the various events that can be generated by wsm
| Column Name | Column Datatype | Column Null Option | Column Comment |
| eventdefinition_id | integer | not null | |
| classification | nvarchar(32) | not null | Group which event belongs to |
| event_header | nvarchar(255) | with null | |
| event_description | nvarchar(1024) | not null | |
| weighting | integer | not null | Weighting of object |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| eventdefinition_id | wsm_events | eventdefinition_id |