<?xml version="1.0" encoding="UTF-8"?>
<database>
    <table>
        <name>table1</name>
        <declaration>
            <field>
                <name>id</name>
                <type>integer</type>
                <notnull>true</notnull>
            </field>
        </declaration>
    </table>
    <table>
        <name>table2</name>
        <declaration>
            <field>
                <name>id</name>
                <type>integer</type>
                <notnull>true</notnull>
            </field>
        </declaration>
    </table>
</database>
