2
votes

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

1

1 Answers

1
votes

Best you visit this site for some background information. A *.ecore file is an XMI serialization of the Ecore model.