lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Versioning mechanism #74

Open ronaldtse opened 3 years ago

ronaldtse commented 3 years ago

We need a versioning mechanism in the UML models. For example, in EXPRESS they do:

SCHEMA action_schema '{iso standard 10303 part(41) version(8) object(1) action_schema(1)}';

Maybe this is a version string "inside" the model, e.g.

class Foo {
  version { 3.8 }
}