Description
Steve Lawrence reports that under profiling, it is observable that schema files are being loaded many times redundantly.
Substantial compile-time speedup is available by eliminating this redundant file loading. Since XML objects in scala are immutable, repeated loading of the same file should never be necessary.