lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Add support for ISO EXPRESS data models #52

Closed w00lf closed 3 years ago

ronaldtse commented 3 years ago

@w00lf the support for EXPRESS models should be done in LutaML or lutaml-express (which links to expressir)?

w00lf commented 3 years ago

@w00lf the support for EXPRESS models should be done in LutaML or lutaml-express (which links to expressir)?

As I understand, if we want to use lutaml-uml objects(document/class/enum etc) we need to implement support here, is it not?

ronaldtse commented 3 years ago

UML objects are class, enum, etc. but EXPRESS objects are schema, entity, etc. They are different, and therefore the LutaML adapter that links to them have to be different.

w00lf commented 3 years ago

UML objects are class, enum, etc. but EXPRESS objects are schema, entity, etc. They are different, and therefore the LutaML adapter that links to them have to be different.

Can you describe the requirements for lutaml-express? Also, as we need to implement lutaml macro in metanorma, it need to use lutaml repo for parsing, what are the requirements for it?