I have multiple data files (own XML formats, XSD Schema available for each format) which I want to load into my Eclipse RCP. I thought about of using EMF for that task and find several information about it. Is it possible to have exactly one EMF model (which is - as far as I know - saved as XMI file) which uses the model instance which is build of all XML files?
I know that I can generate the EMF model from the XSD-Schema. But I did not read that I am able to store the model instance in XML files corresponding to that Schemas. Is there any way to do that?
Surely I can use JAXB for that because in particular the task descriped above can be done with any XML binding tool. But rather than only binding XML I thought of EMF Forms or EMF Validation to work with that data.
Best regards