I have an Ecore meta-model from which I generate an editor of models (by means of the related genmodel) that i would like to be conform to an already existing xml-schema. I am having some difficulties in trying to serialize such tag:
<tag type="test"> contents... </tag>
I do not know how to use extended meta data annotations in the Ecore to get such behaviour.
Thank you in advance