SchemaCompilerFactory.getDefaultInstance();
private CompiledSchema COMPILED_SCHEMA;
protected ModelValidationTestAbstract(Schema schema) {
SchemaCompiler compiler =
SCHEMA_COMPILER_FACTORY.createSchemaCompiler();
compiler.addSchema(schema);
COMPILED_SCHEMA = compiler.getCompiledSchema();
}