Vijay,
I do not believe it is possible to load def files within a single def file.
The Definition (or Index) file specifically references a list (lst) file. List files reference terms, majorType, minorType, language, and the list display name.
For example:
testList:majorType=Major Type:minorType=Minor Type
The resulting .def would look like:
testList.lst:Major Type:Minor Type:English: Test List
The definition file can only contain list file references. That being said, You can alter the structure of the definition file to meet your needs. There are several different way to do this, all permutations of the same concept.
- Add all lists under one def file with each list having a different label,
- Build a small set of def files with related lists,
- Build a larger set of def files that evolve from other lists.
Question is, what are you trying to do?