hello, topcased generate this file <?xml version="1.0" encoding="UTF-8"?> <uml:Model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:kaos="http://www.topcased.org/kaos/1" xmlns:uml=" http://www.eclipse.org/uml2/3.0.0/UML"> <packagedElement xsi:type="kaos:AbstractGoal" name="Goal1" TargetCondition="TC"/> </uml:Model>
and ATL does not accept this file as input ,it accept : <?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns=" http://www.topcased.org/kaos/1"> <Goal type="kaos:AbstractGoal" name="Goal1" TargetCondition="TC"/> </xmi:XMI> how i can generete an xmi file like this file by Topcased?
_______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
