In loadDefinitions in the SchemaSet class, when loading a new schema, the rootSelectionList is processed for each schema - it would seem it should only be processed after all of the schemata. It is loading in a HashMap, so it would just reload over the existing entry, so not critical, just some cleanup.