I need your help concerning xtext programmation !
I have a diagramme (sysml model "xmi file") I want to use its elements (name of elements actions ...) to build a new editor using xtext.
I'm a beginner I wonder how to start and how to import the xmi file to explore it contents.
you can reference non xtext (but ecore based) models if you provide a resourceserviceprovider for them.
i have described that for uml some years ago here https://christiandietrich.wordpress.com/2011/07/17/xtext-2-0-and-uml/