Stores the resource bundles used in the product
| Column Name | Column Datatype | Column Null Option | Column Comment |
| bundleid | integer | not null | |
| name | nvarchar(255) | not null | The name of the bundle |
| xml_blob | long byte | not null | Stores the resource bundle as a blob. Contains XML |
| locale_code | varchar(4) | not null | Locale code is the code for particular locale, Eg- us_en for united states english, cn_zh for simplified chinese |
| component | nvarchar(255) | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| bundleid | wsm_link_rsrc_bundle_tmplt | bundleid |
| bundleid | wsm_link_rsrc_bundle_frmware | bundleid |