<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="zh" translate="yes"/>
  <column name="COUNTRY_CODE" type="string" constant="TW" 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>