Add mandatory name attribute to OML model

This commit is contained in:
Joeri Exelmans 2023-04-13 11:28:44 +02:00
parent 218695c392
commit 62f87af80b

View file

@ -13,7 +13,9 @@ description <{{output_namespace}}#> as {{shorthand}} {
uses <{{namespaces.dict}}#> as dict
{%- endif %}
ci model : xopp:Model []
ci model : xopp:Model [
object_diagram:hasName "{{shorthand}}"
]
ci file : xopp:File [
xopp:hasCreator {{ file.creator | to_oml_string_literal }}