An EDMcompilerProject file allows QUERY, RULE or MAPPING schemas to be created from multiply input files. The default file extension for an EDMcompilerProject file is".xpxprj",".qexprj",".rexprj" for the various EDMcompilerProject types (mapping, query, rule). The layout of an EDMcompilerProject file is shown below
Code Block | ||||
---|---|---|---|---|
| ||||
SOURCE_FILES_PATHS "a folder path" "another folder path" END_SOURCE_FILES_PATHS SOURCE_FILES QUERY_SCHEMA xxx; GLOBAL .... ... END_GLOBAL; --#include "filename" .... END_QUERY_SCHEMA; END_SOURCE_FILES; |
...