Include
To avoid implementing recurring forms (for example, search forms) in every file or to get a better overview of the forms, you can define a form which can be reused in several files.
You can import further definition files with the key word Include.
Example:
<FormList>
<Include file="Template.xml" />
<Form ....>
...
</Form>
...
</FormList>
After the import of the file "Template.xml", all forms of this file are available.