<?xml version="1.0"?>
<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_2.dtd">
<!-- Autogenerated by JDBCToXMLSchema! -->
<database name="postgres">
   <table name="busho">
      <column name="busho_id" primaryKey="true" required="true" type="INTEGER"/>
      <column name="busho_name" size="255" type="VARCHAR"/>
      <column name="extension_num" type="INTEGER"/>
   </table>
   <table name="shain">
      <column name="shain_id" primaryKey="true" required="true" type="INTEGER"/>
      <column name="shain_name" size="255" type="VARCHAR"/>
      <column name="busho_id" type="INTEGER"/>
         <foreign-key foreignTable="busho">
            <reference foreign="busho_id" local="busho_id"/>
         </foreign-key>
   </table>
</database>