// DmoAttributeSchemaFormatter asf = new
// DmoAttributeSchemaFormatter(System.out);
// asf.dumpSchema("meta", "org.dmd.dms", attributeDefs, typeDefs,
// curr.getCanonicalPath() + DMODIR);
DmoCompactSchemaFormatter csf = new DmoCompactSchemaFormatter(
System.out);
csf.dumpSchema("meta", "org.dmd.dms", classDefs, attributeDefs,
typeDefs, ruleInstances, curr.getCanonicalPath() + DMODIR,
META_BASE_ID, META_ID_RANGE);
// DmoValidatorCollectionFormatter vcf = new
// DmoValidatorCollectionFormatter(System.out);