}
customizeSchema(schemaElement, targetNamespace);
String systemid = schema.getDocumentBaseURI();
schemaCompiler.parseSchema(systemid, schemaElement);
if (env.isExcludeNamespaceEnabled() && !skipGenCode) {
schemaCompilerGenCode.parseSchema(systemid, schemaElement);
}
}
Collection<InputSource> jaxbBindingFiles = env.getJaxbBindingFile().values();
for (InputSource bindingFile : jaxbBindingFiles) {
schemaCompiler.parseSchema(bindingFile);