} else if (args[i].equals("-scm")) {
useSCM = true;
try {
Processor scmProcessor = new Processor(true);
SchemaManager sm = scmProcessor.getSchemaManager();
sm.importComponents(new StreamSource(new File(SCM_SCHEMA_LOCATION)));
scmValidator = sm.newSchemaValidator();
} catch (SaxonApiException e) {
e.printStackTrace();
useSCM = false;
}