I have a tool (Enterprise Architect) which can export an Ecore file.
I want to import the generated Ecore in the Eclipse Modeling Framework. But EMF indicates a lot of errors with the generated Ecore file.
I think I need to refactor the generated Ecore file, my question now is:
What kind of dialect / language is the Ecore ?! Is it a XMI, XML Scheme, or what is it ?
Thanks