<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="rice-2.0" type="MySQL - 5.5.15">
   <tables>
      <table name="acct_dd_attr_doc" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="VER_NBR" nullable="true" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ACCT_NUM" nullable="false" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ACCT_OWNR" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="2" id="5" name="ACCT_BAL" nullable="false" remarks="" size="16" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="ACCT_OPN_DAT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="ACCT_STAT" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="ACCT_UPDATE_DT_TM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="ACCT_AWAKE" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="bk_address_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="ADDRESS_ID" nullable="false" remarks="" size="22" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="AUTHOR_ID" nullable="true" remarks="" size="22" type="DECIMAL">
            <parent column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_author_account_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ADDR_TYP" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ADDR_TYP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_address_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="STREET1" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="STREET2" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CITY" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="PROVIENCE" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="COUNTRY" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="10" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ADDRESS_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ADDRESS_ID"/>
         </index>
      </table>
      <table name="bk_address_typ_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ADDR_TYP" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ADDR_TYP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_address_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="2" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ADDR_TYP" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ADDR_TYP"/>
         </index>
      </table>
      <table name="bk_author_account_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="AUTHOR_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <child column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_address_t"/>
            <child column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_author_t"/>
            <child column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_author_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ACCOUNT_NUMBER" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="BANK_NAME" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <primaryKey column="AUTHOR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AUTHOR_ID"/>
         </index>
      </table>
      <table name="bk_author_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="AUTHOR_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <parent column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_author_account_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="ADDRESS" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="EMAIL" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="PHONE_NBR" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="7" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="AUTHOR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AUTHOR_ID"/>
         </index>
      </table>
      <table name="bk_book_author_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="BOOK_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <parent column="BOOK_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="AUTHOR_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <parent column="AUTHOR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_author_account_t"/>
         </column>
         <primaryKey column="AUTHOR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="BOOK_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="BOOK_ID"/>
            <column ascending="true" name="AUTHOR_ID"/>
         </index>
      </table>
      <table name="bk_book_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="BOOK_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <child column="BOOK_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_author_t"/>
            <child column="BOOK_ID" foreignKey="BK_ORDER_ENTRY_T_BK_BOOK_T" implied="false" onDeleteCascade="false" table="bk_order_entry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="TITLE" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="AUTHOR" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ISBN" nullable="true" remarks="" size="17" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="PUBLISHER" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="PUB_DATE" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="8" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="2" id="9" name="PRICE" nullable="true" remarks="" size="15" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="10" name="RATING" nullable="true" remarks="" size="22" type="DECIMAL"/>
         <primaryKey column="BOOK_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="BOOK_ID"/>
         </index>
      </table>
      <table name="bk_book_typ_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_t"/>
            <child column="TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_svc_def_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="3" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TYP_CD"/>
         </index>
      </table>
      <table name="bk_order_doc_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="22" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="bk_order_entry_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="BK_ORDER_ENTRY_ID" nullable="false" remarks="" size="22" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="BK_ORDER_ENTRY_T_KRNS_DO_ADV1" implied="false" onDeleteCascade="false" table="krns_doc_hdr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="BOOK_ID" nullable="false" remarks="" size="22" type="DECIMAL">
            <parent column="BOOK_ID" foreignKey="BK_ORDER_ENTRY_T_BK_BOOK_T" implied="false" onDeleteCascade="false" table="bk_book_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="QUANTITY" nullable="false" remarks="" size="22" type="DECIMAL"/>
         <column autoUpdated="false" digits="2" id="4" name="UNIT_PRICE" nullable="true" remarks="" size="15" type="DECIMAL"/>
         <column autoUpdated="false" digits="2" id="5" name="DISCOUNT" nullable="true" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" digits="2" id="6" name="TOTAL_PRICE" nullable="true" remarks="" size="15" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="8" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="BK_ORDER_ENTRY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="BK_ORDER_ENTRY_ID"/>
         </index>
         <index name="BK_ORDER_ENTRY_T_BK_BOOK_T" unique="false">
            <column ascending="true" name="BOOK_ID"/>
         </index>
         <index name="BK_ORDER_ENTRY_T_KRNS_DO_ADV1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="kr_kim_test_bo" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="PK" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
      </table>
      <table name="krcr_cmpnt_set_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CMPNT_SET_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="CMPNT_SET_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krcr_drvd_cmpnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="LAST_UPDT_TS" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="CHKSM" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CMPNT_SET_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CMPNT_SET_ID"/>
         </index>
      </table>
      <table name="krcr_cmpnt_t" numRows="28" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="20" type="VARCHAR">
            <parent column="NMSPC_CD" foreignKey="KRNS_PARM_DTL_TYP_TR1" implied="false" onDeleteCascade="false" table="krcr_nmspc_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="CMPNT_CD" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="NM" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="false" remarks="" size="1" type="CHAR"/>
         <primaryKey column="CMPNT_CD" sequenceNumberInPK="1"/>
         <primaryKey column="NMSPC_CD" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NMSPC_CD"/>
            <column ascending="true" name="CMPNT_CD"/>
         </index>
         <index name="KRNS_PARM_DTL_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krcr_drvd_cmpnt_t" numRows="88" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="20" type="VARCHAR">
            <parent column="NMSPC_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krcr_nmspc_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="CMPNT_CD" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CMPNT_SET_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CMPNT_SET_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krcr_cmpnt_set_t"/>
         </column>
         <primaryKey column="CMPNT_CD" sequenceNumberInPK="1"/>
         <primaryKey column="NMSPC_CD" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NMSPC_CD"/>
            <column ascending="true" name="CMPNT_CD"/>
         </index>
      </table>
      <table name="krcr_nmspc_t" numRows="11" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="20" type="VARCHAR">
            <child column="NMSPC_CD" foreignKey="KRNS_PARM_DTL_TYP_TR1" implied="false" onDeleteCascade="false" table="krcr_cmpnt_t"/>
            <child column="NMSPC_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krcr_drvd_cmpnt_t"/>
            <child column="NMSPC_CD" foreignKey="KRNS_PARM_TR1" implied="false" onDeleteCascade="false" table="krcr_parm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="APPL_ID" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <primaryKey column="NMSPC_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRNS_NMSPC_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krcr_parm_t" numRows="49" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="20" type="VARCHAR">
            <parent column="NMSPC_CD" foreignKey="KRNS_PARM_TR1" implied="false" onDeleteCascade="false" table="krcr_nmspc_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="CMPNT_CD" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="PARM_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="PARM_TYP_CD" nullable="false" remarks="" size="5" type="VARCHAR">
            <parent column="PARM_TYP_CD" foreignKey="KRNS_PARM_TR2" implied="false" onDeleteCascade="false" table="krcr_parm_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="VAL" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="PARM_DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="EVAL_OPRTR_CD" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="KUALI" digits="0" id="9" name="APPL_ID" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <primaryKey column="APPL_ID" sequenceNumberInPK="1"/>
         <primaryKey column="CMPNT_CD" sequenceNumberInPK="2"/>
         <primaryKey column="NMSPC_CD" sequenceNumberInPK="3"/>
         <primaryKey column="PARM_NM" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NMSPC_CD"/>
            <column ascending="true" name="CMPNT_CD"/>
            <column ascending="true" name="PARM_NM"/>
            <column ascending="true" name="APPL_ID"/>
         </index>
         <index name="KRNS_PARM_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRNS_PARM_TR2" unique="false">
            <column ascending="true" name="PARM_TYP_CD"/>
         </index>
      </table>
      <table name="krcr_parm_typ_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PARM_TYP_CD" nullable="false" remarks="" size="5" type="VARCHAR">
            <child column="PARM_TYP_CD" foreignKey="KRNS_PARM_TR2" implied="false" onDeleteCascade="false" table="krcr_parm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="CHAR"/>
         <primaryKey column="PARM_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PARM_TYP_CD"/>
         </index>
         <index name="KRNS_PARM_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krcr_style_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="STYLE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="XML" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="3" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="STYLE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="STYLE_ID"/>
         </index>
         <index name="KRCR_STYLE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="kren_chnl_prodcr_t" numRows="8" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CHNL_ID" foreignKey="KREN_CHNL_PRODCR_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="PRODCR_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="PRODCR_ID" foreignKey="KREN_CHNL_PRODCR_FK2" implied="false" onDeleteCascade="false" table="kren_prodcr_t"/>
         </column>
         <primaryKey column="CHNL_ID" sequenceNumberInPK="1"/>
         <primaryKey column="PRODCR_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CHNL_ID"/>
            <column ascending="true" name="PRODCR_ID"/>
         </index>
         <index name="KREN_CHNL_PRODCR_TI1" unique="false">
            <column ascending="true" name="CHNL_ID"/>
         </index>
         <index name="KREN_CHNL_PRODCR_TI2" unique="false">
            <column ascending="true" name="PRODCR_ID"/>
         </index>
      </table>
      <table name="kren_chnl_subscrp_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="CHNL_SUBSCRP_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CHNL_ID" foreignKey="KREN_CHAN_SUBSCRP_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CHNL_SUBSCRP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CHNL_SUBSCRP_ID"/>
         </index>
         <index name="KREN_CHNL_SUBSCRP_TC0" unique="true">
            <column ascending="true" name="CHNL_ID"/>
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREN_CHNL_SUBSCRP_TI1" unique="false">
            <column ascending="true" name="CHNL_ID"/>
         </index>
      </table>
      <table name="kren_chnl_t" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="CHNL_ID" foreignKey="KREN_CHNL_PRODCR_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_prodcr_t"/>
            <child column="CHNL_ID" foreignKey="KREN_CHAN_SUBSCRP_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_subscrp_t"/>
            <child column="CHNL_ID" foreignKey="KREN_NTFCTN_FK1" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
            <child column="CHNL_ID" foreignKey="KREN_RECIP_LIST_FK1" implied="false" onDeleteCascade="false" table="kren_recip_list_t"/>
            <child column="CHNL_ID" foreignKey="NOTIFICATION_REVIEWERS_N_FK1" implied="false" onDeleteCascade="false" table="kren_rvwer_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="false" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SUBSCRB_IND" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="CHNL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CHNL_ID"/>
         </index>
         <index name="KREN_CHNL_TC0" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="kren_cntnt_typ_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="CNTNT_TYP_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="CNTNT_TYP_ID" foreignKey="KREN_NTFCTN_FK2" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="T" digits="0" id="2" name="CUR_IND" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="CNTNT_TYP_VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="DESC_TXT" nullable="false" remarks="" size="1000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="NMSPC_CD" nullable="false" remarks="" size="1000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="XSD" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="7" name="XSL" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="8" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="9" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="CNTNT_TYP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTNT_TYP_ID"/>
         </index>
         <index name="KREN_CNTNT_TYP_TC0" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="CNTNT_TYP_VER_NBR"/>
         </index>
      </table>
      <table name="kren_msg_deliv_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="MSG_DELIV_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="MSG_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="MSG_ID" foreignKey="KREN_MSG_DELIV_FK1" implied="false" onDeleteCascade="false" table="kren_msg_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="TYP_NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SYS_ID" nullable="true" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="STAT_CD" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="PROC_CNT" nullable="false" remarks="" size="4" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="LOCKD_DTTM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="MSG_DELIV_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="MSG_DELIV_ID"/>
         </index>
         <index name="KREN_MSG_DELIV_TC0" unique="true">
            <column ascending="true" name="MSG_ID"/>
            <column ascending="true" name="TYP_NM"/>
         </index>
         <index name="KREN_MSG_DELIV_TI1" unique="false">
            <column ascending="true" name="MSG_ID"/>
         </index>
      </table>
      <table name="kren_msg_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="MSG_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="MSG_ID" foreignKey="KREN_MSG_DELIV_FK1" implied="false" onDeleteCascade="false" table="kren_msg_deliv_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ORGN_ID" nullable="true" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DELIV_TYP" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CRTE_DTTM" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CHNL" nullable="false" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="PRODCR" nullable="true" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="CNTNT" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="8" name="CNTNT_TYP" nullable="true" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="URL" nullable="true" remarks="" size="512" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="RECIP_ID" nullable="false" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="MSG_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="MSG_ID"/>
         </index>
         <index name="KREN_MSG_TC0" unique="true">
            <column ascending="true" name="ORGN_ID"/>
         </index>
      </table>
      <table name="kren_ntfctn_msg_deliv_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="NTFCTN_MSG_DELIV_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="NTFCTN_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="NTFCTN_ID" foreignKey="KREN_NTFCTN_MSG_DELIV_FK1" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RECIP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="STAT_CD" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SYS_ID" nullable="true" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="LOCKD_DTTM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="NTFCTN_MSG_DELIV_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NTFCTN_MSG_DELIV_ID"/>
         </index>
         <index name="KREN_MSG_DELIVSI1" unique="false">
            <column ascending="true" name="NTFCTN_ID"/>
         </index>
         <index name="KREN_NTFCTN_MSG_DELIV_TC0" unique="true">
            <column ascending="true" name="NTFCTN_ID"/>
            <column ascending="true" name="RECIP_ID"/>
         </index>
      </table>
      <table name="kren_ntfctn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="NTFCTN_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="NTFCTN_ID" foreignKey="KREN_NTFCTN_MSG_DELIV_FK1" implied="false" onDeleteCascade="false" table="kren_ntfctn_msg_deliv_t"/>
            <child column="NTFCTN_ID" foreignKey="KREN_RECIP_FK1" implied="false" onDeleteCascade="false" table="kren_recip_t"/>
            <child column="NTFCTN_ID" foreignKey="KREN_SNDR_FK1" implied="false" onDeleteCascade="false" table="kren_sndr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DELIV_TYP" nullable="false" remarks="" size="3" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="CRTE_DTTM" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="3" name="SND_DTTM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="AUTO_RMV_DTTM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="PRIO_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="PRIO_ID" foreignKey="KREN_NTFCTN_FK3" implied="false" onDeleteCascade="false" table="kren_prio_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="CNTNT" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="8" name="CNTNT_TYP_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CNTNT_TYP_ID" foreignKey="KREN_NTFCTN_FK2" implied="false" onDeleteCascade="false" table="kren_cntnt_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CHNL_ID" foreignKey="KREN_NTFCTN_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="PRODCR_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="PRODCR_ID" foreignKey="KREN_NTFCTN_FK4" implied="false" onDeleteCascade="false" table="kren_prodcr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="PROCESSING_FLAG" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="LOCKD_DTTM" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="14" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="NTFCTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NTFCTN_ID"/>
         </index>
         <index name="KREN_NTFCTN_FK1" unique="false">
            <column ascending="true" name="CHNL_ID"/>
         </index>
         <index name="KREN_NTFCTN_I1" unique="false">
            <column ascending="true" name="CNTNT_TYP_ID"/>
         </index>
         <index name="KREN_NTFCTN_I2" unique="false">
            <column ascending="true" name="PRIO_ID"/>
         </index>
         <index name="KREN_NTFCTN_I3" unique="false">
            <column ascending="true" name="PRODCR_ID"/>
         </index>
      </table>
      <table name="kren_prio_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="PRIO_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="PRIO_ID" foreignKey="KREN_NTFCTN_FK3" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="PRIO_ORD" nullable="false" remarks="" size="4" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="PRIO_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PRIO_ID"/>
         </index>
         <index name="KREN_PRIO_TC0" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="kren_prodcr_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="PRODCR_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <child column="PRODCR_ID" foreignKey="KREN_CHNL_PRODCR_FK2" implied="false" onDeleteCascade="false" table="kren_chnl_prodcr_t"/>
            <child column="PRODCR_ID" foreignKey="KREN_NTFCTN_FK4" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="false" remarks="" size="1000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CNTCT_INFO" nullable="false" remarks="" size="1000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="PRODCR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PRODCR_ID"/>
         </index>
         <index name="KREN_PRODCR_TC0" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="kren_recip_deliv_t" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RECIP_DELIV_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="RECIP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="CHNL" nullable="false" remarks="" size="300" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RECIP_DELIV_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RECIP_DELIV_ID"/>
         </index>
      </table>
      <table name="kren_recip_list_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RECIP_LIST_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CHNL_ID" foreignKey="KREN_RECIP_LIST_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RECIP_TYP_CD" nullable="false" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="RECIP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RECIP_LIST_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RECIP_LIST_ID"/>
         </index>
         <index name="KREN_RECIP_LIST_TC0" unique="true">
            <column ascending="true" name="CHNL_ID"/>
            <column ascending="true" name="RECIP_TYP_CD"/>
            <column ascending="true" name="RECIP_ID"/>
         </index>
         <index name="KREN_RECIP_LIST_TI1" unique="false">
            <column ascending="true" name="CHNL_ID"/>
         </index>
      </table>
      <table name="kren_recip_prefs_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RECIP_PREFS_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="RECIP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="PROP" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="false" remarks="" size="1000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RECIP_PREFS_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RECIP_PREFS_ID"/>
         </index>
         <index name="KREN_RECIP_PREFS_TC0" unique="true">
            <column ascending="true" name="RECIP_ID"/>
            <column ascending="true" name="PROP"/>
         </index>
      </table>
      <table name="kren_recip_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RECIP_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="NTFCTN_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="NTFCTN_ID" foreignKey="KREN_RECIP_FK1" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RECIP_TYP_CD" nullable="false" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RECIP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RECIP_ID"/>
         </index>
         <index name="KREN_RECIP_TC0" unique="true">
            <column ascending="true" name="NTFCTN_ID"/>
            <column ascending="true" name="RECIP_TYP_CD"/>
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREN_RECIP_TI1" unique="false">
            <column ascending="true" name="NTFCTN_ID"/>
         </index>
      </table>
      <table name="kren_rvwer_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RVWER_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="CHNL_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="CHNL_ID" foreignKey="NOTIFICATION_REVIEWERS_N_FK1" implied="false" onDeleteCascade="false" table="kren_chnl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="TYP" nullable="false" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RVWER_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RVWER_ID"/>
         </index>
         <index name="KREN_RVWER_TC0" unique="true">
            <column ascending="true" name="CHNL_ID"/>
            <column ascending="true" name="TYP"/>
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREN_RVWER_TI1" unique="false">
            <column ascending="true" name="CHNL_ID"/>
         </index>
      </table>
      <table name="kren_sndr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="SNDR_ID" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="NTFCTN_ID" nullable="false" remarks="" size="8" type="DECIMAL">
            <parent column="NTFCTN_ID" foreignKey="KREN_SNDR_FK1" implied="false" onDeleteCascade="false" table="kren_ntfctn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="SNDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="SNDR_ID"/>
         </index>
         <index name="KREN_SNDR_TC0" unique="true">
            <column ascending="true" name="NTFCTN_ID"/>
            <column ascending="true" name="NM"/>
         </index>
         <index name="KREN_SNDR_TI1" unique="false">
            <column ascending="true" name="NTFCTN_ID"/>
         </index>
      </table>
      <table name="krew_actn_itm_t" numRows="51" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_ITM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ACTN_ITM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ASND_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="3" name="RQST_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTN_RQST_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ACTN_RQST_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ROLE_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="DLGN_PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="DOC_HDR_TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="DOC_TYP_LBL" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="DOC_HDLR_URL" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="DOC_TYP_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="13" name="DLGN_TYP" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="15" name="DTYPE" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="17" name="DLGN_GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="18" name="RQST_LBL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="ACTN_ITM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_ITM_ID"/>
         </index>
         <index name="KREW_ACTN_ITM_T1" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREW_ACTN_ITM_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_ACTN_ITM_TI3" unique="false">
            <column ascending="true" name="ACTN_RQST_ID"/>
         </index>
         <index name="KREW_ACTN_ITM_TI5" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
            <column ascending="true" name="DLGN_TYP"/>
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_ACTN_ITM_TI6" unique="false">
            <column ascending="true" name="DLGN_TYP"/>
            <column ascending="true" name="DLGN_PRNCPL_ID"/>
            <column ascending="true" name="DLGN_GRP_ID"/>
         </index>
      </table>
      <table name="krew_actn_rqst_t" numRows="119" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_RQST_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ACTN_RQST_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
            <child column="ACTN_RQST_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PARNT_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="ACTN_RQST_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="RULE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="STAT_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="ROLE_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="QUAL_ROLE_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="QUAL_ROLE_NM_LBL_TXT" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="RECIP_TYP_CD" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="PRIO_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="13" name="RTE_TYP_NM" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="RTE_LVL_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="15" name="RTE_NODE_INSTN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="16" name="ACTN_TKN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ACTN_TKN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_tkn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="17" name="DOC_VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="18" name="CRTE_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="19" name="RSP_DESC_TXT" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="FRC_ACTN" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="21" name="ACTN_RQST_ANNOTN_TXT" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="22" name="DLGN_TYP" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="23" name="APPR_PLCY" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="24" name="CUR_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="25" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="26" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="27" name="RQST_LBL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="ACTN_RQST_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_RQST_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T11" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T12" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T13" unique="false">
            <column ascending="true" name="ACTN_TKN_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T14" unique="false">
            <column ascending="true" name="PARNT_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T15" unique="false">
            <column ascending="true" name="RSP_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T16" unique="false">
            <column ascending="true" name="STAT_CD"/>
            <column ascending="true" name="RSP_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T17" unique="false">
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_ACTN_RQST_T19" unique="false">
            <column ascending="true" name="STAT_CD"/>
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krew_actn_tkn_t" numRows="64" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_TKN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ACTN_TKN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="DLGTR_PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTN_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="ACTN_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="DOC_VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="ANNOTN" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="8" name="CUR_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="10" name="DLGTR_GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="ACTN_TKN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_TKN_ID"/>
         </index>
         <index name="KREW_ACTN_TKN_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREW_ACTN_TKN_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="PRNCPL_ID"/>
            <column ascending="true" name="ACTN_CD"/>
         </index>
         <index name="KREW_ACTN_TKN_TI3" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREW_ACTN_TKN_TI4" unique="false">
            <column ascending="true" name="DLGTR_PRNCPL_ID"/>
         </index>
         <index name="KREW_ACTN_TKN_TI5" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krew_app_doc_stat_tran_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="APP_DOC_STAT_TRAN_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="APP_DOC_STAT_FROM" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="APP_DOC_STAT_TO" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="STAT_TRANS_DATE" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="APP_DOC_STAT_TRAN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="APP_DOC_STAT_TRAN_ID"/>
         </index>
         <index name="KREW_APP_DOC_STAT_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="STAT_TRANS_DATE"/>
         </index>
         <index name="KREW_APP_DOC_STAT_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="APP_DOC_STAT_FROM"/>
         </index>
         <index name="KREW_APP_DOC_STAT_TI3" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="APP_DOC_STAT_TO"/>
         </index>
         <index name="KREW_APP_DOC_STAT_TRAN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_att_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTACHMENT_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="NTE_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="FILE_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="FILE_LOC" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="MIME_TYP" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ATTACHMENT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTACHMENT_ID"/>
         </index>
         <index name="KREW_ATT_TI1" unique="false">
            <column ascending="true" name="NTE_ID"/>
         </index>
      </table>
      <table name="krew_attr_defn_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ATTR_DEFN_ID" foreignKey="KREW_PPL_FLW_ATTR_FK2" implied="false" onDeleteCascade="false" table="krew_ppl_flw_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KREW_TYP_ATTR_FK1" implied="false" onDeleteCascade="false" table="krew_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="LBL" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CMPNT_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="DESC_TXT" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="ATTR_DEFN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KREW_ATTR_DEFN_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krew_dlgn_rsp_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DLGN_RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="DLGN_RULE_BASE_VAL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DLGN_TYP" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="DLGN_RULE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DLGN_RULE_ID"/>
         </index>
         <index name="KREW_DLGN_RSP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_doc_hdr_cntnt_t" numRows="165" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_tkn_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_app_doc_stat_tran_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_ext_dt_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_ext_flt_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_ext_long_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_ext_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_nte_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_edl_dmp_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_edl_fld_dmp_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_init_rte_node_instn_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_acct"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_CNTNT_TXT" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krew_doc_hdr_ext_dt_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_EXT_DT_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="DOC_HDR_EXT_DT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_EXT_DT_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_DT_TI1" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_DT_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_DT_TI3" unique="false">
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_doc_hdr_ext_flt_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_EXT_FLT_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="15" id="3" name="VAL" nullable="true" remarks="" size="30" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_EXT_FLT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_EXT_FLT_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_FLT_TI1" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_FLT_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_FLT_TI3" unique="false">
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_doc_hdr_ext_long_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_EXT_LONG_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="22" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_EXT_LONG_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_EXT_LONG_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_LONG_TI1" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_LONG_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_LONG_TI3" unique="false">
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_doc_hdr_ext_t" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_EXT_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <primaryKey column="DOC_HDR_EXT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_EXT_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_TI1" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_DOC_HDR_EXT_TI3" unique="false">
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_doc_hdr_t" numRows="109" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="DOC_HDR_STAT_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="RTE_LVL" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="STAT_MDFN_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="CRTE_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="APRV_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="FNL_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="8" name="RTE_STAT_MDFN_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="APP_DOC_ID" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="DOC_VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="12" name="INITR_PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="14" name="RTE_PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="DTYPE" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="APP_DOC_STAT" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="18" name="APP_DOC_STAT_MDFN_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_DOC_HDR_T10" unique="false">
            <column ascending="true" name="APP_DOC_STAT"/>
         </index>
         <index name="KREW_DOC_HDR_T12" unique="false">
            <column ascending="true" name="APP_DOC_STAT_MDFN_DT"/>
         </index>
         <index name="KREW_DOC_HDR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_DOC_HDR_TI1" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
         <index name="KREW_DOC_HDR_TI2" unique="false">
            <column ascending="true" name="INITR_PRNCPL_ID"/>
         </index>
         <index name="KREW_DOC_HDR_TI3" unique="false">
            <column ascending="true" name="DOC_HDR_STAT_CD"/>
         </index>
         <index name="KREW_DOC_HDR_TI4" unique="false">
            <column ascending="true" name="TTL"/>
         </index>
         <index name="KREW_DOC_HDR_TI5" unique="false">
            <column ascending="true" name="CRTE_DT"/>
         </index>
         <index name="KREW_DOC_HDR_TI6" unique="false">
            <column ascending="true" name="RTE_STAT_MDFN_DT"/>
         </index>
         <index name="KREW_DOC_HDR_TI7" unique="false">
            <column ascending="true" name="APRV_DT"/>
         </index>
         <index name="KREW_DOC_HDR_TI8" unique="false">
            <column ascending="true" name="FNL_DT"/>
         </index>
         <index name="KREW_DOC_HDR_TI9" unique="false">
            <column ascending="true" name="APP_DOC_ID"/>
         </index>
      </table>
      <table name="krew_doc_lnk_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_LNK_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ORGN_DOC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DEST_DOC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="DOC_LNK_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_LNK_ID"/>
         </index>
         <index name="KREW_DOC_LNK_TI1" unique="false">
            <column ascending="true" name="ORGN_DOC_ID"/>
         </index>
      </table>
      <table name="krew_doc_nte_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_NTE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="AUTH_PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CRT_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_NTE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_NTE_ID"/>
         </index>
         <index name="KREW_DOC_NTE_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krew_doc_typ_app_doc_stat_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="DOC_STAT_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="DOC_STAT_NM" sequenceNumberInPK="1"/>
         <primaryKey column="DOC_TYP_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_TYP_ID"/>
            <column ascending="true" name="DOC_STAT_NM"/>
         </index>
         <index name="KREW_DOC_TYP_APP_DOC_STAT_T1" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
         <index name="KREW_DOC_TYP_APP_DOC_STAT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_doc_typ_attr_t" numRows="10" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_TYP_ATTRIB_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RULE_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_attr_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="ORD_INDX" nullable="true" remarks="" size="4" type="DECIMAL"/>
         <primaryKey column="DOC_TYP_ATTRIB_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_TYP_ATTRIB_ID"/>
         </index>
         <index name="KREW_DOC_TYP_ATTR_TI1" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
      </table>
      <table name="krew_doc_typ_plcy_reln_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="DOC_PLCY_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="PLCY_NM" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="PLCY_VAL" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <primaryKey column="DOC_PLCY_NM" sequenceNumberInPK="1"/>
         <primaryKey column="DOC_TYP_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_TYP_ID"/>
            <column ascending="true" name="DOC_PLCY_NM"/>
         </index>
         <index name="KREW_DOC_TYP_PLCY_RELN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_doc_typ_proc_t" numRows="23" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_TYP_PROC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="INIT_RTE_NODE_ID" nullable="true" remarks="" size="22" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="INIT_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_TYP_PROC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_TYP_PROC_ID"/>
         </index>
         <index name="KREW_DOC_TYP_PROC_TI1" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
         <index name="KREW_DOC_TYP_PROC_TI2" unique="false">
            <column ascending="true" name="INIT_RTE_NODE_ID"/>
         </index>
         <index name="KREW_DOC_TYP_PROC_TI3" unique="false">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krew_doc_typ_t" numRows="44" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_t"/>
            <child column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_app_doc_stat_t"/>
            <child column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_attr_t"/>
            <child column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_plcy_reln_t"/>
            <child column="DOC_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_proc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PARNT_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DOC_TYP_NM" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="DOC_TYP_VER_NBR" nullable="true" remarks="" size="10" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="CUR_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="LBL" nullable="true" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="PREV_DOC_TYP_VER_NBR" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="DOC_TYP_DESC" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="DOC_HDLR_URL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="POST_PRCSR" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="JNDI_URL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="BLNKT_APPR_PLCY" nullable="true" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="ADV_DOC_SRCH_URL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="14" name="RTE_VER_NBR" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="NOTIFY_ADDR" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="APPL_ID" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="EMAIL_XSL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="18" name="SEC_XML" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="20" name="BLNKT_APPR_GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="21" name="RPT_GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="22" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="23" name="HELP_DEF_URL" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="24" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="25" name="DOC_SEARCH_HELP_URL" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="26" name="DOC_HDR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <primaryKey column="DOC_TYP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
         <index name="KREW_DOC_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_DOC_TYP_TI1" unique="true">
            <column ascending="true" name="DOC_TYP_NM"/>
            <column ascending="true" name="DOC_TYP_VER_NBR"/>
         </index>
         <index name="KREW_DOC_TYP_TI2" unique="false">
            <column ascending="true" name="PARNT_ID"/>
         </index>
         <index name="KREW_DOC_TYP_TI3" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
            <column ascending="true" name="PARNT_ID"/>
         </index>
         <index name="KREW_DOC_TYP_TI4" unique="false">
            <column ascending="true" name="PREV_DOC_TYP_VER_NBR"/>
         </index>
         <index name="KREW_DOC_TYP_TI5" unique="false">
            <column ascending="true" name="CUR_IND"/>
         </index>
         <index name="KREW_DOC_TYP_TI6" unique="false">
            <column ascending="true" name="DOC_TYP_NM"/>
         </index>
      </table>
      <table name="krew_edl_assctn_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="EDOCLT_ASSOC_ID" nullable="false" remarks="" size="19" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="EDL_DEF_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="STYLE_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="EDOCLT_ASSOC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EDOCLT_ASSOC_ID"/>
         </index>
         <index name="KREW_EDL_ASSCTN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_edl_def_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="EDOCLT_DEF_ID" nullable="false" remarks="" size="19" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="XML" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="3" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="EDOCLT_DEF_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EDOCLT_DEF_ID"/>
         </index>
         <index name="KREW_EDL_DEF_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_edl_dmp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DOC_HDR_STAT_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DOC_HDR_MDFN_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="DOC_HDR_CRTE_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="DOC_HDR_TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="DOC_HDR_INITR_PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="CRNT_NODE_NM" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_EDL_DMP_TI1" unique="false">
            <column ascending="true" name="DOC_TYP_NM"/>
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krew_edl_fld_dmp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="EDL_FIELD_DMP_ID" nullable="false" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="FLD_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="FLD_VAL" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="EDL_FIELD_DMP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EDL_FIELD_DMP_ID"/>
         </index>
      </table>
      <table name="krew_hlp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="HLP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="HLP_TXT" nullable="false" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="HLP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="HLP_ID"/>
         </index>
         <index name="KREW_HLP_TI1" unique="false">
            <column ascending="true" name="KEY_CD"/>
         </index>
      </table>
      <table name="krew_init_rte_node_instn_t" numRows="121" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="RTE_NODE_INSTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_t"/>
         </column>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="RTE_NODE_INSTN_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_INIT_RTE_NODE_INSTN_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_INIT_RTE_NODE_INSTN_TI2" unique="false">
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
         </index>
      </table>
      <table name="krew_out_box_itm_t" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_ITM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ACTN_ITM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ASND_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="3" name="RQST_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTN_RQST_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ACTN_RQST_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ROLE_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="DLGN_PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="DOC_HDR_TTL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="DOC_TYP_LBL" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="DOC_HDLR_URL" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="DOC_TYP_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="13" name="DLGN_TYP" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="15" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="16" name="DLGN_GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="RQST_LBL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="ACTN_ITM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_ITM_ID"/>
         </index>
         <index name="KREW_OUT_BOX_ITM_TI1" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KREW_OUT_BOX_ITM_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KREW_OUT_BOX_ITM_TI3" unique="false">
            <column ascending="true" name="ACTN_RQST_ID"/>
         </index>
      </table>
      <table name="krew_ppl_flw_attr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PPL_FLW_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="PPL_FLW_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PPL_FLW_ID" foreignKey="KREW_PPL_FLW_ATTR_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KREW_PPL_FLW_ATTR_FK2" implied="false" onDeleteCascade="false" table="krew_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="PPL_FLW_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PPL_FLW_ATTR_ID"/>
         </index>
         <index name="KREW_PPL_FLW_ATTR_TI1" unique="false">
            <column ascending="true" name="PPL_FLW_ID"/>
         </index>
         <index name="KREW_PPL_FLW_ATTR_TI2" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krew_ppl_flw_dlgt_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PPL_FLW_DLGT_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="PPL_FLW_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PPL_FLW_MBR_ID" foreignKey="KREW_PPL_FLW_DLGT_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="MBR_TYP_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="DLGN_TYP_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTN_RQST_PLCY_CD" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <primaryKey column="PPL_FLW_DLGT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PPL_FLW_DLGT_ID"/>
         </index>
         <index name="KREW_PPL_FLW_DLGT_TI1" unique="false">
            <column ascending="true" name="PPL_FLW_MBR_ID"/>
         </index>
      </table>
      <table name="krew_ppl_flw_mbr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PPL_FLW_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PPL_FLW_MBR_ID" foreignKey="KREW_PPL_FLW_DLGT_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_dlgt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PPL_FLW_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PPL_FLW_ID" foreignKey="KREW_PPL_FLW_MBR_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="MBR_TYP_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="PRIO" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTN_RQST_PLCY_CD" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <primaryKey column="PPL_FLW_MBR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PPL_FLW_MBR_ID"/>
         </index>
         <index name="KREW_PPL_FLW_MBR_TI1" unique="false">
            <column ascending="true" name="PPL_FLW_ID"/>
         </index>
         <index name="KREW_PPL_FLW_MBR_TI2" unique="false">
            <column ascending="true" name="PPL_FLW_ID"/>
            <column ascending="true" name="PRIO"/>
         </index>
      </table>
      <table name="krew_ppl_flw_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PPL_FLW_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PPL_FLW_ID" foreignKey="KREW_PPL_FLW_ATTR_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_attr_t"/>
            <child column="PPL_FLW_ID" foreignKey="KREW_PPL_FLW_MBR_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KREW_PPL_FLW_FK1" implied="false" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <primaryKey column="PPL_FLW_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PPL_FLW_ID"/>
         </index>
         <index name="KREW_PPL_FLW_FK1" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
         <index name="KREW_PPL_FLW_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krew_rte_brch_proto_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_BRCH_PROTO_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="BRCH_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RTE_BRCH_PROTO_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_BRCH_PROTO_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_PROTO_TI1" unique="false">
            <column ascending="true" name="BRCH_NM"/>
         </index>
      </table>
      <table name="krew_rte_brch_st_t" numRows="36" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_BRCH_ST_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RTE_BRCH_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_BRCH_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_brch_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RTE_BRCH_ST_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_BRCH_ST_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_ST_TI1" unique="false">
            <column ascending="true" name="RTE_BRCH_ID"/>
            <column ascending="true" name="KEY_CD"/>
         </index>
         <index name="KREW_RTE_BRCH_ST_TI2" unique="false">
            <column ascending="true" name="RTE_BRCH_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_ST_TI3" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_rte_brch_t" numRows="121" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_BRCH_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RTE_BRCH_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_brch_st_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="PARNT_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="INIT_RTE_NODE_INSTN_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SPLT_RTE_NODE_INSTN_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="JOIN_RTE_NODE_INSTN_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RTE_BRCH_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_BRCH_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_TI1" unique="false">
            <column ascending="true" name="NM"/>
         </index>
         <index name="KREW_RTE_BRCH_TI2" unique="false">
            <column ascending="true" name="PARNT_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_TI3" unique="false">
            <column ascending="true" name="INIT_RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_TI4" unique="false">
            <column ascending="true" name="SPLT_RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_BRCH_TI5" unique="false">
            <column ascending="true" name="JOIN_RTE_NODE_INSTN_ID"/>
         </index>
      </table>
      <table name="krew_rte_node_cfg_parm_t" numRows="140" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_NODE_CFG_PARM_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RTE_NODE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_NODE_ID" foreignKey="EN_RTE_NODE_CFG_PARM_TR1" implied="false" onDeleteCascade="false" table="krew_rte_node_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <primaryKey column="RTE_NODE_CFG_PARM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_NODE_CFG_PARM_ID"/>
         </index>
         <index name="KREW_RTE_NODE_CFG_PARM_TI1" unique="false">
            <column ascending="true" name="RTE_NODE_ID"/>
         </index>
      </table>
      <table name="krew_rte_node_instn_lnk_t" numRows="50" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FROM_RTE_NODE_INSTN_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TO_RTE_NODE_INSTN_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="FROM_RTE_NODE_INSTN_ID" sequenceNumberInPK="1"/>
         <primaryKey column="TO_RTE_NODE_INSTN_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FROM_RTE_NODE_INSTN_ID"/>
            <column ascending="true" name="TO_RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_LNK_TI1" unique="false">
            <column ascending="true" name="FROM_RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_LNK_TI2" unique="false">
            <column ascending="true" name="TO_RTE_NODE_INSTN_ID"/>
         </index>
      </table>
      <table name="krew_rte_node_instn_st_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_NODE_INSTN_ST_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RTE_NODE_INSTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RTE_NODE_INSTN_ST_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_NODE_INSTN_ST_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_ST_TI1" unique="false">
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
            <column ascending="true" name="KEY_CD"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_ST_TI2" unique="false">
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_ST_TI3" unique="false">
            <column ascending="true" name="KEY_CD"/>
            <column ascending="true" name="VAL"/>
         </index>
      </table>
      <table name="krew_rte_node_instn_t" numRows="171" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_NODE_INSTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_init_rte_node_instn_t"/>
            <child column="RTE_NODE_INSTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_st_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RTE_NODE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RTE_NODE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="BRCH_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="PROC_RTE_NODE_INSTN_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="CMPLT_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="INIT_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RTE_NODE_INSTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_NODE_INSTN_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="ACTV_IND"/>
            <column ascending="true" name="CMPLT_IND"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_TI2" unique="false">
            <column ascending="true" name="RTE_NODE_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_TI3" unique="false">
            <column ascending="true" name="BRCH_ID"/>
         </index>
         <index name="KREW_RTE_NODE_INSTN_TI4" unique="false">
            <column ascending="true" name="PROC_RTE_NODE_INSTN_ID"/>
         </index>
      </table>
      <table name="krew_rte_node_lnk_t" numRows="14" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FROM_RTE_NODE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TO_RTE_NODE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="FROM_RTE_NODE_ID" sequenceNumberInPK="1"/>
         <primaryKey column="TO_RTE_NODE_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FROM_RTE_NODE_ID"/>
            <column ascending="true" name="TO_RTE_NODE_ID"/>
         </index>
         <index name="KREW_RTE_NODE_LNK_TI1" unique="false">
            <column ascending="true" name="FROM_RTE_NODE_ID"/>
         </index>
         <index name="KREW_RTE_NODE_LNK_TI2" unique="false">
            <column ascending="true" name="TO_RTE_NODE_ID"/>
         </index>
      </table>
      <table name="krew_rte_node_t" numRows="37" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RTE_NODE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RTE_NODE_ID" foreignKey="EN_RTE_NODE_CFG_PARM_TR1" implied="false" onDeleteCascade="false" table="krew_rte_node_cfg_parm_t"/>
            <child column="RTE_NODE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_instn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DOC_TYP_ID" nullable="true" remarks="" size="19" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="RTE_MTHD_NM" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="RTE_MTHD_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="FNL_APRVR_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="MNDTRY_RTE_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="ACTVN_TYP" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="BRCH_PROTO_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="11" name="CONTENT_FRAGMENT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="13" name="NEXT_DOC_STAT" nullable="true" remarks="" size="64" type="VARCHAR"/>
         <primaryKey column="RTE_NODE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RTE_NODE_ID"/>
         </index>
         <index name="KREW_RTE_NODE_TI1" unique="false">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
         <index name="KREW_RTE_NODE_TI2" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
            <column ascending="true" name="FNL_APRVR_IND"/>
         </index>
         <index name="KREW_RTE_NODE_TI3" unique="false">
            <column ascending="true" name="BRCH_PROTO_ID"/>
         </index>
         <index name="KREW_RTE_NODE_TI4" unique="false">
            <column ascending="true" name="DOC_TYP_ID"/>
         </index>
      </table>
      <table name="krew_rule_attr_t" numRows="22" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="LBL" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="RULE_ATTR_TYP_CD" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="DESC_TXT" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CLS_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="XML" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="APPL_ID" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RULE_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_ATTR_ID"/>
         </index>
         <index name="KREW_RULE_ATTR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_rule_expr_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_EXPR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_EXPR_ID" foreignKey="KREW_RULE_TR1" implied="false" onDeleteCascade="false" table="krew_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="TYP" nullable="false" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="RULE_EXPR" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RULE_EXPR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_EXPR_ID"/>
         </index>
         <index name="KREW_RULE_EXPR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krew_rule_ext_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_EXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_EXT_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_ext_val_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="RULE_TMPL_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_TMPL_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RULE_EXT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_EXT_ID"/>
         </index>
         <index name="KREW_RULE_EXT_T1" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
      </table>
      <table name="krew_rule_ext_val_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_EXT_VAL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RULE_EXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_EXT_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_ext_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="VAL" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="KEY_CD" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RULE_EXT_VAL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_EXT_VAL_ID"/>
         </index>
         <index name="KREW_RULE_EXT_VAL_T1" unique="false">
            <column ascending="true" name="RULE_EXT_ID"/>
         </index>
         <index name="KREW_RULE_EXT_VAL_T2" unique="false">
            <column ascending="true" name="RULE_EXT_VAL_ID"/>
            <column ascending="true" name="KEY_CD"/>
         </index>
      </table>
      <table name="krew_rule_rsp_t" numRows="9" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="PRIO" nullable="true" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTN_RQST_CD" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="TYP" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="APPR_PLCY" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="9" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RULE_RSP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_RSP_ID"/>
         </index>
         <index name="KREW_RULE_RSP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_RULE_RSP_TI1" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
      </table>
      <table name="krew_rule_t" numRows="11" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="true" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="RULE_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="RULE_EXPR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_EXPR_ID" foreignKey="KREW_RULE_TR1" implied="false" onDeleteCascade="false" table="krew_rule_expr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="RULE_BASE_VAL_DESC" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="FRC_ACTN" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="DOC_TYP_NM" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="DOC_HDR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="TMPL_RULE_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="10" name="FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="11" name="TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="12" name="DACTVN_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="CUR_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="RULE_VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="15" name="DLGN_IND" nullable="true" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="16" name="PREV_VER_RULE_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="ACTVN_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="19" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RULE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_ID"/>
         </index>
         <index name="KREW_RULE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_RULE_TR1" unique="false">
            <column ascending="true" name="RULE_EXPR_ID"/>
         </index>
      </table>
      <table name="krew_rule_tmpl_attr_t" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_TMPL_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_TMPL_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_ext_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="RULE_TMPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RULE_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="REQ_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="DSPL_ORD" nullable="false" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="DFLT_VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RULE_TMPL_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_TMPL_ATTR_ID"/>
         </index>
         <index name="KREW_RULE_TMPL_ATTR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_RULE_TMPL_ATTR_TI1" unique="false">
            <column ascending="true" name="RULE_TMPL_ID"/>
         </index>
         <index name="KREW_RULE_TMPL_ATTR_TI2" unique="false">
            <column ascending="true" name="RULE_ATTR_ID"/>
         </index>
      </table>
      <table name="krew_rule_tmpl_optn_t" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_TMPL_OPTN_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="RULE_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="KEY_CD" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RULE_TMPL_OPTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_TMPL_OPTN_ID"/>
         </index>
      </table>
      <table name="krew_rule_tmpl_t" numRows="14" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_TMPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_t"/>
            <child column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_attr_t"/>
            <child column="RULE_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_optn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="RULE_TMPL_DESC" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DLGN_RULE_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="RULE_TMPL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_TMPL_ID"/>
         </index>
         <index name="KREW_RULE_TMPL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KREW_RULE_TMPL_TI1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krew_typ_attr_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TYP_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TYP_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="SEQ_NO" nullable="false" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KREW_TYP_ATTR_FK2" implied="false" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_DEFN_ID" nullable="false" remarks="" size="255" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KREW_TYP_ATTR_FK1" implied="false" onDeleteCascade="false" table="krew_attr_defn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TYP_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TYP_ATTR_ID"/>
         </index>
         <index name="KREW_TYP_ATTR_TC1" unique="true">
            <column ascending="true" name="TYP_ID"/>
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KREW_TYP_ATTR_TI1" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KREW_TYP_ATTR_TI2" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
      </table>
      <table name="krew_typ_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TYP_ID" foreignKey="KREW_PPL_FLW_FK1" implied="false" onDeleteCascade="false" table="krew_ppl_flw_t"/>
            <child column="TYP_ID" foreignKey="KREW_TYP_ATTR_FK2" implied="false" onDeleteCascade="false" table="krew_typ_attr_t"/>
            <child column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_actn_t"/>
            <child column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_agenda_t"/>
            <child column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_cntxt_t"/>
            <child column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
            <child column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SRVC_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TYP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TYP_ID"/>
         </index>
         <index name="KREW_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krew_usr_optn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="PRSN_OPTN_ID" nullable="false" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="VAL" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="PRNCPL_ID" sequenceNumberInPK="1"/>
         <primaryKey column="PRSN_OPTN_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PRNCPL_ID"/>
            <column ascending="true" name="PRSN_OPTN_ID"/>
         </index>
         <index name="KREW_USR_OPTN_TI1" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
      </table>
      <table name="krim_addr_typ_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ADDR_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ADDR_TYP_CD" foreignKey="KRIM_ENTITY_ADDR_TR2" implied="false" onDeleteCascade="false" table="krim_entity_addr_t"/>
            <child column="ADDR_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_addr_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ADDR_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ADDR_TYP_CD"/>
         </index>
         <index name="KRIM_ADDR_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ADDR_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_afltn_typ_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="AFLTN_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="AFLTN_TYP_CD" foreignKey="KRIM_ENTITY_AFLTN_TR2" implied="false" onDeleteCascade="false" table="krim_entity_afltn_t"/>
            <child column="AFLTN_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_afltn_mt"/>
            <child column="AFLTN_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="4" name="EMP_AFLTN_TYP_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="AFLTN_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AFLTN_TYP_CD"/>
         </index>
         <index name="KRIM_AFLTN_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_AFLTN_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_attr_defn_t" numRows="32" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="KIM_ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_DLGN_MBR_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_dlgn_mbr_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_grp_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_perm_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_attr_data_mt"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_ROLE_MBR_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_rsp_attr_data_t"/>
            <child column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_TYP_ATTR_TR2" implied="false" onDeleteCascade="true" table="krim_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="LBL" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="CMPNT_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <primaryKey column="KIM_ATTR_DEFN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
         <index name="KRIM_ATTR_DEFN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krim_ctznshp_stat_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CTZNSHP_STAT_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="CTZNSHP_STAT_CD" foreignKey="KRIM_ENTITY_CTZNSHP_TR2" implied="false" onDeleteCascade="false" table="krim_entity_ctznshp_t"/>
            <child column="CTZNSHP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_ctznshp_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="CTZNSHP_STAT_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CTZNSHP_STAT_CD"/>
         </index>
         <index name="KRIM_CTZNSHP_STAT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_CTZNSHP_STAT_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_dlgn_mbr_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="DLGN_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_DLGN_MBR_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_DLGN_MBR_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
         <index name="KRIM_DLGN_MBR_ATTR_DATA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_DLGN_MBR_ATTR_DATA_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_DLGN_MBR_ATTR_DATA_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krim_dlgn_mbr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DLGN_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_attr_data_t"/>
            <child column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_attr_data_t"/>
            <child column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_t"/>
         </column>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DLGN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_ID" foreignKey="KRIM_DLGN_MBR_TR2" implied="false" onDeleteCascade="false" table="krim_dlgn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="P" digits="0" id="5" name="MBR_TYP_CD" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <primaryKey column="DLGN_MBR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DLGN_MBR_ID"/>
         </index>
         <index name="KRIM_DLGN_MBR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_DLGN_MBR_TR2" unique="false">
            <column ascending="true" name="DLGN_ID"/>
         </index>
      </table>
      <table name="krim_dlgn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DLGN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="DLGN_ID" foreignKey="KRIM_DLGN_MBR_TR2" implied="false" onDeleteCascade="false" table="krim_dlgn_mbr_t"/>
            <child column="DLGN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_t"/>
            <child column="DLGN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="KRIM_DLGN_TR1" implied="false" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_DLGN_TR2" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="DLGN_TYP_CD" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="DLGN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DLGN_ID"/>
         </index>
         <index name="KRIM_DLGN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_DLGN_TR1" unique="false">
            <column ascending="true" name="ROLE_ID"/>
         </index>
         <index name="KRIM_DLGN_TR2" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_email_typ_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="EMAIL_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="EMAIL_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_email_t"/>
            <child column="EMAIL_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_email_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="EMAIL_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EMAIL_TYP_CD"/>
         </index>
         <index name="KRIM_EMAIL_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_EMAIL_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_emp_stat_t" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="EMP_STAT_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="EMP_STAT_CD" foreignKey="KRIM_ENTITY_EMP_INFO_TR2" implied="false" onDeleteCascade="false" table="krim_entity_emp_info_t"/>
            <child column="EMP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_emp_info_mt"/>
            <child column="EMP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="EMP_STAT_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EMP_STAT_CD"/>
         </index>
         <index name="KRIM_EMP_STAT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_EMP_STAT_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_emp_typ_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="EMP_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="EMP_TYP_CD" foreignKey="KRIM_ENTITY_EMP_INFO_TR3" implied="false" onDeleteCascade="false" table="krim_entity_emp_info_t"/>
            <child column="EMP_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_emp_info_mt"/>
            <child column="EMP_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="EMP_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EMP_TYP_CD"/>
         </index>
         <index name="KRIM_EMP_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_EMP_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_ent_nm_typ_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENT_NM_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENT_NM_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENT_NM_TYP_CD"/>
         </index>
         <index name="KRIM_ENT_NM_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENT_NM_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_ent_typ_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENT_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_ENT_TYP_TR2" implied="false" onDeleteCascade="false" table="krim_entity_ent_typ_t"/>
            <child column="ENT_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_email_mt"/>
            <child column="ENT_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_phone_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENT_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENT_TYP_CD"/>
         </index>
         <index name="KRIM_ENT_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENT_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_entity_addr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_ADDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_ADDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_addr_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_ADDR_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ENT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_ADDR_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="ADDR_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ADDR_TYP_CD" foreignKey="KRIM_ENTITY_ADDR_TR2" implied="false" onDeleteCascade="false" table="krim_addr_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ADDR_LINE_1" nullable="true" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="ADDR_LINE_2" nullable="true" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="ADDR_LINE_3" nullable="true" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="CITY" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="STATE_PVC_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="POSTAL_CD" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="13" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="14" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="16" name="ATTN_LINE" nullable="true" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="ADDR_FMT" nullable="true" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="18" name="MOD_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="19" name="VALID_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="20" name="VALID_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="21" name="NOTE_MSG" nullable="true" remarks="" size="1024" type="VARCHAR"/>
         <primaryKey column="ENTITY_ADDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_ADDR_ID"/>
         </index>
         <index name="KRIM_ENTITY_ADDR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_ADDR_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_ADDR_TR1" unique="false">
            <column ascending="true" name="ENT_TYP_CD"/>
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_ADDR_TR2" unique="false">
            <column ascending="true" name="ADDR_TYP_CD"/>
         </index>
      </table>
      <table name="krim_entity_afltn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_AFLTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_AFLTN_ID" foreignKey="KRIM_ENTITY_EMP_INFO_TR4" implied="false" onDeleteCascade="false" table="krim_entity_emp_info_t"/>
            <child column="ENTITY_AFLTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_afltn_mt"/>
            <child column="ENTITY_AFLTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_emp_info_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_AFLTN_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="AFLTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AFLTN_TYP_CD" foreignKey="KRIM_ENTITY_AFLTN_TR2" implied="false" onDeleteCascade="false" table="krim_afltn_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="CAMPUS_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cmp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="6" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_AFLTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_AFLTN_ID"/>
         </index>
         <index name="KRIM_ENTITY_AFLTN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_AFLTN_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_AFLTN_TR2" unique="false">
            <column ascending="true" name="AFLTN_TYP_CD"/>
         </index>
      </table>
      <table name="krim_entity_bio_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_priv_pref_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="BIRTH_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="GNDR_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="DECEASED_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="MARITAL_STATUS" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="PRIM_LANG_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="SEC_LANG_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="BIRTH_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="BIRTH_STATE_PVC_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="BIRTH_CITY" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="GEO_ORIGIN" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="NOTE_MSG" nullable="true" remarks="" size="1024" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="GNDR_CHG_CD" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <primaryKey column="ENTITY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_BIO_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krim_entity_cache_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_priv_pref_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="PRNCPL_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="FIRST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="MIDDLE_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="PRSN_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="CAMPUS_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="PRMRY_DEPT_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="EMP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="LAST_UPDT_TS" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="12" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="ENTITY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_CACHE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_CACHE_TC1" unique="true">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
      </table>
      <table name="krim_entity_ctznshp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_CTZNSHP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_CTZNSHP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_ctznshp_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_CTZNSHP_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="CTZNSHP_STAT_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="CTZNSHP_STAT_CD" foreignKey="KRIM_ENTITY_CTZNSHP_TR2" implied="false" onDeleteCascade="false" table="krim_ctznshp_stat_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="STRT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="END_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_CTZNSHP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_CTZNSHP_ID"/>
         </index>
         <index name="KRIM_ENTITY_CTZNSHP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_CTZNSHP_TR1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_CTZNSHP_TR2" unique="false">
            <column ascending="true" name="CTZNSHP_STAT_CD"/>
         </index>
      </table>
      <table name="krim_entity_email_t" numRows="37" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_EMAIL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_EMAIL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_email_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_EMAIL_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ENT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_EMAIL_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="EMAIL_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMAIL_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_email_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="EMAIL_ADDR" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="7" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_EMAIL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_EMAIL_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMAIL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMAIL_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMAIL_TR1" unique="false">
            <column ascending="true" name="ENT_TYP_CD"/>
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_entity_emp_info_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_EMP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_EMP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_emp_info_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_EMP_INFO_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ENTITY_AFLTN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_AFLTN_ID" foreignKey="KRIM_ENTITY_EMP_INFO_TR4" implied="false" onDeleteCascade="false" table="krim_entity_afltn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="EMP_STAT_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_STAT_CD" foreignKey="KRIM_ENTITY_EMP_INFO_TR2" implied="false" onDeleteCascade="false" table="krim_emp_stat_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="EMP_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_TYP_CD" foreignKey="KRIM_ENTITY_EMP_INFO_TR3" implied="false" onDeleteCascade="false" table="krim_emp_typ_t"/>
         </column>
         <column autoUpdated="false" digits="2" id="7" name="BASE_SLRY_AMT" nullable="true" remarks="" size="15" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="PRMRY_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="9" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="11" name="PRMRY_DEPT_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="EMP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="EMP_REC_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="ENTITY_EMP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_EMP_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMP_INFO_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMP_INFO_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMP_INFO_TI2" unique="false">
            <column ascending="true" name="ENTITY_AFLTN_ID"/>
         </index>
         <index name="KRIM_ENTITY_EMP_INFO_TR2" unique="false">
            <column ascending="true" name="EMP_STAT_CD"/>
         </index>
         <index name="KRIM_ENTITY_EMP_INFO_TR3" unique="false">
            <column ascending="true" name="EMP_TYP_CD"/>
         </index>
      </table>
      <table name="krim_entity_ent_typ_t" numRows="39" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENT_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_ADDR_TR1" implied="false" onDeleteCascade="true" table="krim_entity_addr_t"/>
            <child column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_EMAIL_TR1" implied="false" onDeleteCascade="true" table="krim_entity_email_t"/>
            <child column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_PHONE_TR1" implied="false" onDeleteCascade="true" table="krim_entity_phone_t"/>
            <parent column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_ENT_TYP_TR2" implied="false" onDeleteCascade="false" table="krim_ent_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_ADDR_TR1" implied="false" onDeleteCascade="true" table="krim_entity_addr_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_EMAIL_TR1" implied="false" onDeleteCascade="true" table="krim_entity_email_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_PHONE_TR1" implied="false" onDeleteCascade="true" table="krim_entity_phone_t"/>
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_ENT_TYP_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_ID" sequenceNumberInPK="1"/>
         <primaryKey column="ENT_TYP_CD" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENT_TYP_CD"/>
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_ENT_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_ENT_TYP_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_entity_ethnic_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct_use_rt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_ETHNIC_TR1" implied="false" onDeleteCascade="false" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ETHNCTY_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SUB_ETHNCTY_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="KRIM_ENTITY_ETHNIC_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_ETHNIC_TR1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_entity_ext_id_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_EXT_ID_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_EXT_ID_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="EXT_ID_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EXT_ID_TYP_CD" foreignKey="KRIM_ENTITY_EXT_ID_TR2" implied="false" onDeleteCascade="false" table="krim_ext_id_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="EXT_ID" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_EXT_ID_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_EXT_ID_ID"/>
         </index>
         <index name="KRIM_ENTITY_EXT_ID_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_EXT_ID_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_EXT_ID_TR2" unique="false">
            <column ascending="true" name="EXT_ID_TYP_CD"/>
         </index>
      </table>
      <table name="krim_entity_nm_t" numRows="38" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_NM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_NM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_nm_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_NM_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="NM_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="FIRST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="MIDDLE_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="LAST_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="SUFFIX_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="PREFIX_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="10" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="11" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="13" name="TITLE_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="NOTE_MSG" nullable="true" remarks="" size="1024" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="NM_CHNG_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_NM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_NM_ID"/>
         </index>
         <index name="KRIM_ENTITY_NM_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_NM_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_entity_phone_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_PHONE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_PHONE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_phone_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_PHONE_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="ENT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENT_TYP_CD" foreignKey="KRIM_ENTITY_PHONE_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PHONE_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PHONE_TYP_CD" foreignKey="KRIM_ENTITY_PHONE_TR2" implied="false" onDeleteCascade="false" table="krim_phone_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="PHONE_NBR" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="PHONE_EXTN_NBR" nullable="true" remarks="" size="8" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="10" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_PHONE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_PHONE_ID"/>
         </index>
         <index name="KRIM_ENTITY_PHONE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_PHONE_TI1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_PHONE_TR1" unique="false">
            <column ascending="true" name="ENT_TYP_CD"/>
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_PHONE_TR2" unique="false">
            <column ascending="true" name="PHONE_TYP_CD"/>
         </index>
      </table>
      <table name="krim_entity_priv_pref_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_bio_t"/>
            <child column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_cache_t"/>
            <child column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_t"/>
            <child column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_person_document_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="3" name="SUPPRESS_NM_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="SUPPRESS_EMAIL_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="SUPPRESS_ADDR_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="SUPPRESS_PHONE_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="SUPPRESS_PRSNL_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_PRIV_PREF_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krim_entity_residency_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct_use_rt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_RESIDENCY_TR1" implied="false" onDeleteCascade="false" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="DETERMINATION_METHOD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="IN_STATE" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="KRIM_ENTITY_RESIDENCY_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_RESIDENCY_TR1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_entity_t" numRows="39" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_AFLTN_TR1" implied="false" onDeleteCascade="true" table="krim_entity_afltn_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_CTZNSHP_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ctznshp_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_EMP_INFO_TR1" implied="false" onDeleteCascade="true" table="krim_entity_emp_info_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_ENT_TYP_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ent_typ_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_ETHNIC_TR1" implied="false" onDeleteCascade="false" table="krim_entity_ethnic_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_EXT_ID_TR1" implied="false" onDeleteCascade="true" table="krim_entity_ext_id_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_NM_TR1" implied="false" onDeleteCascade="true" table="krim_entity_nm_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_RESIDENCY_TR1" implied="false" onDeleteCascade="false" table="krim_entity_residency_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_ENTITY_VISA_TR1" implied="false" onDeleteCascade="false" table="krim_entity_visa_t"/>
            <child column="ENTITY_ID" foreignKey="KRIM_PRNCPL_TR1" implied="false" onDeleteCascade="true" table="krim_prncpl_t"/>
            <parent column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_priv_pref_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="3" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
         <index name="KRIM_ENTITY_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krim_entity_visa_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct_use_rt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_ENTITY_VISA_TR1" implied="false" onDeleteCascade="false" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="VISA_TYPE_KEY" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VISA_ENTRY" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="VISA_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ID"/>
         </index>
         <index name="KRIM_ENTITY_VISA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ENTITY_VISA_TR1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_ext_id_typ_t" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="EXT_ID_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="EXT_ID_TYP_CD" foreignKey="KRIM_ENTITY_EXT_ID_TR2" implied="false" onDeleteCascade="false" table="krim_entity_ext_id_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="4" name="ENCR_REQ_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="EXT_ID_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="EXT_ID_TYP_CD"/>
         </index>
         <index name="KRIM_EXT_ID_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_EXT_ID_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
         </index>
      </table>
      <table name="krim_grp_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
         <index name="KRIM_GRP_ATTR_DATA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_GRP_ATTR_DATA_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_GRP_ATTR_DATA_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
         <index name="KRIM_GRP_ATTR_DATA_TR3" unique="false">
            <column ascending="true" name="GRP_ID"/>
         </index>
      </table>
      <table name="krim_grp_document_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="GRP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="GRP_NMSPC" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="GRP_NM" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="GRP_DESC" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_grp_mbr_t" numRows="41" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="GRP_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="GRP_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_mbr_t"/>
            <child column="GRP_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_prncpl_mt"/>
         </column>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="KRIM_GRP_MBR_TR1" implied="false" onDeleteCascade="true" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="P" digits="0" id="5" name="MBR_TYP_CD" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="GRP_MBR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="GRP_MBR_ID"/>
         </index>
         <index name="KRIM_GRP_MBR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_GRP_MBR_TI1" unique="false">
            <column ascending="true" name="MBR_ID"/>
         </index>
         <index name="KRIM_GRP_MBR_TR1" unique="false">
            <column ascending="true" name="GRP_ID"/>
         </index>
      </table>
      <table name="krim_grp_mbr_v" numRows="0" remarks="" type="VIEW" viewSql="select `g`.`NMSPC_CD` AS `NMSPC_CD`,`g`.`GRP_NM` AS `grp_nm`,`g`.`GRP_ID` AS `GRP_ID`,`p`.`PRNCPL_NM` AS `PRNCPL_NM`,`p`.`PRNCPL_ID` AS `PRNCPL_ID`,`mg`.`GRP_NM` AS `mbr_grp_nm`,`mg`.`GRP_ID` AS `mbr_grp_id` from ((((`rice-2.0`.`krim_grp_mbr_t` `gm` left join `rice_2_0clean`.`krim_grp_t` `g` on((`g`.`GRP_ID` = `gm`.`GRP_ID`))) left join `rice_2_0clean`.`krim_grp_t` `mg` on(((`mg`.`GRP_ID` = `gm`.`MBR_ID`) and (`gm`.`MBR_TYP_CD` = 'G')))) left join `rice_2_0clean`.`krim_prncpl_t` `p` on(((`p`.`PRNCPL_ID` = `gm`.`MBR_ID`) and (`gm`.`MBR_TYP_CD` = 'P')))) left join `rice_2_0clean`.`krim_entity_nm_t` `en` on(((`en`.`ENTITY_ID` = `p`.`ENTITY_ID`) and (`en`.`DFLT_IND` = 'Y') and (`en`.`ACTV_IND` = 'Y')))) order by `g`.`NMSPC_CD`,`g`.`GRP_NM`,`p`.`PRNCPL_NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="grp_nm" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="mbr_grp_nm" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="mbr_grp_id" nullable="true" remarks="" size="40" type="VARCHAR"/>
      </table>
      <table name="krim_grp_t" numRows="18" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="GRP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rte_node_t"/>
            <child column="GRP_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_grp_attr_data_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_document_t"/>
            <child column="GRP_ID" foreignKey="KRIM_GRP_MBR_TR1" implied="false" onDeleteCascade="true" table="krim_grp_mbr_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_mbr_v"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_v"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_attr_data_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_mbr_t"/>
            <child column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_prncpl_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="GRP_NM" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="GRP_DESC" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_GRP_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="GRP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="GRP_ID"/>
         </index>
         <index name="KRIM_GRP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_GRP_TC1" unique="true">
            <column ascending="true" name="GRP_NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_GRP_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_grp_v" numRows="0" remarks="" type="VIEW" viewSql="select `g`.`NMSPC_CD` AS `NMSPC_CD`,`g`.`GRP_NM` AS `grp_nm`,`g`.`GRP_ID` AS `GRP_ID`,`t`.`NM` AS `grp_typ_nm`,`a`.`NM` AS `attr_nm`,`d`.`ATTR_VAL` AS `attr_val` from (((`rice-2.0`.`krim_grp_t` `g` left join `rice_2_0clean`.`krim_grp_attr_data_t` `d` on((`d`.`GRP_ID` = `g`.`GRP_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`a`.`KIM_ATTR_DEFN_ID` = `d`.`KIM_ATTR_DEFN_ID`))) left join `rice_2_0clean`.`krim_typ_t` `t` on((`g`.`KIM_TYP_ID` = `t`.`KIM_TYP_ID`)))">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="grp_nm" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="GRP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="grp_typ_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_perm_attr_data_t" numRows="89" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PERM_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
         <index name="KRIM_PERM_ATTR_DATA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_PERM_ATTR_DATA_TI1" unique="false">
            <column ascending="true" name="PERM_ID"/>
         </index>
         <index name="KRIM_PERM_ATTR_DATA_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_PERM_ATTR_DATA_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krim_perm_attr_v" numRows="0" remarks="" type="VIEW" viewSql="select `t`.`NMSPC_CD` AS `tmpl_nmspc_cd`,`t`.`NM` AS `tmpl_nm`,`t`.`PERM_TMPL_ID` AS `PERM_TMPL_ID`,`p`.`NMSPC_CD` AS `perm_nmspc_cd`,`p`.`NM` AS `perm_nm`,`p`.`PERM_ID` AS `PERM_ID`,`a`.`NM` AS `attr_nm`,`ad`.`ATTR_VAL` AS `attr_val` from (((`rice-2.0`.`krim_perm_t` `p` left join `rice_2_0clean`.`krim_perm_tmpl_t` `t` on((`p`.`PERM_TMPL_ID` = `t`.`PERM_TMPL_ID`))) left join `rice_2_0clean`.`krim_perm_attr_data_t` `ad` on((`p`.`PERM_ID` = `ad`.`PERM_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`ad`.`KIM_ATTR_DEFN_ID` = `a`.`KIM_ATTR_DEFN_ID`))) order by `t`.`NMSPC_CD`,`t`.`NM`,`p`.`NMSPC_CD`,`p`.`PERM_ID`,`a`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="tmpl_nmspc_cd" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="tmpl_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="PERM_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="perm_nmspc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="perm_nm" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_perm_t" numRows="70" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PERM_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_perm_attr_data_t"/>
            <child column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_attr_v"/>
            <child column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_v"/>
            <child column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_perm_t"/>
            <child column="PERM_ID" foreignKey="KRIM_ROLE_PERM_TR1" implied="false" onDeleteCascade="false" table="krim_role_perm_t"/>
            <child column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_perm_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PERM_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_TMPL_ID" foreignKey="KRIM_PERM_TR1" implied="false" onDeleteCascade="false" table="krim_perm_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="DESC_TXT" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="PERM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PERM_ID"/>
         </index>
         <index name="KRIM_PERM_T_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_PERM_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_PERM_TI1" unique="false">
            <column ascending="true" name="PERM_TMPL_ID"/>
         </index>
         <index name="KRIM_PERM_TI2" unique="false">
            <column ascending="true" name="PERM_TMPL_ID"/>
            <column ascending="true" name="ACTV_IND"/>
         </index>
      </table>
      <table name="krim_perm_tmpl_t" numRows="52" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PERM_TMPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_attr_v"/>
            <child column="PERM_TMPL_ID" foreignKey="KRIM_PERM_TR1" implied="false" onDeleteCascade="false" table="krim_perm_t"/>
            <child column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_v"/>
            <child column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_perm_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DESC_TXT" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_PERM_TMPL_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="PERM_TMPL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PERM_TMPL_ID"/>
         </index>
         <index name="KRIM_PERM_TMPL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_PERM_TMPL_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_PERM_TMPL_TI1" unique="false">
            <column ascending="true" name="NMSPC_CD"/>
            <column ascending="true" name="NM"/>
         </index>
         <index name="KRIM_PERM_TMPL_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_perm_v" numRows="0" remarks="" type="VIEW" viewSql="select `t`.`NMSPC_CD` AS `tmpl_nmspc_cd`,`t`.`NM` AS `tmpl_nm`,`t`.`PERM_TMPL_ID` AS `PERM_TMPL_ID`,`p`.`NMSPC_CD` AS `perm_nmspc_cd`,`p`.`NM` AS `perm_nm`,`p`.`PERM_ID` AS `PERM_ID`,`typ`.`NM` AS `perm_typ_nm`,`typ`.`SRVC_NM` AS `SRVC_NM` from ((`rice-2.0`.`krim_perm_t` `p` join `rice_2_0clean`.`krim_perm_tmpl_t` `t` on((`p`.`PERM_TMPL_ID` = `t`.`PERM_TMPL_ID`))) left join `rice_2_0clean`.`krim_typ_t` `typ` on((`t`.`KIM_TYP_ID` = `typ`.`KIM_TYP_ID`)))">
         <column autoUpdated="false" digits="0" id="0" name="tmpl_nmspc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="tmpl_nm" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="PERM_TMPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="perm_nmspc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="perm_nm" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="perm_typ_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="SRVC_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
      </table>
      <table name="krim_person_document_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <child column="FDOC_NBR" foreignKey="KRIM_PND_AFLTN_MT_FK1" implied="false" onDeleteCascade="false" table="krim_pnd_afltn_mt"/>
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ENTITY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_priv_pref_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PRNCPL_NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="PRNCPL_PSWD" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="UNIV_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_phone_typ_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PHONE_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PHONE_TYP_CD" foreignKey="KRIM_ENTITY_PHONE_TR2" implied="false" onDeleteCascade="false" table="krim_entity_phone_t"/>
            <child column="PHONE_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_phone_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PHONE_TYP_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="PHONE_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PHONE_TYP_CD"/>
         </index>
         <index name="KRIM_PHONE_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_PHONE_TYP_TC1" unique="true">
            <column ascending="true" name="PHONE_TYP_NM"/>
         </index>
      </table>
      <table name="krim_pnd_addr_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ADDR_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ADDR_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_addr_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ADDR_LINE_1" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ADDR_LINE_2" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ADDR_LINE_3" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CITY" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="STATE_PVC_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="POSTAL_CD" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="DISPLAY_SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="10" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="11" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="12" name="ENTITY_ADDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ADDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_addr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="13" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="14" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="15" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="ATTN_LINE" nullable="true" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="ADDR_FMT" nullable="true" remarks="" size="256" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="18" name="MOD_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="19" name="VALID_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="20" name="VALID_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="21" name="NOTE_MSG" nullable="true" remarks="" size="1024" type="VARCHAR"/>
         <primaryKey column="ENTITY_ADDR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_ADDR_ID"/>
         </index>
      </table>
      <table name="krim_pnd_afltn_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="KRIM_PND_AFLTN_MT_FK1" implied="false" onDeleteCascade="false" table="krim_person_document_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_AFLTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_AFLTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_afltn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="AFLTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AFLTN_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_afltn_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="CAMPUS_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cmp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="4" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="5" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="8" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ENTITY_AFLTN_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_AFLTN_ID"/>
         </index>
      </table>
      <table name="krim_pnd_ctznshp_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_CTZNSHP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_CTZNSHP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_ctznshp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="CTZNSHP_STAT_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="CTZNSHP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_ctznshp_stat_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="STRT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="END_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENTITY_CTZNSHP_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_CTZNSHP_ID"/>
         </index>
      </table>
      <table name="krim_pnd_dlgn_mbr_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="DLGN_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
      </table>
      <table name="krim_pnd_dlgn_mbr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="DLGN_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="DLGN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="MBR_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="MBR_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="10" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="11" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <primaryKey column="DLGN_MBR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="DLGN_MBR_ID"/>
         </index>
      </table>
      <table name="krim_pnd_dlgn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="DLGN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DLGN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="DLGN_TYP_CD" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="DLGN_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="DLGN_ID"/>
         </index>
      </table>
      <table name="krim_pnd_email_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_EMAIL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_EMAIL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_email_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ENT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENT_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="EMAIL_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMAIL_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_email_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="EMAIL_ADDR" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="7" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENTITY_EMAIL_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_EMAIL_ID"/>
         </index>
      </table>
      <table name="krim_pnd_emp_info_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PRMRY_DEPT_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="ENTITY_EMP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_EMP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_emp_info_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="EMP_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="EMP_REC_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="ENTITY_AFLTN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_AFLTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_afltn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="EMP_STAT_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_emp_stat_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="EMP_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_emp_typ_t"/>
         </column>
         <column autoUpdated="false" digits="2" id="10" name="BASE_SLRY_AMT" nullable="true" remarks="" size="15" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="11" name="PRMRY_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="12" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="13" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENTITY_EMP_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_EMP_ID"/>
         </index>
      </table>
      <table name="krim_pnd_grp_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="GRP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
      </table>
      <table name="krim_pnd_grp_mbr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="GRP_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="GRP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="MBR_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="MBR_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="GRP_MBR_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="GRP_MBR_ID"/>
         </index>
      </table>
      <table name="krim_pnd_grp_prncpl_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="GRP_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_mbr_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="GRP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="GRP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="GRP_NM" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="GRP_TYPE" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="12" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="13" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="GRP_MBR_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="GRP_MBR_ID"/>
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_pnd_nm_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_NM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_NM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_nm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="NM_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="FIRST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="MIDDLE_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="LAST_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="SUFFIX_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="PREFIX_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="10" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="11" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="12" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="TITLE_NM" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="NOTE_MSG" nullable="true" remarks="" size="1024" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="NM_CHNG_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ENTITY_NM_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_NM_ID"/>
         </index>
      </table>
      <table name="krim_pnd_phone_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ENTITY_PHONE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_PHONE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_phone_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ENT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENT_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_ent_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PHONE_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PHONE_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_phone_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="PHONE_NBR" nullable="true" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="PHONE_EXTN_NBR" nullable="true" remarks="" size="8" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="POSTAL_CNTRY_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="DFLT_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="10" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="11" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENTITY_PHONE_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ENTITY_PHONE_ID"/>
         </index>
      </table>
      <table name="krim_pnd_priv_pref_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="3" name="SUPPRESS_NM_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="SUPPRESS_EMAIL_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="SUPPRESS_ADDR_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="SUPPRESS_PHONE_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="SUPPRESS_PRSNL_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="8" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_pnd_role_mbr_attr_data_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="8" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
      </table>
      <table name="krim_pnd_role_mbr_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ROLE_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="MBR_TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="10" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="ROLE_MBR_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ROLE_MBR_ID"/>
         </index>
      </table>
      <table name="krim_pnd_role_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="8" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="ROLE_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ROLE_ID"/>
         </index>
      </table>
      <table name="krim_pnd_role_perm_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ROLE_PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="ROLE_PERM_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ROLE_PERM_ID"/>
         </index>
      </table>
      <table name="krim_pnd_role_rsp_actn_mt" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_RSP_ACTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_RSP_ACTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_actn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="PRIORITY_NBR" nullable="true" remarks="" size="3" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTN_PLCY_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="ROLE_RSP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="9" name="EDIT_FLAG" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="FRC_ACTN" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="ROLE_RSP_ACTN_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_RSP_ACTN_ID"/>
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_pnd_role_rsp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ROLE_RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <primaryKey column="ROLE_RSP_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ROLE_RSP_ID"/>
         </index>
      </table>
      <table name="krim_prncpl_t" numRows="39" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="kr_kim_test_bo"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="kren_chnl_subscrp_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="kren_recip_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="kren_rvwer_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_tkn_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_usr_optn_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_cache_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_mbr_v"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_person_document_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_prncpl_mt"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_v"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_prncpl_v"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_lookup_rslt_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_lookup_sel_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_pessimistic_lock_t"/>
            <child column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_sesn_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ENTITY_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ENTITY_ID" foreignKey="KRIM_PRNCPL_TR1" implied="false" onDeleteCascade="true" table="krim_entity_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="PRNCPL_PSWD" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="PRNCPL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
         <index name="KRIM_PRNCPL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_PRNCPL_TC1" unique="true">
            <column ascending="true" name="PRNCPL_NM"/>
         </index>
         <index name="KRIM_PRNCPL_TR1" unique="false">
            <column ascending="true" name="ENTITY_ID"/>
         </index>
      </table>
      <table name="krim_prncpl_v" numRows="0" remarks="" type="VIEW" viewSql="select `p`.`PRNCPL_ID` AS `PRNCPL_ID`,`p`.`PRNCPL_NM` AS `PRNCPL_NM`,`en`.`FIRST_NM` AS `FIRST_NM`,`en`.`LAST_NM` AS `LAST_NM`,`ea`.`AFLTN_TYP_CD` AS `AFLTN_TYP_CD`,`ea`.`CAMPUS_CD` AS `CAMPUS_CD`,`eei`.`EMP_STAT_CD` AS `EMP_STAT_CD`,`eei`.`EMP_TYP_CD` AS `EMP_TYP_CD` from (((`rice-2.0`.`krim_prncpl_t` `p` left join `rice_2_0clean`.`krim_entity_emp_info_t` `eei` on((`eei`.`ENTITY_ID` = `p`.`ENTITY_ID`))) left join `rice_2_0clean`.`krim_entity_afltn_t` `ea` on((`ea`.`ENTITY_ID` = `p`.`ENTITY_ID`))) left join `rice_2_0clean`.`krim_entity_nm_t` `en` on(((`p`.`ENTITY_ID` = `en`.`ENTITY_ID`) and ('Y' = `en`.`DFLT_IND`))))">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="PRNCPL_NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="FIRST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="LAST_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="AFLTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AFLTN_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_afltn_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="CAMPUS_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cmp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="EMP_STAT_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_STAT_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_emp_stat_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="EMP_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="EMP_TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_emp_typ_t"/>
         </column>
      </table>
      <table name="krim_role_document_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="ROLE_NMSPC" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ROLE_NM" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="krim_role_grp_v" numRows="0" remarks="" type="VIEW" viewSql="select `r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`r`.`ROLE_ID` AS `role_id`,`g`.`NMSPC_CD` AS `grp_nmspc_cd`,`g`.`GRP_NM` AS `GRP_NM`,`rm`.`ROLE_MBR_ID` AS `ROLE_MBR_ID`,`a`.`NM` AS `attr_nm`,`d`.`ATTR_VAL` AS `attr_val` from ((((`rice-2.0`.`krim_role_mbr_t` `rm` left join `rice_2_0clean`.`krim_role_t` `r` on((`r`.`ROLE_ID` = `rm`.`ROLE_ID`))) left join `rice_2_0clean`.`krim_grp_t` `g` on((`g`.`GRP_ID` = `rm`.`MBR_ID`))) left join `rice_2_0clean`.`krim_role_mbr_attr_data_t` `d` on((`d`.`ROLE_MBR_ID` = `rm`.`ROLE_MBR_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`a`.`KIM_ATTR_DEFN_ID` = `d`.`KIM_ATTR_DEFN_ID`))) where (`rm`.`MBR_TYP_CD` = 'G') order by `r`.`NMSPC_CD`,`r`.`ROLE_NM`,`g`.`NMSPC_CD`,`g`.`GRP_NM`,`rm`.`ROLE_MBR_ID`,`a`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="role_id" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="grp_nmspc_cd" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="GRP_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="ROLE_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_role_mbr_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_attr_data_t"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_attr_data_t"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_attr_data_t"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_attr_data_t"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_attr_data_t"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_attr_data_mt"/>
            <child column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_ROLE_MBR_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_ROLE_MBR_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_ATTR_DATA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_ATTR_DATA_TI1" unique="false">
            <column ascending="true" name="ROLE_MBR_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_ATTR_DATA_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_ATTR_DATA_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krim_role_mbr_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_MBR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_dlgn_mbr_t"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_t"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_attr_data_mt"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_mt"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_actn_mt"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_grp_v"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_prncpl_v"/>
            <child column="role_mbr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_role_v"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_actn_t"/>
            <child column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_role_actn_v"/>
         </column>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="KRIM_ROLE_MBR_TR1" implied="false" onDeleteCascade="true" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="P" digits="0" id="5" name="MBR_TYP_CD" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="7" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ROLE_MBR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_MBR_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_TI1" unique="false">
            <column ascending="true" name="MBR_ID"/>
         </index>
         <index name="KRIM_ROLE_MBR_TI2" unique="false">
            <column ascending="true" name="ROLE_ID"/>
            <column ascending="true" name="MBR_ID"/>
            <column ascending="true" name="MBR_TYP_CD"/>
         </index>
         <index name="KRIM_ROLE_MBR_TI3" unique="false">
            <column ascending="true" name="MBR_ID"/>
            <column ascending="true" name="MBR_TYP_CD"/>
         </index>
      </table>
      <table name="krim_role_perm_t" numRows="83" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ROLE_PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="KRIM_ROLE_PERM_TR1" implied="false" onDeleteCascade="false" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ROLE_PERM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_PERM_ID"/>
         </index>
         <index name="KRIM_ROLE_PERM_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_PERM_TI1" unique="false">
            <column ascending="true" name="PERM_ID"/>
         </index>
         <index name="KRIM_ROLE_PERM_TI2" unique="false">
            <column ascending="true" name="PERM_ID"/>
            <column ascending="true" name="ACTV_IND"/>
         </index>
      </table>
      <table name="krim_role_perm_v" numRows="0" remarks="" type="VIEW" viewSql="select `r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`r`.`ROLE_ID` AS `role_id`,`pt`.`NMSPC_CD` AS `tmpl_nmspc_cd`,`pt`.`NM` AS `tmpl_nm`,`pt`.`PERM_TMPL_ID` AS `PERM_TMPL_ID`,`p`.`NMSPC_CD` AS `perm_nmpsc_cd`,`p`.`NM` AS `perm_nm`,`p`.`PERM_ID` AS `PERM_ID`,`a`.`NM` AS `attr_nm`,`ad`.`ATTR_VAL` AS `attr_val` from (((((`rice-2.0`.`krim_perm_t` `p` left join `rice_2_0clean`.`krim_perm_tmpl_t` `pt` on((`p`.`PERM_TMPL_ID` = `pt`.`PERM_TMPL_ID`))) left join `rice_2_0clean`.`krim_perm_attr_data_t` `ad` on((`p`.`PERM_ID` = `ad`.`PERM_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`ad`.`KIM_ATTR_DEFN_ID` = `a`.`KIM_ATTR_DEFN_ID`))) left join `rice_2_0clean`.`krim_role_perm_t` `rp` on((`rp`.`PERM_ID` = `p`.`PERM_ID`))) left join `rice_2_0clean`.`krim_role_t` `r` on((`rp`.`ROLE_ID` = `r`.`ROLE_ID`))) order by `r`.`NMSPC_CD`,`r`.`ROLE_NM`,`pt`.`NMSPC_CD`,`pt`.`NM`,`p`.`PERM_ID`,`a`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="role_id" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="tmpl_nmspc_cd" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="tmpl_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="PERM_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_TMPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="perm_nmpsc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="perm_nm" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="PERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PERM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_perm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_role_prncpl_v" numRows="0" remarks="" type="VIEW" viewSql="select `r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`r`.`ROLE_ID` AS `ROLE_ID`,`p`.`PRNCPL_NM` AS `PRNCPL_NM`,`p`.`PRNCPL_ID` AS `PRNCPL_ID`,`en`.`FIRST_NM` AS `FIRST_NM`,`en`.`LAST_NM` AS `LAST_NM`,`rm`.`ROLE_MBR_ID` AS `ROLE_MBR_ID`,`ad`.`NM` AS `attr_nm`,`rmad`.`ATTR_VAL` AS `attr_val` from (((((`rice-2.0`.`krim_role_t` `r` left join `rice_2_0clean`.`krim_role_mbr_t` `rm` on((`r`.`ROLE_ID` = `rm`.`ROLE_ID`))) left join `rice_2_0clean`.`krim_role_mbr_attr_data_t` `rmad` on((`rm`.`ROLE_MBR_ID` = `rmad`.`ROLE_MBR_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `ad` on((`rmad`.`KIM_ATTR_DEFN_ID` = `ad`.`KIM_ATTR_DEFN_ID`))) left join `rice_2_0clean`.`krim_prncpl_t` `p` on(((`rm`.`MBR_ID` = `p`.`PRNCPL_ID`) and (`rm`.`MBR_TYP_CD` = 'P')))) left join `rice_2_0clean`.`krim_entity_nm_t` `en` on((`p`.`ENTITY_ID` = `en`.`ENTITY_ID`))) where (`en`.`DFLT_IND` = 'Y') order by `r`.`NMSPC_CD`,`r`.`ROLE_NM`,`p`.`PRNCPL_NM`,`rm`.`ROLE_MBR_ID`,`ad`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_NM" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="PRNCPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="FIRST_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="LAST_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_role_role_v" numRows="0" remarks="" type="VIEW" viewSql="select `r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`r`.`ROLE_ID` AS `role_id`,`mr`.`NMSPC_CD` AS `mbr_role_nmspc_cd`,`mr`.`ROLE_NM` AS `mbr_role_nm`,`mr`.`ROLE_ID` AS `mbr_role_id`,`rm`.`ROLE_MBR_ID` AS `role_mbr_id`,`a`.`NM` AS `attr_nm`,`d`.`ATTR_VAL` AS `attr_val` from ((((`rice-2.0`.`krim_role_mbr_t` `rm` left join `rice_2_0clean`.`krim_role_t` `r` on((`r`.`ROLE_ID` = `rm`.`ROLE_ID`))) left join `rice_2_0clean`.`krim_role_t` `mr` on((`mr`.`ROLE_ID` = `rm`.`MBR_ID`))) left join `rice_2_0clean`.`krim_role_mbr_attr_data_t` `d` on((`d`.`ROLE_MBR_ID` = `rm`.`ROLE_MBR_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`a`.`KIM_ATTR_DEFN_ID` = `d`.`KIM_ATTR_DEFN_ID`))) where (`rm`.`MBR_TYP_CD` = 'R') order by `r`.`NMSPC_CD`,`r`.`ROLE_NM`,`mr`.`NMSPC_CD`,`mr`.`ROLE_NM`,`rm`.`ROLE_MBR_ID`,`a`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="role_id" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="mbr_role_nmspc_cd" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="mbr_role_nm" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="mbr_role_id" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="role_mbr_id" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_role_rsp_actn_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_RSP_ACTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ROLE_RSP_ACTN_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_actn_mt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ACTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="PRIORITY_NBR" nullable="true" remarks="" size="3" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="ACTN_PLCY_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="ROLE_RSP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="N" digits="0" id="8" name="FRC_ACTN" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ROLE_RSP_ACTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_RSP_ACTN_ID"/>
         </index>
         <index name="KRIM_ROLE_RSP_ACTN_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_RSP_ACTN_TC1" unique="true">
            <column ascending="true" name="ROLE_RSP_ID"/>
            <column ascending="true" name="ROLE_MBR_ID"/>
         </index>
      </table>
      <table name="krim_role_rsp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_actn_mt"/>
            <child column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_t"/>
            <child column="ROLE_RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_actn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="RSP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="KRIM_ROLE_RSP_TR1" implied="false" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ROLE_RSP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_RSP_ID"/>
         </index>
         <index name="KRIM_ROLE_RSP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_RSP_TI1" unique="false">
            <column ascending="true" name="RSP_ID"/>
         </index>
      </table>
      <table name="krim_role_t" numRows="14" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ROLE_ID" foreignKey="KRIM_DLGN_TR1" implied="false" onDeleteCascade="false" table="krim_dlgn_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_mt"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mt"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_perm_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_document_t"/>
            <child column="role_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_grp_v"/>
            <child column="ROLE_ID" foreignKey="KRIM_ROLE_MBR_TR1" implied="false" onDeleteCascade="true" table="krim_role_mbr_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_perm_t"/>
            <child column="role_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_perm_v"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_prncpl_v"/>
            <child column="role_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_role_v"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_rsp_t"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_v"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_role_actn_v"/>
            <child column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_role_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_NM" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_ROLE_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ROLE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ROLE_ID"/>
         </index>
         <index name="KRIM_ROLE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_ROLE_TC1" unique="true">
            <column ascending="true" name="ROLE_NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_ROLE_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_role_v" numRows="0" remarks="" type="VIEW" viewSql="select `r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`r`.`ROLE_ID` AS `ROLE_ID`,`t`.`NM` AS `role_typ_nm`,`t`.`SRVC_NM` AS `SRVC_NM`,`t`.`KIM_TYP_ID` AS `KIM_TYP_ID` from `rice-2.0`.`krim_role_t` `r` join `rice_2_0clean`.`krim_typ_t` `t` where ((`t`.`KIM_TYP_ID` = `r`.`KIM_TYP_ID`) and (`r`.`ACTV_IND` = 'Y')) order by `r`.`NMSPC_CD`,`r`.`ROLE_NM`">
         <column autoUpdated="false" digits="0" id="0" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ROLE_NM" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="ROLE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="role_typ_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SRVC_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
      </table>
      <table name="krim_rsp_attr_data_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DATA_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="RSP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR2" implied="false" onDeleteCascade="false" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DATA_ID"/>
         </index>
         <index name="KRIM_RSP_ATTR_DATA_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_RSP_ATTR_DATA_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_RSP_ATTR_DATA_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
         <index name="KRIM_RSP_ATTR_DATA_TR3" unique="false">
            <column ascending="true" name="RSP_ID"/>
         </index>
      </table>
      <table name="krim_rsp_attr_v" numRows="0" remarks="" type="VIEW" viewSql="select `rice-2.0`.`krim_typ_t`.`NM` AS `responsibility_type_name`,`rice_2_0clean`.`krim_rsp_tmpl_t`.`NM` AS `rsp_TEMPLATE_NAME`,`rice_2_0clean`.`krim_rsp_t`.`NMSPC_CD` AS `rsp_namespace_code`,`rice_2_0clean`.`krim_rsp_t`.`NM` AS `rsp_NAME`,`rice_2_0clean`.`krim_rsp_t`.`RSP_ID` AS `rsp_id`,`rice_2_0clean`.`krim_attr_defn_t`.`NM` AS `attribute_name`,`rice_2_0clean`.`krim_rsp_attr_data_t`.`ATTR_VAL` AS `attribute_value` from ((((`rice_2_0clean`.`krim_rsp_t` join `rice_2_0clean`.`krim_rsp_attr_data_t` on((`rice_2_0clean`.`krim_rsp_t`.`RSP_ID` = `rice_2_0clean`.`krim_rsp_attr_data_t`.`RSP_ID`))) join `rice_2_0clean`.`krim_attr_defn_t` on((`rice_2_0clean`.`krim_rsp_attr_data_t`.`KIM_ATTR_DEFN_ID` = `rice_2_0clean`.`krim_attr_defn_t`.`KIM_ATTR_DEFN_ID`))) join `rice_2_0clean`.`krim_rsp_tmpl_t` on((`rice_2_0clean`.`krim_rsp_t`.`RSP_TMPL_ID` = `rice_2_0clean`.`krim_rsp_tmpl_t`.`RSP_TMPL_ID`))) join `rice_2_0clean`.`krim_typ_t` on((`rice_2_0clean`.`krim_rsp_tmpl_t`.`KIM_TYP_ID` = `rice_2_0clean`.`krim_typ_t`.`KIM_TYP_ID`))) order by `rice_2_0clean`.`krim_rsp_tmpl_t`.`NM`,`rice_2_0clean`.`krim_rsp_t`.`NM`,`rice_2_0clean`.`krim_attr_defn_t`.`NM`">
         <column autoUpdated="false" digits="0" id="0" name="responsibility_type_name" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="rsp_TEMPLATE_NAME" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="rsp_namespace_code" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="rsp_NAME" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="rsp_id" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="attribute_name" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="attribute_value" nullable="true" remarks="" size="400" type="VARCHAR"/>
      </table>
      <table name="krim_rsp_role_actn_v" numRows="0" remarks="" type="VIEW" viewSql="select `rsp`.`NMSPC_CD` AS `rsp_nmspc_cd`,`rsp`.`RSP_ID` AS `rsp_id`,`r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`rr`.`ROLE_ID` AS `ROLE_ID`,`rm`.`MBR_ID` AS `MBR_ID`,`rm`.`MBR_TYP_CD` AS `MBR_TYP_CD`,`rm`.`ROLE_MBR_ID` AS `ROLE_MBR_ID`,`actn`.`ACTN_TYP_CD` AS `ACTN_TYP_CD`,`actn`.`ACTN_PLCY_CD` AS `ACTN_PLCY_CD`,`actn`.`FRC_ACTN` AS `FRC_ACTN`,`actn`.`PRIORITY_NBR` AS `PRIORITY_NBR` from (((((`rice-2.0`.`krim_rsp_t` `rsp` left join `rice_2_0clean`.`krim_rsp_tmpl_t` `rspt` on((`rsp`.`RSP_TMPL_ID` = `rspt`.`RSP_TMPL_ID`))) left join `rice_2_0clean`.`krim_role_rsp_t` `rr` on((`rr`.`RSP_ID` = `rsp`.`RSP_ID`))) left join `rice_2_0clean`.`krim_role_mbr_t` `rm` on((`rm`.`ROLE_ID` = `rr`.`ROLE_ID`))) left join `rice_2_0clean`.`krim_role_rsp_actn_t` `actn` on(((`actn`.`ROLE_RSP_ID` = `rr`.`ROLE_RSP_ID`) and ((`actn`.`ROLE_MBR_ID` = `rm`.`ROLE_MBR_ID`) or (`actn`.`ROLE_MBR_ID` = '*'))))) left join `rice_2_0clean`.`krim_role_t` `r` on((`rr`.`ROLE_ID` = `r`.`ROLE_ID`))) order by `rsp`.`NMSPC_CD`,`rsp`.`RSP_ID`,`rr`.`ROLE_ID`,`rm`.`ROLE_MBR_ID`">
         <column autoUpdated="false" digits="0" id="0" name="rsp_nmspc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="rsp_id" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ROLE_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ROLE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="P" digits="0" id="6" name="MBR_TYP_CD" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="ROLE_MBR_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_MBR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_mbr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="ACTN_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="ACTN_PLCY_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="10" name="FRC_ACTN" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="PRIORITY_NBR" nullable="true" remarks="" size="3" type="DECIMAL"/>
      </table>
      <table name="krim_rsp_role_v" numRows="0" remarks="" type="VIEW" viewSql="select `rspt`.`NMSPC_CD` AS `rsp_tmpl_nmspc_cd`,`rspt`.`NM` AS `rsp_tmpl_nm`,`rsp`.`NMSPC_CD` AS `rsp_nmspc_cd`,`rsp`.`NM` AS `rsp_nm`,`rsp`.`RSP_ID` AS `rsp_id`,`a`.`NM` AS `attr_nm`,`d`.`ATTR_VAL` AS `attr_val`,`r`.`NMSPC_CD` AS `NMSPC_CD`,`r`.`ROLE_NM` AS `ROLE_NM`,`rr`.`ROLE_ID` AS `ROLE_ID` from (((((`rice-2.0`.`krim_rsp_t` `rsp` left join `rice_2_0clean`.`krim_rsp_tmpl_t` `rspt` on((`rsp`.`RSP_TMPL_ID` = `rspt`.`RSP_TMPL_ID`))) left join `rice_2_0clean`.`krim_rsp_attr_data_t` `d` on((`rsp`.`RSP_ID` = `d`.`RSP_ID`))) left join `rice_2_0clean`.`krim_attr_defn_t` `a` on((`d`.`KIM_ATTR_DEFN_ID` = `a`.`KIM_ATTR_DEFN_ID`))) left join `rice_2_0clean`.`krim_role_rsp_t` `rr` on((`rr`.`RSP_ID` = `rsp`.`RSP_ID`))) left join `rice_2_0clean`.`krim_role_t` `r` on((`rr`.`ROLE_ID` = `r`.`ROLE_ID`))) order by `rspt`.`NMSPC_CD`,`rspt`.`NM`,`rsp`.`NMSPC_CD`,`rsp`.`NM`,`rsp`.`RSP_ID`,`a`.`NM`,`d`.`ATTR_VAL`">
         <column autoUpdated="false" digits="0" id="0" name="rsp_tmpl_nmspc_cd" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="rsp_tmpl_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="rsp_nmspc_cd" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="rsp_nm" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="rsp_id" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="attr_nm" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="attr_val" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="ROLE_NM" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="ROLE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ROLE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_t"/>
         </column>
      </table>
      <table name="krim_rsp_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RSP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_itm_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_dlgn_rsp_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_out_box_itm_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_ppl_flw_dlgt_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_ppl_flw_mbr_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_rsp_t"/>
            <child column="RSP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_t"/>
            <child column="RSP_ID" foreignKey="KRIM_ROLE_RSP_TR1" implied="false" onDeleteCascade="false" table="krim_role_rsp_t"/>
            <child column="RSP_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR3" implied="false" onDeleteCascade="true" table="krim_rsp_attr_data_t"/>
            <child column="rsp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_attr_v"/>
            <child column="rsp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_role_actn_v"/>
            <child column="rsp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_rsp_role_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="RSP_TMPL_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RSP_TMPL_ID" foreignKey="KRIM_RSP_TR1" implied="false" onDeleteCascade="false" table="krim_rsp_tmpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="DESC_TXT" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="RSP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RSP_ID"/>
         </index>
         <index name="KRIM_RSP_T_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_RSP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_RSP_TR1" unique="false">
            <column ascending="true" name="RSP_TMPL_ID"/>
         </index>
      </table>
      <table name="krim_rsp_tmpl_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RSP_TMPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RSP_TMPL_ID" foreignKey="KRIM_RSP_TR1" implied="false" onDeleteCascade="false" table="krim_rsp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="KIM_TYP_ID" nullable="false" remarks="" size="100" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_RSP_TMPL_TR1" implied="false" onDeleteCascade="false" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="DESC_TXT" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="RSP_TMPL_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RSP_TMPL_ID"/>
         </index>
         <index name="KRIM_RSP_TMPL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_RSP_TMPL_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRIM_RSP_TMPL_TR1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_typ_attr_t" numRows="73" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="KIM_TYP_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="SORT_CD" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_TYP_ID" foreignKey="KRIM_TYP_ATTRIBUTE_TR1" implied="false" onDeleteCascade="true" table="krim_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="KIM_ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="KIM_ATTR_DEFN_ID" foreignKey="KRIM_TYP_ATTR_TR2" implied="false" onDeleteCascade="true" table="krim_attr_defn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="KIM_TYP_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="KIM_TYP_ATTR_ID"/>
         </index>
         <index name="KRIM_TYP_ATTR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRIM_TYP_ATTR_TR2" unique="false">
            <column ascending="true" name="KIM_ATTR_DEFN_ID"/>
         </index>
         <index name="KRIM_TYP_ATTRIBUTE_TI1" unique="false">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
      </table>
      <table name="krim_typ_t" numRows="39" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="KIM_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="KIM_TYP_ID" foreignKey="KRIM_DLGN_MBR_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_dlgn_mbr_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_DLGN_TR2" implied="false" onDeleteCascade="false" table="krim_dlgn_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_GRP_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_grp_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_document_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_GRP_TR1" implied="false" onDeleteCascade="false" table="krim_grp_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_PERM_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_perm_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_PERM_TMPL_TR1" implied="false" onDeleteCascade="false" table="krim_perm_tmpl_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_prncpl_mt"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_attr_data_mt"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mt"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_ROLE_MBR_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_role_mbr_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_ROLE_TR1" implied="false" onDeleteCascade="false" table="krim_role_t"/>
            <child column="KIM_TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_v"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_RSP_ATTR_DATA_TR1" implied="false" onDeleteCascade="false" table="krim_rsp_attr_data_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_RSP_TMPL_TR1" implied="false" onDeleteCascade="false" table="krim_rsp_tmpl_t"/>
            <child column="KIM_TYP_ID" foreignKey="KRIM_TYP_ATTRIBUTE_TR1" implied="false" onDeleteCascade="true" table="krim_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SRVC_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="NMSPC_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="KIM_TYP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="KIM_TYP_ID"/>
         </index>
         <index name="KRIM_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krlc_cmp_t" numRows="12" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CAMPUS_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_afltn_t"/>
            <child column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_afltn_mt"/>
            <child column="CAMPUS_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="CAMPUS_NM" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="CAMPUS_SHRT_NM" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CAMPUS_TYP_CD" nullable="true" remarks="" size="1" type="VARCHAR">
            <parent column="CAMPUS_TYP_CD" foreignKey="SH_CAMPUS_TR1" implied="false" onDeleteCascade="false" table="krlc_cmp_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="CAMPUS_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CAMPUS_CD"/>
         </index>
         <index name="KRNS_CAMPUS_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="SH_CAMPUS_TR1" unique="false">
            <column ascending="true" name="CAMPUS_TYP_CD"/>
         </index>
      </table>
      <table name="krlc_cmp_typ_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CAMPUS_TYP_CD" nullable="false" remarks="" size="1" type="VARCHAR">
            <child column="CAMPUS_TYP_CD" foreignKey="SH_CAMPUS_TR1" implied="false" onDeleteCascade="false" table="krlc_cmp_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="CMP_TYP_NM" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="CAMPUS_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CAMPUS_TYP_CD"/>
         </index>
         <index name="KRNS_CMP_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krlc_cntry_t" numRows="305" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="POSTAL_CNTRY_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_addr_t"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_ctznshp_t"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_phone_t"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_addr_mt"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_ctznshp_mt"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_phone_mt"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cnty_t"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR1" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
            <child column="POSTAL_CNTRY_CD" foreignKey="KR_STATE_TR1" implied="false" onDeleteCascade="false" table="krlc_st_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="POSTAL_CNTRY_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="PSTL_CNTRY_RSTRC_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ALT_POSTAL_CNTRY_CD" nullable="true" remarks="" size="3" type="VARCHAR"/>
         <primaryKey column="POSTAL_CNTRY_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_COUNTRY_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krlc_cnty_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="COUNTY_CD" nullable="false" remarks="" size="10" type="VARCHAR">
            <child column="COUNTY_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="STATE_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="POSTAL_STATE_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
         </column>
         <column autoUpdated="false" defaultValue="US" digits="0" id="2" name="POSTAL_CNTRY_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
            <parent column="POSTAL_CNTRY_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="COUNTY_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="COUNTY_CD" sequenceNumberInPK="1"/>
         <primaryKey column="POSTAL_CNTRY_CD" sequenceNumberInPK="2"/>
         <primaryKey column="STATE_CD" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="COUNTY_CD"/>
            <column ascending="true" name="STATE_CD"/>
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_COUNTY_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krlc_pstl_cd_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="POSTAL_CD" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="US" digits="0" id="1" name="POSTAL_CNTRY_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <parent column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR1" implied="false" onDeleteCascade="false" table="krlc_cntry_t"/>
            <parent column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_cnty_t"/>
            <parent column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR2" implied="false" onDeleteCascade="false" table="krlc_st_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="POSTAL_STATE_CD" nullable="true" remarks="" size="2" type="VARCHAR">
            <parent column="STATE_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_cnty_t"/>
            <parent column="POSTAL_STATE_CD" foreignKey="KR_POSTAL_CODE_TR2" implied="false" onDeleteCascade="false" table="krlc_st_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="COUNTY_CD" nullable="true" remarks="" size="10" type="VARCHAR">
            <parent column="COUNTY_CD" foreignKey="KR_POSTAL_CODE_TR3" implied="false" onDeleteCascade="false" table="krlc_cnty_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="POSTAL_CITY_NM" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="7" name="ACTV_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="POSTAL_CD" sequenceNumberInPK="1"/>
         <primaryKey column="POSTAL_CNTRY_CD" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="POSTAL_CD"/>
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_POSTAL_CODE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KR_POSTAL_CODE_TR1" unique="false">
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_POSTAL_CODE_TR2" unique="false">
            <column ascending="true" name="POSTAL_STATE_CD"/>
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_POSTAL_CODE_TR3" unique="false">
            <column ascending="true" name="COUNTY_CD"/>
            <column ascending="true" name="POSTAL_STATE_CD"/>
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
      </table>
      <table name="krlc_st_t" numRows="63" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="POSTAL_STATE_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="POSTAL_STATE_CD" foreignKey="KR_POSTAL_CODE_TR2" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
         </column>
         <column autoUpdated="false" defaultValue="US" digits="0" id="1" name="POSTAL_CNTRY_CD" nullable="false" remarks="" size="2" type="VARCHAR">
            <child column="POSTAL_CNTRY_CD" foreignKey="KR_POSTAL_CODE_TR2" implied="false" onDeleteCascade="false" table="krlc_pstl_cd_t"/>
            <parent column="POSTAL_CNTRY_CD" foreignKey="KR_STATE_TR1" implied="false" onDeleteCascade="false" table="krlc_cntry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="POSTAL_STATE_NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV_IND" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="POSTAL_CNTRY_CD" sequenceNumberInPK="1"/>
         <primaryKey column="POSTAL_STATE_CD" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="POSTAL_STATE_CD"/>
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
         <index name="KR_STATE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KR_STATE_TR1" unique="false">
            <column ascending="true" name="POSTAL_CNTRY_CD"/>
         </index>
      </table>
      <table name="krms_actn_attr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_ATTR_DATA_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ACTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ACTN_ID" foreignKey="KRMS_ACTN_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_actn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_ACTN_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ACTN_ATTR_DATA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_ATTR_DATA_ID"/>
         </index>
         <index name="KRMS_ACTN_ATTR_TI1" unique="false">
            <column ascending="true" name="ACTN_ID"/>
         </index>
         <index name="KRMS_ACTN_ATTR_TI2" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krms_actn_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACTN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ACTN_ID" foreignKey="KRMS_ACTN_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_actn_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="RULE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="KRMS_ACTN_FK1" implied="false" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="SEQ_NO" nullable="true" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="ACTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACTN_ID"/>
         </index>
         <index name="KRMS_ACTN_TC2" unique="true">
            <column ascending="true" name="ACTN_ID"/>
            <column ascending="true" name="RULE_ID"/>
            <column ascending="true" name="SEQ_NO"/>
         </index>
         <index name="KRMS_ACTN_TI1" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
         <index name="KRMS_ACTN_TI2" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
         <index name="KRMS_ACTN_TI3" unique="false">
            <column ascending="true" name="RULE_ID"/>
            <column ascending="true" name="SEQ_NO"/>
         </index>
      </table>
      <table name="krms_agenda_attr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="AGENDA_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="AGENDA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ID" foreignKey="KRMS_AGENDA_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_agenda_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_AGENDA_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="AGENDA_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AGENDA_ATTR_ID"/>
         </index>
         <index name="KRMS_AGENDA_ATTR_T12" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KRMS_AGENDA_ATTR_TI1" unique="false">
            <column ascending="true" name="AGENDA_ID"/>
         </index>
      </table>
      <table name="krms_agenda_itm_t" numRows="9" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="AGENDA_ITM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ALWAYS" foreignKey="KRMS_AGENDA_ITM_FK6" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
            <child column="WHEN_FALSE" foreignKey="KRMS_AGENDA_ITM_FK5" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
            <child column="WHEN_TRUE" foreignKey="KRMS_AGENDA_ITM_FK4" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="RULE_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="KRMS_AGENDA_ITM_FK1" implied="false" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="SUB_AGENDA_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ID" foreignKey="KRMS_AGENDA_ITM_FK3" implied="false" onDeleteCascade="false" table="krms_agenda_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="AGENDA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ID" foreignKey="KRMS_AGENDA_ITM_FK2" implied="false" onDeleteCascade="false" table="krms_agenda_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="5" name="WHEN_TRUE" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ITM_ID" foreignKey="KRMS_AGENDA_ITM_FK4" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="WHEN_FALSE" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ITM_ID" foreignKey="KRMS_AGENDA_ITM_FK5" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="ALWAYS" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="AGENDA_ITM_ID" foreignKey="KRMS_AGENDA_ITM_FK6" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
         </column>
         <primaryKey column="AGENDA_ITM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AGENDA_ITM_ID"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI1" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI2" unique="false">
            <column ascending="true" name="AGENDA_ID"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI3" unique="false">
            <column ascending="true" name="SUB_AGENDA_ID"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI4" unique="false">
            <column ascending="true" name="WHEN_TRUE"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI5" unique="false">
            <column ascending="true" name="WHEN_FALSE"/>
         </index>
         <index name="KRMS_AGENDA_ITM_TI6" unique="false">
            <column ascending="true" name="ALWAYS"/>
         </index>
      </table>
      <table name="krms_agenda_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="AGENDA_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="AGENDA_ID" foreignKey="KRMS_AGENDA_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_agenda_attr_t"/>
            <child column="AGENDA_ID" foreignKey="KRMS_AGENDA_ITM_FK2" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
            <child column="SUB_AGENDA_ID" foreignKey="KRMS_AGENDA_ITM_FK3" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_AGENDA_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="INIT_AGENDA_ITM_ID" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="AGENDA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="AGENDA_ID"/>
         </index>
         <index name="KRMS_AGENDA_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="CNTXT_ID"/>
         </index>
         <index name="KRMS_AGENDA_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
      </table>
      <table name="krms_attr_defn_t" numRows="11" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ATTR_DEFN_ID" nullable="false" remarks="" size="255" type="VARCHAR">
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_ACTN_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_actn_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_AGENDA_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_agenda_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_CNTXT_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_cntxt_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_RULE_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_rule_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_TERM_RSLVR_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_term_rslvr_attr_t"/>
            <child column="ATTR_DEFN_ID" foreignKey="KRMS_TYP_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="LBL" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CMPNT_NM" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="ATTR_DEFN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KRMS_ATTR_DEFN_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krms_cmpnd_prop_props_t" numRows="11" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CMPND_PROP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PROP_ID" foreignKey="KRMS_CMPND_PROP_PROPS_FK2" implied="false" onDeleteCascade="false" table="krms_prop_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="PROP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PROP_ID" foreignKey="KRMS_CMPND_PROP_PROPS_FK1" implied="false" onDeleteCascade="false" table="krms_prop_t"/>
         </column>
         <primaryKey column="CMPND_PROP_ID" sequenceNumberInPK="1"/>
         <primaryKey column="PROP_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CMPND_PROP_ID"/>
            <column ascending="true" name="PROP_ID"/>
         </index>
         <index name="KRMS_CMPND_PROP_PROPS_FK2" unique="false">
            <column ascending="true" name="CMPND_PROP_ID"/>
         </index>
         <index name="KRMS_CMPND_PROP_PROPS_TI1" unique="false">
            <column ascending="true" name="PROP_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_attr_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_DEFN_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_CNTXT_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CNTXT_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_ATTR_ID"/>
         </index>
         <index name="KRMS_CNTXT_ATTR_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
         <index name="KRMS_CNTXT_ATTR_TI2" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="CNTXT_ID" foreignKey="KRMS_AGENDA_FK1" implied="false" onDeleteCascade="false" table="krms_agenda_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_attr_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_ACTN_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_actn_typ_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_AGENDA_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_agenda_typ_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_FUNC_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_func_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_RULE_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_rule_typ_t"/>
            <child column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_TERM_SPEC_TI1" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_term_spec_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="CNTXT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
         <index name="KRMS_CNTXT_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krms_cntxt_vld_actn_typ_t" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_VLD_ACTN_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_ACTN_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ACTN_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CNTXT_VLD_ACTN_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_VLD_ACTN_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_ACTN_TYP_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_vld_agenda_typ_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_VLD_AGENDA_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_AGENDA_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="AGENDA_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CNTXT_VLD_AGENDA_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_VLD_AGENDA_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_AGENDA_TYP_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_vld_func_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_VLD_FUNC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_FUNC_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="FUNC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="FUNC_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_func_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CNTXT_VLD_FUNC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_VLD_FUNC_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_FUNC_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_vld_rule_typ_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_VLD_RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_RULE_TYP_FK1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RULE_TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CNTXT_VLD_RULE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_VLD_RULE_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_RULE_TYP_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
      </table>
      <table name="krms_cntxt_vld_term_spec_t" numRows="8" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CNTXT_TERM_SPEC_PREREQ_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="CNTXT_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CNTXT_ID" foreignKey="KRMS_CNTXT_VLD_TERM_SPEC_TI1" implied="false" onDeleteCascade="false" table="krms_cntxt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_SPEC_ID" foreignKey="KRMS_CNTXT_VLD_TERM_SPEC_TI2" implied="false" onDeleteCascade="false" table="krms_term_spec_t"/>
         </column>
         <column autoUpdated="false" defaultValue="n" digits="0" id="3" name="PREREQ" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="CNTXT_TERM_SPEC_PREREQ_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CNTXT_TERM_SPEC_PREREQ_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_TERM_SPEC_TI1" unique="false">
            <column ascending="true" name="CNTXT_ID"/>
         </index>
         <index name="KRMS_CNTXT_VLD_TERM_SPEC_TI2" unique="false">
            <column ascending="true" name="TERM_SPEC_ID"/>
         </index>
      </table>
      <table name="krms_ctgry_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CTGRY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="CTGRY_ID" foreignKey="KRMS_FUNC_CTGRY_FK2" implied="false" onDeleteCascade="false" table="krms_func_ctgry_t"/>
            <child column="CTGRY_ID" foreignKey="KRMS_TERM_SPEC_CTGRY_FK2" implied="false" onDeleteCascade="false" table="krms_term_spec_ctgry_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="CTGRY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CTGRY_ID"/>
         </index>
         <index name="KRMS_CTGRY_TC0" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krms_func_ctgry_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FUNC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="FUNC_ID" foreignKey="KRMS_FUNC_CTGRY_FK1" implied="false" onDeleteCascade="false" table="krms_func_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="CTGRY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CTGRY_ID" foreignKey="KRMS_FUNC_CTGRY_FK2" implied="false" onDeleteCascade="false" table="krms_ctgry_t"/>
         </column>
         <primaryKey column="CTGRY_ID" sequenceNumberInPK="1"/>
         <primaryKey column="FUNC_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FUNC_ID"/>
            <column ascending="true" name="CTGRY_ID"/>
         </index>
         <index name="KRMS_FUNC_CTGRY_FK2" unique="false">
            <column ascending="true" name="CTGRY_ID"/>
         </index>
      </table>
      <table name="krms_func_parm_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FUNC_PARM_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="FUNC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="FUNC_ID" foreignKey="KRMS_FUNC_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_func_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="SEQ_NO" nullable="false" remarks="" size="5" type="DECIMAL"/>
         <primaryKey column="FUNC_PARM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FUNC_PARM_ID"/>
         </index>
         <index name="KRMS_FUNC_PARM_TI1" unique="false">
            <column ascending="true" name="FUNC_ID"/>
         </index>
      </table>
      <table name="krms_func_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FUNC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="FUNC_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_cntxt_vld_func_t"/>
            <child column="FUNC_ID" foreignKey="KRMS_FUNC_CTGRY_FK1" implied="false" onDeleteCascade="false" table="krms_func_ctgry_t"/>
            <child column="FUNC_ID" foreignKey="KRMS_FUNC_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_func_parm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="RTRN_TYP" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KRMS_FUNC_FK1" implied="false" onDeleteCascade="false" table="krms_typ_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="6" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="FUNC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FUNC_ID"/>
         </index>
         <index name="KRMS_FUNC_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRMS_FUNC_TI1" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
      </table>
      <table name="krms_prop_parm_t" numRows="48" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PROP_PARM_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="PROP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PROP_ID" foreignKey="KRMS_PROP_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_prop_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="PARM_VAL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="PARM_TYP_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SEQ_NO" nullable="false" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="PROP_PARM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PROP_PARM_ID"/>
         </index>
         <index name="KRMS_PROP_PARM_TI1" unique="false">
            <column ascending="true" name="PROP_ID"/>
         </index>
      </table>
      <table name="krms_prop_t" numRows="20" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="PROP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="CMPND_PROP_ID" foreignKey="KRMS_CMPND_PROP_PROPS_FK2" implied="false" onDeleteCascade="false" table="krms_cmpnd_prop_props_t"/>
            <child column="PROP_ID" foreignKey="KRMS_CMPND_PROP_PROPS_FK1" implied="false" onDeleteCascade="false" table="krms_cmpnd_prop_props_t"/>
            <child column="PROP_ID" foreignKey="KRMS_PROP_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_prop_parm_t"/>
            <child column="PROP_ID" foreignKey="KRMS_RULE_FK1" implied="false" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DESC_TXT" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KRMS_PROP_FK2" implied="false" onDeleteCascade="false" table="krms_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="DSCRM_TYP_CD" nullable="false" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="CMPND_OP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="CMPND_SEQ_NO" nullable="true" remarks="" size="5" type="DECIMAL"/>
         <primaryKey column="PROP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PROP_ID"/>
         </index>
         <index name="KRMS_PROP_FK2" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
         <index name="KRMS_PROP_TI1" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
      </table>
      <table name="krms_rule_attr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_typ_attr_t"/>
            <child column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_attr_t"/>
            <child column="RULE_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_tmpl_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="RULE_ID" foreignKey="KRMS_RULE_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_rule_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_RULE_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="RULE_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_ATTR_ID"/>
         </index>
         <index name="KRMS_RULE_ATTR_TI1" unique="false">
            <column ascending="true" name="RULE_ID"/>
         </index>
         <index name="KRMS_RULE_ATTR_TI2" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krms_rule_t" numRows="9" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="RULE_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_actn_rqst_t"/>
            <child column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_ext_t"/>
            <child column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_rsp_t"/>
            <child column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_rule_t"/>
            <child column="RULE_ID" foreignKey="KRMS_ACTN_FK1" implied="false" onDeleteCascade="false" table="krms_actn_t"/>
            <child column="RULE_ID" foreignKey="KRMS_AGENDA_ITM_FK1" implied="false" onDeleteCascade="false" table="krms_agenda_itm_t"/>
            <child column="RULE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krms_prop_t"/>
            <child column="RULE_ID" foreignKey="KRMS_RULE_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_rule_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="PROP_ID" nullable="true" remarks="" size="40" type="VARCHAR">
            <parent column="PROP_ID" foreignKey="KRMS_RULE_FK1" implied="false" onDeleteCascade="false" table="krms_prop_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <primaryKey column="RULE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RULE_ID"/>
         </index>
         <index name="KRMS_RULE_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRMS_RULE_TI1" unique="false">
            <column ascending="true" name="PROP_ID"/>
         </index>
      </table>
      <table name="krms_term_parm_t" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_PARM_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="TERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_ID" foreignKey="KRMS_TERM_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_term_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VAL" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TERM_PARM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_PARM_ID"/>
         </index>
         <index name="KRMS_TERM_PARM_TI1" unique="false">
            <column ascending="true" name="TERM_ID"/>
         </index>
      </table>
      <table name="krms_term_rslvr_attr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_RSLVR_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="TERM_RSLVR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_RSLVR_ID" foreignKey="KRMS_TERM_RSLVR_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ATTR_DEFN_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_TERM_RSLVR_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_VAL" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TERM_RSLVR_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_RSLVR_ATTR_ID"/>
         </index>
         <index name="KRMS_TERM_RSLVR_ATTR_TI1" unique="false">
            <column ascending="true" name="TERM_RSLVR_ID"/>
         </index>
         <index name="KRMS_TERM_RSLVR_ATTR_TI2" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
      </table>
      <table name="krms_term_rslvr_input_spec_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_SPEC_ID" foreignKey="KRMS_INPUT_ASSET_FK2" implied="false" onDeleteCascade="false" table="krms_term_spec_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TERM_RSLVR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_RSLVR_ID" foreignKey="KRMS_INPUT_ASSET_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_t"/>
         </column>
         <primaryKey column="TERM_RSLVR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="TERM_SPEC_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_SPEC_ID"/>
            <column ascending="true" name="TERM_RSLVR_ID"/>
         </index>
         <index name="KRMS_INPUT_ASSET_TI1" unique="false">
            <column ascending="true" name="TERM_SPEC_ID"/>
         </index>
         <index name="KRMS_INPUT_ASSET_TI2" unique="false">
            <column ascending="true" name="TERM_RSLVR_ID"/>
         </index>
      </table>
      <table name="krms_term_rslvr_parm_spec_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_RSLVR_PARM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="TERM_RSLVR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_RSLVR_ID" foreignKey="KRMS_TERM_RESLV_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="45" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TERM_RSLVR_PARM_SPEC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_RSLVR_PARM_SPEC_ID"/>
         </index>
         <index name="KRMS_TERM_RESLV_PARM_FK1" unique="false">
            <column ascending="true" name="TERM_RSLVR_ID"/>
         </index>
      </table>
      <table name="krms_term_rslvr_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_RSLVR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TERM_RSLVR_ID" foreignKey="KRMS_TERM_RSLVR_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_attr_t"/>
            <child column="TERM_RSLVR_ID" foreignKey="KRMS_INPUT_ASSET_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_input_spec_t"/>
            <child column="TERM_RSLVR_ID" foreignKey="KRMS_TERM_RESLV_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_parm_spec_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KRMS_TERM_RSLVR_FK3" implied="false" onDeleteCascade="false" table="krms_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="OUTPUT_TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_SPEC_ID" foreignKey="KRMS_TERM_RSLVR_FK1" implied="false" onDeleteCascade="false" table="krms_term_spec_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="5" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TERM_RSLVR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_RSLVR_ID"/>
         </index>
         <index name="KRMS_TERM_RSLVR_FK1" unique="false">
            <column ascending="true" name="OUTPUT_TERM_SPEC_ID"/>
         </index>
         <index name="KRMS_TERM_RSLVR_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
         <index name="KRMS_TERM_RSLVR_TI2" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
      </table>
      <table name="krms_term_spec_ctgry_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_SPEC_ID" foreignKey="KRMS_TERM_SPEC_CTGRY_FK1" implied="false" onDeleteCascade="false" table="krms_term_spec_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="CTGRY_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="CTGRY_ID" foreignKey="KRMS_TERM_SPEC_CTGRY_FK2" implied="false" onDeleteCascade="false" table="krms_ctgry_t"/>
         </column>
         <primaryKey column="CTGRY_ID" sequenceNumberInPK="1"/>
         <primaryKey column="TERM_SPEC_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_SPEC_ID"/>
            <column ascending="true" name="CTGRY_ID"/>
         </index>
         <index name="KRMS_TERM_SPEC_CTGRY_FK2" unique="false">
            <column ascending="true" name="CTGRY_ID"/>
         </index>
      </table>
      <table name="krms_term_spec_t" numRows="9" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TERM_SPEC_ID" foreignKey="KRMS_CNTXT_VLD_TERM_SPEC_TI2" implied="false" onDeleteCascade="false" table="krms_cntxt_vld_term_spec_t"/>
            <child column="TERM_SPEC_ID" foreignKey="KRMS_INPUT_ASSET_FK2" implied="false" onDeleteCascade="false" table="krms_term_rslvr_input_spec_t"/>
            <child column="OUTPUT_TERM_SPEC_ID" foreignKey="KRMS_TERM_RSLVR_FK1" implied="false" onDeleteCascade="false" table="krms_term_rslvr_t"/>
            <child column="TERM_SPEC_ID" foreignKey="KRMS_TERM_SPEC_CTGRY_FK1" implied="false" onDeleteCascade="false" table="krms_term_spec_ctgry_t"/>
            <child column="TERM_SPEC_ID" foreignKey="KRMS_TERM_T__FK1" implied="false" onDeleteCascade="false" table="krms_term_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="TYP" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="3" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="TERM_SPEC_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_SPEC_ID"/>
         </index>
         <index name="KRMS_TERM_SPEC_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krms_term_t" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TERM_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TERM_ID" foreignKey="KRMS_TERM_PARM_FK1" implied="false" onDeleteCascade="false" table="krms_term_parm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="TERM_SPEC_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TERM_SPEC_ID" foreignKey="KRMS_TERM_T__FK1" implied="false" onDeleteCascade="false" table="krms_term_spec_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="DESC_TXT" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="TERM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TERM_ID"/>
         </index>
         <index name="KRMS_TERM_TI1" unique="false">
            <column ascending="true" name="TERM_SPEC_ID"/>
         </index>
      </table>
      <table name="krms_typ_attr_t" numRows="12" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TYP_ATTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ATTR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_attr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="SEQ_NO" nullable="false" remarks="" size="5" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_ID" foreignKey="KRMS_TYP_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ATTR_DEFN_ID" nullable="false" remarks="" size="255" type="VARCHAR">
            <parent column="ATTR_DEFN_ID" foreignKey="KRMS_TYP_ATTR_FK1" implied="false" onDeleteCascade="false" table="krms_attr_defn_t"/>
         </column>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TYP_ATTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TYP_ATTR_ID"/>
         </index>
         <index name="KRMS_TYP_ATTR_TC1" unique="true">
            <column ascending="true" name="TYP_ID"/>
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KRMS_TYP_ATTR_TI1" unique="false">
            <column ascending="true" name="ATTR_DEFN_ID"/>
         </index>
         <index name="KRMS_TYP_ATTR_TI2" unique="false">
            <column ascending="true" name="TYP_ID"/>
         </index>
      </table>
      <table name="krms_typ_t" numRows="10" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TYP_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="TYP_ID" foreignKey="KRMS_FUNC_FK1" implied="false" onDeleteCascade="false" table="krms_func_t"/>
            <child column="TYP_ID" foreignKey="KRMS_PROP_FK2" implied="false" onDeleteCascade="false" table="krms_prop_t"/>
            <child column="TYP_ID" foreignKey="KRMS_TERM_RSLVR_FK3" implied="false" onDeleteCascade="false" table="krms_term_rslvr_t"/>
            <child column="TYP_ID" foreignKey="KRMS_TYP_ATTR_FK2" implied="false" onDeleteCascade="false" table="krms_typ_attr_t"/>
            <parent column="TYP_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="NM" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="NMSPC_CD" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="SRVC_NM" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="Y" digits="0" id="4" name="ACTV" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="TYP_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TYP_ID"/>
         </index>
         <index name="KRMS_TYP_TC1" unique="true">
            <column ascending="true" name="NM"/>
            <column ascending="true" name="NMSPC_CD"/>
         </index>
      </table>
      <table name="krns_adhoc_rte_actn_recip_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="RECIP_TYP_CD" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ACTN_RQST_CD" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="ACTN_RQST_RECIP_ID" nullable="false" remarks="" size="70" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <primaryKey column="ACTN_RQST_CD" sequenceNumberInPK="1"/>
         <primaryKey column="ACTN_RQST_RECIP_ID" sequenceNumberInPK="2"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="3"/>
         <primaryKey column="RECIP_TYP_CD" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="RECIP_TYP_CD"/>
            <column ascending="true" name="ACTN_RQST_CD"/>
            <column ascending="true" name="ACTN_RQST_RECIP_ID"/>
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_ADHOC_RTE_ACTN_RECIP_T2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_ADHOC_RTE_ACTN_RECIP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_att_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="NTE_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <parent column="NTE_ID" foreignKey="KRNS_ATT_TR1" implied="false" onDeleteCascade="false" table="krns_nte_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="MIME_TYP" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="FILE_NM" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="ATT_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="FILE_SZ" nullable="true" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="ATT_TYP_CD" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="NTE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NTE_ID"/>
         </index>
         <index name="KRNS_ATT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_doc_hdr_t" numRows="41" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <child column="DOC_HDR_ID" foreignKey="BK_ORDER_ENTRY_T_KRNS_DO_ADV1" implied="false" onDeleteCascade="false" table="bk_order_entry_t"/>
            <child column="DOC_HDR_ID" foreignKey="KRNS_MAINT_DOC_TR1" implied="false" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="FDOC_DESC" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ORG_DOC_HDR_ID" nullable="true" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="TMPL_DOC_HDR_ID" nullable="true" remarks="" size="14" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="EXPLANATION" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_DOC_HDR_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRNS_DOC_HDR_TI3" unique="false">
            <column ascending="true" name="ORG_DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krns_lookup_rslt_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="LOOKUP_RSLT_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="LOOKUP_RSLT_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_lookup_sel_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="LOOKUP_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="SERIALZD_RSLTS" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="LOOKUP_RSLT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="LOOKUP_RSLT_ID"/>
         </index>
         <index name="KRNS_LOOKUP_RSLT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_lookup_sel_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="LOOKUP_RSLT_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <child column="LOOKUP_RSLT_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_lookup_rslt_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="LOOKUP_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="SEL_OBJ_IDS" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="LOOKUP_RSLT_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="LOOKUP_RSLT_ID"/>
         </index>
         <index name="KRNS_LOOKUP_SEL_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_maint_doc_att_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ATT_CNTNT" nullable="false" remarks="" size="2147483647" type="LONGBLOB"/>
         <column autoUpdated="false" digits="0" id="2" name="FILE_NM" nullable="true" remarks="" size="150" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="CNTNT_TYP" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_MAINT_DOC_ATT_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_maint_doc_t" numRows="11" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="acct_dd_attr_doc"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_adhoc_rte_actn_recip_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_att_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_lock_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_pessimistic_lock_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_sesn_doc_t"/>
            <child column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tst_search_attr_indx_tst_doc_t"/>
            <parent column="DOC_HDR_ID" foreignKey="KRNS_MAINT_DOC_TR1" implied="false" onDeleteCascade="false" table="krns_doc_hdr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="DOC_CNTNT" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_MAINT_DOC_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_maint_lock_t" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="MAINT_LOCK_REP_TXT" nullable="true" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="MAINT_LOCK_ID" nullable="false" remarks="" size="14" type="VARCHAR"/>
         <primaryKey column="MAINT_LOCK_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="MAINT_LOCK_ID"/>
         </index>
         <index name="KRNS_MAINT_LOCK_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRNS_MAINT_LOCK_TI2" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
      <table name="krns_nte_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="NTE_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <child column="NTE_ID" foreignKey="KRNS_ATT_TR1" implied="false" onDeleteCascade="false" table="krns_att_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="RMT_OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="AUTH_PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="POST_TS" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="NTE_TYP_CD" nullable="false" remarks="" size="4" type="VARCHAR">
            <parent column="NTE_TYP_CD" foreignKey="KRNS_NTE_TR1" implied="false" onDeleteCascade="false" table="krns_nte_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="TXT" nullable="true" remarks="" size="800" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="PRG_CD" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="TPC_TXT" nullable="true" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="NTE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NTE_ID"/>
         </index>
         <index name="KRNS_NTE_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRNS_NTE_TR1" unique="false">
            <column ascending="true" name="NTE_TYP_CD"/>
         </index>
      </table>
      <table name="krns_nte_typ_t" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="NTE_TYP_CD" nullable="false" remarks="" size="4" type="VARCHAR">
            <child column="NTE_TYP_CD" foreignKey="KRNS_NTE_TR1" implied="false" onDeleteCascade="false" table="krns_nte_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="TYP_DESC_TXT" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_IND" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="NTE_TYP_CD" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="NTE_TYP_CD"/>
         </index>
         <index name="KRNS_NTE_TYP_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
      </table>
      <table name="krns_pessimistic_lock_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="PESSIMISTIC_LOCK_ID" nullable="false" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="LOCK_DESC_TXT" nullable="true" remarks="" size="4000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="GNRT_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <primaryKey column="PESSIMISTIC_LOCK_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="PESSIMISTIC_LOCK_ID"/>
         </index>
         <index name="KRNS_PESSIMISTIC_LOCK_TC0" unique="true">
            <column ascending="true" name="OBJ_ID"/>
         </index>
         <index name="KRNS_PESSIMISTIC_LOCK_TI1" unique="false">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
         <index name="KRNS_PESSIMISTIC_LOCK_TI2" unique="false">
            <column ascending="true" name="PRNCPL_ID"/>
         </index>
      </table>
      <table name="krns_sesn_doc_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="SESN_DOC_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="PRNCPL_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="PRNCPL_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_prncpl_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="IP_ADDR" nullable="false" remarks="" size="60" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="SERIALZD_DOC_FRM" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <column autoUpdated="false" digits="0" id="5" name="LAST_UPDT_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="N" digits="0" id="6" name="CONTENT_ENCRYPTED_IND" nullable="true" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <primaryKey column="IP_ADDR" sequenceNumberInPK="2"/>
         <primaryKey column="PRNCPL_ID" sequenceNumberInPK="3"/>
         <primaryKey column="SESN_DOC_ID" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="SESN_DOC_ID"/>
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="PRNCPL_ID"/>
            <column ascending="true" name="IP_ADDR"/>
         </index>
         <index name="KRNS_SESN_DOC_TI1" unique="false">
            <column ascending="true" name="LAST_UPDT_DT"/>
         </index>
      </table>
      <table name="krsb_bam_parm_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="BAM_PARM_ID" nullable="false" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="1" name="BAM_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <parent column="BAM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_bam_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="PARM" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="BAM_PARM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="BAM_PARM_ID"/>
         </index>
         <index name="KREW_BAM_PARM_TI1" unique="false">
            <column ascending="true" name="BAM_ID"/>
         </index>
      </table>
      <table name="krsb_bam_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="BAM_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <child column="BAM_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_bam_parm_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="SVC_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="SVC_URL" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="MTHD_NM" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="THRD_NM" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="CALL_DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="6" name="TGT_TO_STR" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="SRVR_IND" nullable="false" remarks="" size="1" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="EXCPN_TO_STR" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="EXCPN_MSG" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="BAM_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="BAM_ID"/>
         </index>
         <index name="KRSB_BAM_TI1" unique="false">
            <column ascending="true" name="SVC_NM"/>
            <column ascending="true" name="MTHD_NM"/>
         </index>
         <index name="KRSB_BAM_TI2" unique="false">
            <column ascending="true" name="SVC_NM"/>
         </index>
      </table>
      <table name="krsb_msg_pyld_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="MSG_QUE_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <child column="MSG_QUE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_msg_que_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="MSG_PYLD" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="MSG_QUE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="MSG_QUE_ID"/>
         </index>
      </table>
      <table name="krsb_msg_que_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="MSG_QUE_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <parent column="MSG_QUE_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_msg_pyld_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DT" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="EXP_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="3" name="PRIO" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="STAT_CD" nullable="false" remarks="" size="1" type="CHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="RTRY_CNT" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="IP_NBR" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="SVC_NM" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="APPL_ID" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="SVC_MTHD_NM" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="APP_VAL_ONE" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="APP_VAL_TWO" nullable="true" remarks="" size="2000" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="MSG_QUE_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="MSG_QUE_ID"/>
         </index>
         <index name="KRSB_MSG_QUE_TI1" unique="false">
            <column ascending="true" name="SVC_NM"/>
            <column ascending="true" name="SVC_MTHD_NM"/>
         </index>
         <index name="KRSB_MSG_QUE_TI2" unique="false">
            <column ascending="true" name="APPL_ID"/>
            <column ascending="true" name="STAT_CD"/>
            <column ascending="true" name="IP_NBR"/>
            <column ascending="true" name="DT"/>
         </index>
      </table>
      <table name="krsb_qrtz_blob_triggers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_BLOB_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_BLOB_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="BLOB_DATA" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="TRIGGER_NAME" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
      </table>
      <table name="krsb_qrtz_calendars" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="CALENDAR_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="CALENDAR_NAME" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="CALENDAR" nullable="false" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="CALENDAR_NAME" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="CALENDAR_NAME"/>
         </index>
      </table>
      <table name="krsb_qrtz_cron_triggers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_CRON_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_CRON_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="CRON_EXPRESSION" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="TIME_ZONE_ID" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="TRIGGER_NAME" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
      </table>
      <table name="krsb_qrtz_fired_triggers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ENTRY_ID" nullable="false" remarks="" size="95" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_GROUP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_paused_trigger_grps"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="IS_VOLATILE" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="INSTANCE_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="INSTANCE_NAME" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_scheduler_state"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="FIRED_TIME" nullable="false" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="PRIORITY" nullable="false" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="STATE" nullable="false" remarks="" size="16" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="JOB_NAME" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="JOB_GROUP" nullable="true" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="IS_STATEFUL" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="REQUESTS_RECOVERY" nullable="true" remarks="" size="1" type="VARCHAR"/>
         <primaryKey column="ENTRY_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ENTRY_ID"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI1" unique="false">
            <column ascending="true" name="JOB_GROUP"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI2" unique="false">
            <column ascending="true" name="JOB_NAME"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI3" unique="false">
            <column ascending="true" name="REQUESTS_RECOVERY"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI4" unique="false">
            <column ascending="true" name="IS_STATEFUL"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI5" unique="false">
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI6" unique="false">
            <column ascending="true" name="INSTANCE_NAME"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI7" unique="false">
            <column ascending="true" name="TRIGGER_NAME"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI8" unique="false">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
         <index name="KRSB_QRTZ_FIRED_TRIGGERS_TI9" unique="false">
            <column ascending="true" name="IS_VOLATILE"/>
         </index>
      </table>
      <table name="krsb_qrtz_job_details" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="JOB_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="JOB_NAME" foreignKey="KRSB_QUARTZ_JOB_LISTENERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_job_listeners"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="JOB_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="JOB_GROUP" foreignKey="KRSB_QUARTZ_JOB_LISTENERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_job_listeners"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="DESCRIPTION" nullable="true" remarks="" size="120" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="JOB_CLASS_NAME" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="IS_DURABLE" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="IS_VOLATILE" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="IS_STATEFUL" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="REQUESTS_RECOVERY" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="JOB_DATA" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="JOB_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="JOB_NAME" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="JOB_NAME"/>
            <column ascending="true" name="JOB_GROUP"/>
         </index>
         <index name="KRSB_QRTZ_JOB_DETAILS_TI1" unique="false">
            <column ascending="true" name="REQUESTS_RECOVERY"/>
         </index>
      </table>
      <table name="krsb_qrtz_job_listeners" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="JOB_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="JOB_NAME" foreignKey="KRSB_QUARTZ_JOB_LISTENERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_job_details"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="JOB_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="JOB_GROUP" foreignKey="KRSB_QUARTZ_JOB_LISTENERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_job_details"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="JOB_LISTENER" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <primaryKey column="JOB_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="JOB_LISTENER" sequenceNumberInPK="2"/>
         <primaryKey column="JOB_NAME" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="JOB_NAME"/>
            <column ascending="true" name="JOB_GROUP"/>
            <column ascending="true" name="JOB_LISTENER"/>
         </index>
      </table>
      <table name="krsb_qrtz_locks" numRows="5" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="LOCK_NAME" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <primaryKey column="LOCK_NAME" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="LOCK_NAME"/>
         </index>
      </table>
      <table name="krsb_qrtz_paused_trigger_grps" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="TRIGGER_GROUP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_fired_triggers"/>
            <child column="TRIGGER_GROUP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
      </table>
      <table name="krsb_qrtz_scheduler_state" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="INSTANCE_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="INSTANCE_NAME" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_fired_triggers"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="LAST_CHECKIN_TIME" nullable="false" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="2" name="CHECKIN_INTERVAL" nullable="false" remarks="" size="13" type="DECIMAL"/>
         <primaryKey column="INSTANCE_NAME" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="INSTANCE_NAME"/>
         </index>
      </table>
      <table name="krsb_qrtz_simple_triggers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_SIMPLE_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_SIMPLE_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="REPEAT_COUNT" nullable="false" remarks="" size="7" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="REPEAT_INTERVAL" nullable="false" remarks="" size="12" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="TIMES_TRIGGERED" nullable="false" remarks="" size="7" type="DECIMAL"/>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="TRIGGER_NAME" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
      </table>
      <table name="krsb_qrtz_trigger_listeners" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_TRIGGER_LISTENE_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <parent column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_TRIGGER_LISTENE_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_triggers"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="TRIGGER_LISTENER" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="TRIGGER_LISTENER" sequenceNumberInPK="2"/>
         <primaryKey column="TRIGGER_NAME" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
            <column ascending="true" name="TRIGGER_LISTENER"/>
         </index>
      </table>
      <table name="krsb_qrtz_triggers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="TRIGGER_NAME" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_BLOB_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_blob_triggers"/>
            <child column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_CRON_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_cron_triggers"/>
            <child column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_SIMPLE_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_simple_triggers"/>
            <child column="TRIGGER_NAME" foreignKey="KRSB_QRTZ_TRIGGER_LISTENE_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_trigger_listeners"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="TRIGGER_GROUP" nullable="false" remarks="" size="80" type="VARCHAR">
            <child column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_BLOB_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_blob_triggers"/>
            <child column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_CRON_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_cron_triggers"/>
            <child column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_SIMPLE_TRIGGERS_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_simple_triggers"/>
            <child column="TRIGGER_GROUP" foreignKey="KRSB_QRTZ_TRIGGER_LISTENE_TR1" implied="false" onDeleteCascade="false" table="krsb_qrtz_trigger_listeners"/>
            <parent column="TRIGGER_GROUP" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_paused_trigger_grps"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="JOB_NAME" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="JOB_GROUP" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="IS_VOLATILE" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="DESCRIPTION" nullable="true" remarks="" size="120" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="NEXT_FIRE_TIME" nullable="true" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="7" name="PREV_FIRE_TIME" nullable="true" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="8" name="PRIORITY" nullable="true" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="9" name="TRIGGER_STATE" nullable="false" remarks="" size="16" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="TRIGGER_TYPE" nullable="false" remarks="" size="8" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="START_TIME" nullable="false" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="12" name="END_TIME" nullable="true" remarks="" size="13" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="13" name="CALENDAR_NAME" nullable="true" remarks="" size="80" type="VARCHAR">
            <parent column="CALENDAR_NAME" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krsb_qrtz_calendars"/>
         </column>
         <column autoUpdated="false" digits="0" id="14" name="MISFIRE_INSTR" nullable="true" remarks="" size="2" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="15" name="JOB_DATA" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="TRIGGER_GROUP" sequenceNumberInPK="1"/>
         <primaryKey column="TRIGGER_NAME" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="TRIGGER_NAME"/>
            <column ascending="true" name="TRIGGER_GROUP"/>
         </index>
         <index name="KRSB_QRTZ_TRIGGERS_TI1" unique="false">
            <column ascending="true" name="NEXT_FIRE_TIME"/>
         </index>
         <index name="KRSB_QRTZ_TRIGGERS_TI2" unique="false">
            <column ascending="true" name="NEXT_FIRE_TIME"/>
            <column ascending="true" name="TRIGGER_STATE"/>
         </index>
         <index name="KRSB_QRTZ_TRIGGERS_TI3" unique="false">
            <column ascending="true" name="TRIGGER_STATE"/>
         </index>
         <index name="KRSB_QRTZ_TRIGGERS_TI4" unique="false">
            <column ascending="true" name="IS_VOLATILE"/>
         </index>
      </table>
      <table name="krsb_svc_def_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="SVC_DEF_ID" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="SVC_NM" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="SVC_URL" nullable="false" remarks="" size="500" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="INSTN_ID" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="APPL_ID" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="SRVR_IP" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="TYP_CD" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="TYP_CD" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="bk_book_typ_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="SVC_VER" nullable="false" remarks="" size="40" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="STAT_CD" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="SVC_DSCRPTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="SVC_DSCRPTR_ID" foreignKey="KRSB_SVC_DEF_FK1" implied="false" onDeleteCascade="true" table="krsb_svc_dscrptr_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="CHKSM" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="SVC_DEF_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="SVC_DEF_ID"/>
         </index>
         <index name="KRSB_SVC_DEF_FK1" unique="false">
            <column ascending="true" name="SVC_DSCRPTR_ID"/>
         </index>
         <index name="KRSB_SVC_DEF_TI1" unique="false">
            <column ascending="true" name="INSTN_ID"/>
         </index>
         <index name="KRSB_SVC_DEF_TI2" unique="false">
            <column ascending="true" name="SVC_NM"/>
            <column ascending="true" name="STAT_CD"/>
         </index>
         <index name="KRSB_SVC_DEF_TI3" unique="false">
            <column ascending="true" name="STAT_CD"/>
         </index>
      </table>
      <table name="krsb_svc_dscrptr_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="SVC_DSCRPTR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="SVC_DSCRPTR_ID" foreignKey="KRSB_SVC_DEF_FK1" implied="false" onDeleteCascade="true" table="krsb_svc_def_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="DSCRPTR" nullable="false" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="SVC_DSCRPTR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="SVC_DSCRPTR_ID"/>
         </index>
      </table>
      <table name="trav_doc_2_accounts" numRows="61" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_2"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ACCT_NUM" nullable="false" remarks="" size="10" type="VARCHAR">
            <parent column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct"/>
         </column>
         <primaryKey column="ACCT_NUM" sequenceNumberInPK="1"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
            <column ascending="true" name="ACCT_NUM"/>
         </index>
      </table>
      <table name="trv_acct" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACCT_NUM" nullable="false" remarks="" size="10" type="VARCHAR">
            <child column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trav_doc_2_accounts"/>
            <child column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct_ext"/>
            <child column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct_use_rt_t"/>
            <child column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_doc_acct"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ACCT_NAME" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="ACCT_TYPE" nullable="true" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ACCT_FO_ID" nullable="true" remarks="" size="14" type="DECIMAL">
            <parent column="ACCT_FO_ID" foreignKey="TRV_ACCT_FK1" implied="false" onDeleteCascade="false" table="trv_acct_fo"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="6" name="SUB_ACCT" nullable="true" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="SUB_ACCT_NAME" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="CREATE_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="9" name="SUBSIDIZED_PCT" nullable="true" remarks="" size="12" type="FLOAT"/>
         <primaryKey column="ACCT_NUM" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACCT_NUM"/>
         </index>
         <index name="TRV_ACCT_FK1" unique="false">
            <column ascending="true" name="ACCT_FO_ID"/>
         </index>
      </table>
      <table name="trv_acct_ext" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACCT_NUM" nullable="false" remarks="" size="10" type="VARCHAR">
            <parent column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ACCT_TYPE" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ACCT_NUM" sequenceNumberInPK="1"/>
         <primaryKey column="ACCT_TYPE" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACCT_NUM"/>
            <column ascending="true" name="ACCT_TYPE"/>
         </index>
      </table>
      <table name="trv_acct_fo" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="ACCT_FO_ID" nullable="false" remarks="" size="14" type="DECIMAL">
            <child column="ACCT_FO_ID" foreignKey="TRV_ACCT_FK1" implied="false" onDeleteCascade="false" table="trv_acct"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ACCT_FO_USER_NAME" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ACCT_FO_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACCT_FO_ID"/>
         </index>
      </table>
      <table name="trv_acct_type" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ACCT_TYPE" nullable="false" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ACCT_TYPE_NAME" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="VER_NBR" nullable="true" remarks="" size="8" type="DECIMAL"/>
         <primaryKey column="ACCT_TYPE" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ACCT_TYPE"/>
         </index>
      </table>
      <table name="trv_acct_use_rt_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <child column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_ethnic_t"/>
            <child column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_residency_t"/>
            <child column="ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_entity_visa_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ACCT_NUM" nullable="false" remarks="" size="10" type="VARCHAR">
            <parent column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="RATE" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="ACTV_FRM_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="ACTV_TO_DT" nullable="true" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ID"/>
         </index>
      </table>
      <table name="trv_doc_2" numRows="37" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="FDOC_NBR" nullable="false" remarks="" size="14" type="VARCHAR">
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_grp_document_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_person_document_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_addr_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_ctznshp_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_attr_data_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_mbr_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_dlgn_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_email_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_emp_info_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_attr_data_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_mbr_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_grp_prncpl_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_nm_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_phone_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_priv_pref_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_attr_data_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mbr_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_perm_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_actn_mt"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_pnd_role_rsp_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krim_role_document_t"/>
            <child column="FDOC_NBR" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trav_doc_2_accounts"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="VER_NBR" nullable="false" remarks="" size="8" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="FDOC_EXPLAIN_TXT" nullable="true" remarks="" size="400" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="REQUEST_TRAV" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="TRAVELER" nullable="true" remarks="" size="200" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="ORG" nullable="true" remarks="" size="60" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="DEST" nullable="true" remarks="" size="60" type="VARCHAR"/>
         <primaryKey column="FDOC_NBR" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="FDOC_NBR"/>
         </index>
      </table>
      <table name="trv_doc_acct" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="40" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krew_doc_hdr_cntnt_t"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ACCT_NUM" nullable="false" remarks="" size="10" type="VARCHAR">
            <parent column="ACCT_NUM" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="trv_acct"/>
         </column>
         <primaryKey column="ACCT_NUM" sequenceNumberInPK="1"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
            <column ascending="true" name="ACCT_NUM"/>
         </index>
      </table>
      <table name="tst_search_attr_indx_tst_doc_t" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="DOC_HDR_ID" nullable="false" remarks="" size="14" type="VARCHAR">
            <parent column="DOC_HDR_ID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="krns_maint_doc_t"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="OBJ_ID" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="VER_NBR" nullable="true" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="3" name="RTE_LVL_CNT" nullable="true" remarks="" size="14" type="DECIMAL"/>
         <column autoUpdated="false" digits="0" id="4" name="CNSTNT_STR" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="RTD_STR" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="HLD_RTD_STR" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="RD_ACCS_CNT" nullable="true" remarks="" size="14" type="DECIMAL"/>
         <primaryKey column="DOC_HDR_ID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="DOC_HDR_ID"/>
         </index>
      </table>
   </tables>
</database>
