foreignkey
If this is a child table, this key will match against the primary key of the parent table. This key is not needed for parent tables.
<table>
<foreignkey>fk_person</foreignkey>
In child tables, you can use multiple foreign keys to match against multiple primary keys.
Use lowercase when possible