// Enable the Schema object before loading it
schema.enable();
load( clonedRegistries, schema );
}
clonedRegistries.clear();
// Apply the change to the correct registries if no errors
if ( errors.size() == 0 )
{
// No error, we can enable the schema in the real registries