blob: 3691751f64adf800c8bf32b131be12e262b85c65 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SimpleRdbms="http://org.eclipse.m2m.qvt.oml/examples/omg/SimpleRdbms" xsi:schemaLocation="http://org.eclipse.m2m.qvt.oml/examples/omg/SimpleRdbms models/SimpleRdbms.ecore">
<SimpleRdbms:Table name="t_Foo">
<column name="fooId" kind="primary" type="VARCHAR"/>
<key name="k_Foo" column="/0/@column.0"/>
</SimpleRdbms:Table>
<SimpleRdbms:Table name="t_Bar">
<column name="barId" kind="primary" type="VARCHAR"/>
<column name="Foo_fooId" kind="foreign" type="VARCHAR"/>
<key name="k_Bar" column="/1/@column.0"/>
<foreignKey name="f_fooToBar" column="/1/@column.1" refersTo="/0/@key"/>
</SimpleRdbms:Table>
</xmi:XMI>