<!ELEMENT extension (transformation)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT ruleFile EMPTY>
<!ATTLIST ruleFile
filename CDATA #REQUIRED>
Defines the relative path to the compiling ATL rule file. The default extension used for this kind of file is "*.asm".
<!ELEMENT inParam (transformationMetamodel)>
<!ATTLIST inParam
name CDATA #REQUIRED>
Defines the sequence that will contain only one element representing the name of the input metamodel.
<!ELEMENT outParam (transformationMetamodel)>
<!ATTLIST outParam
name CDATA #REQUIRED>
Defines the sequence that will contain only one element representing the name of the output metamodel.
<!ELEMENT transformationMetamodel EMPTY>
<!ATTLIST transformationMetamodel
id CDATA #REQUIRED
name CDATA #REQUIRED
modelHandler CDATA "EMF">
<!ELEMENT transformation (ruleFile , inParam+ , outParam)>
<!ATTLIST transformation
id CDATA #REQUIRED
name CDATA #REQUIRED>
Defines a transformation containing required parameters to run an ATL transformation.
(c) Copyright Topcased contributors. 2005, 2007. All rights reserved.