Multiple character restriction sets

It is possible to specify multiple character restriction sets in a single configuration file. Each character restriction set is represented by a <character_restrictions> element in the configuration file. This element has the name attribute which identifies each character restriction set.

Another XML element in the configuration file, <use_character_restrictions>, specifies which character restriction set to use during the subsequent import. The value of this element should match the name of the character restriction set that you want the importer to use for the generated type trees.

If multiple <character_restrictions> elements are given the same name attribute value, and if that name is specified as the value for the <use_character_restrictions> element, the <character_restrictions> element which was specified first in the configuration file will be used.

If the <use_character_restrictions> element has a value that does not match the name attribute value of any <character_restrictions> element, the result of the import process will be the same as when an empty <character_restrictions> element is used.