#* This control template runs through all the elements in the scheme and creates a class for each. Notice that the output from this file is fed into the outputFile. *# #set ($Name = $strings.capitalizeFirstLetter( $name )) STARTED GENERATION FOR $Name MAKING PACKAGE DIRECTORIES $package.makeDirectory() #foreach ($element in $scheme.getElements()) #set ($Element = $strings.removeUnderScores($codehelper.convertToName(${element.Name}) )) $generator.parse("ElementTemplate.vm.java",$package.getRelativePath("${Element}.java")) GENERATED $Element #end GENERATION COMPLETE.