Version 1.1.1.
This bug-fix release corrects the datatype ranges of ontouml:height and ontouml:width from xsd:positiveInteger to xsd:nonNegativeInteger.
The change permits legitimate zero-valued shape dimensions. Positive values remain valid, while negative and non-integer dimensions remain invalid. The vocabulary distributions, documentation, provenance metadata, and examples have been updated accordingly.
Complies with the OntoUML Metamodel v1.1.1.
See PR #15 for implementation and validation details.
What's Changed
- fix(vocabulary): allow zero-valued shape dimensions by @pedropaulofb in #15
Full Changelog: 1.1.0...1.1.1