Hi,
I am building out an editor for a subset of the ORM 2.0 notation. I am looking to support importing an ORM schema into NORMA from my scappy (https://marketplace.visualstudio.com/items?itemName=qORMa.qorma) editor. I was wondering if there was any documentation about xml schema used within NORMA for its file format? Is there minimum amount of information needed to make the file format transferable for elements?
I am not looking to touch on the formal coolness (i.e. verbalisation) that NORMA has built into the studio extension, but instead my editor is going to focus making a nice GUI interface. So having a file format that is compatible with NORMA xml would be helpful.
I am currently using yaml as a temporary file format but a somewhat high-level view of the of the elements I have within the editor currently can be seen in the ORM schema below:

Do you have any idea how feasible it would be to make a compatible XML for NORMA?
Cheers,
Adam