Same thing to be able to change for example the tablespaces used
depending on the target database:
<createTable tableName="THE_TABLE_NAME" tablespace="${ONE_TABLESPACE}">
with MY_TABLESPACE name defined in some properties.
Is this goal already reachable?