[module notCollectionUsingVariable('http://www.eclipse.org/emf/2002/Ecore')/]

[template public myTemplate(myParam : ecore::EPackage)]
  [for (myVariable : ecore::EClassifier | myParam.name)]
    [myVariable/]
  [/for]
[/template]