What is the best way to convert .ecore-files into .xsd-files?

link|improve this question

Have you seen this? stackoverflow.com/questions/671555/… – feelnoway Apr 13 '11 at 5:18
yes, but I need reverse convertion – popalka Apr 13 '11 at 6:04
feedback

1 Answer

up vote 3 down vote accepted

You need to have the feature XSD Ecore Converter installed (it's part of the EMF project).

Then you can open the context menu on your ecore's generator model (extension .genmodel) and select Export Model. It should offer you now to export the ecore to XML schema.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.