Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

ST6RI-743 Update implementation for 2024-02 metamodel baseline #534

Closed seidewitz closed 4 months ago

seidewitz commented 4 months ago

This PR updates the following metamodel files in org.omg.sysml/model with the abstract syntax changes approved in KerML FTF Ballot # 5 and SysML v2 FTF Ballot # 11.

org.omg.sysml/model

The metamodel URIs have been updated with the new date stamp that will be used for the Beta 2 submission to OMG:

https://www.omg.org/spec/KerML/20240201 https://www.omg.org/spec/SysML/20240201

(The URIs have also been updated in the JSON schema files in the org.omg.sysml/json-schema directory.)

There have been no structural changes to the normative abstract syntax. Other changes reflected in the updated metamodel files are:

seidewitz commented 4 months ago

@ivan-gomes The JSON schema files have been updated by globally replacing 20230201 with 20240201 in all URIs. Is this sufficient, since there are no structural changes to the abstract syntax from the 2024-01 release, or should they still be regenerated?