A foreign key constraint. Syntax is:
<column references="table.foreign-key">
Or:
<column>
<references foreign-key="table.foreign-key" [message="error-message"]/>
</column>
Note: his constraint is not meant to replace an internal SQL "references" clause in the database,
since it cannot be made sure that complex updates will respect this constraint.
author: Claude Brisson |