<table 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" constant="ko" translate="yes"/>
  <column name="COUNTRY_CODE" type="string" constant=" " translate="yes"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

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

<!-- History: MGMT_DELTA_ENTRY.OPERATION values -->

  <row>
    <col name="MESSAGE_ID">MGMT_DELTA_ENTRY.OPERATION.UPDATE</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">변경</col>
  </row>

  <row>
    <col name="MESSAGE_ID">MGMT_DELTA_ENTRY.OPERATION.DELETE</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">삭제된 항목</col>
  </row>

  <row>
    <col name="MESSAGE_ID">MGMT_DELTA_ENTRY.OPERATION.INSERT</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">새 항목</col>
  </row>

<!-- History: MGMT_DELTA_ENTRY_ID_VALUES values -->

  <row>
    <col name="MESSAGE_ID">MGMT_DELTA_ENTRY_ID_VALUES.UNAVAILABLE</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">사용할 수 없음</col>
  </row>

  <row>
    <col name="MESSAGE_ID">MGMT_DELTA_ENTRY_ID_VALUES.UNKNOWN</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">알 수 없음</col>
  </row>

</dataset>

</table>