<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/category/category.dlf /st_emcore_10.2.0.4.3db11.2.0.2/1 2010/06/10 23:46:00 jagopal Exp $ 
  - 
  - Copyright (c) 2004 Oracle. All Rights Reserved. 
  - 
  - NAME 
  -   category.dlf - Seed file for the MGMT_MESSAGES table 
  - 
  - DESCRIPTION 
  -   This file contains category-related seed data for the EM Messages table. 
  - 
  - NOTES 
  - 
  - MODIFIED   (MM/DD/YY) 
  -   groyal  11/11/04 - groyal_policy_1109_2
  -   groyal  11/10/04 - Created 
 -->
<table xml:lang="en" name="MGMT_MESSAGES">

<!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate -->
<lookup-key>
  <column name="MESSAGE_ID"/>
  <column name="SUBSYSTEM"/>
  <column name="LANGUAGE_CODE"/>
  <column name="COUNTRY_CODE"/>
</lookup-key>

<!-- columns indicates which columns will be loaded as part of processing the dataset and
       which should be translated by the Translation Group -->
<columns>
  <column name="MESSAGE_ID" type="string" maxsize="256"/>
  <column name="SUBSYSTEM" type="string" maxsize="64"/>
  <column name="LANGUAGE_CODE" type="string" language="%l"/>
  <column name="COUNTRY_CODE" type="string" language="%Cs"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

<!-- dataset specifies the data to be loaded into the repository -->
<dataset>

<!-- Functional Category values -->

  <row>
    <col name="MESSAGE_ID">FAULT</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Fault</col>
  </row>

  <row>
    <col name="MESSAGE_ID">WORKLOAD_VOLUME</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Workload Volume</col>
  </row>

  <row>
    <col name="MESSAGE_ID">WORKLOAD_TYPE</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Workload Type</col>
  </row>

  <row>
    <col name="MESSAGE_ID">PERFORMANCE</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Performance</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CAPACITY</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Capacity</col>
  </row>

  <row>
    <col name="MESSAGE_ID">CONFIGURATION</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Configuration</col>
  </row>

  <row>
    <col name="MESSAGE_ID">SECURITY</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Security</col>
  </row>

  <row>
    <col name="MESSAGE_ID">STORAGE</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Storage</col>
  </row>

  <row>
    <col name="MESSAGE_ID">UNCLASSIFIED</col>
    <col name="SUBSYSTEM">CATEGORY</col>
    <col name="MESSAGE">Unclassified</col>
  </row>

</dataset>

</table>
