Add mandatory name attribute to OML model
This commit is contained in:
parent
218695c392
commit
62f87af80b
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ description <{{output_namespace}}#> as {{shorthand}} {
|
||||||
uses <{{namespaces.dict}}#> as dict
|
uses <{{namespaces.dict}}#> as dict
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
ci model : xopp:Model []
|
ci model : xopp:Model [
|
||||||
|
object_diagram:hasName "{{shorthand}}"
|
||||||
|
]
|
||||||
|
|
||||||
ci file : xopp:File [
|
ci file : xopp:File [
|
||||||
xopp:hasCreator {{ file.creator | to_oml_string_literal }}
|
xopp:hasCreator {{ file.creator | to_oml_string_literal }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue