A template definition
| Column Name | Column Datatype | Column Null Option | Column Comment |
| templateuuid | byte(16) | not null | The uuid for the template |
| name | nvarchar(255) | not null | |
| version | integer | not null | The version of the template |
| xml_definition | long byte | not null | Stores the xml templates |
| template_type_id | integer | with null | The id for the template type |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| templateuuid | wsm_link_model_to_template | templateuuid |
| templateuuid | wsm_dc_resource | templateuuid |
| templateuuid | wsm_configuration_profile | templateuuid |
| templateuuid | wsm_link_rsrc_bundle_tmplt | templateuuid |