// Our functionality
void createTypeIterables(DmgConfigDMO config, ConfigLocation loc, ConfigFinder f, SchemaManager sm) throws IOException, ResultException {
SchemaDefinition sd = sm.isSchema(config.getSchemaToLoad());
sd.dumpInfo();
Iterator<ClassDefinition> classes = sd.getClassDefList();
if (classes != null){
// We only generate the iterators for unnamed classes. Named classes will have their
// Iterable generated along with the types because internal types are generated for them