Skip to content

Commit 2e8c21f

Browse files
committed
ST6RI-636 Changed the multiplicity lower bound of Base::things to 1.
- This is consistent with the specification model for things.
1 parent c586675 commit 2e8c21f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sysml.library/Kernel Libraries/Kernel Semantic Library

sysml.library/Kernel Libraries/Kernel Semantic Library/Base.kerml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ standard library package Base {
3131
feature self: DataValue redefines Anything::self;
3232
}
3333

34-
abstract feature things: Anything [0..*] nonunique {
34+
abstract feature things: Anything [1..*] nonunique {
3535
doc
3636
/*
3737
* things is the top-level feature in the language.
@@ -87,7 +87,7 @@ standard library package Base {
8787
multiplicity zeroToMany [0..*] {
8888
doc
8989
/*
90-
* oneToMany is a multiplicity range allowing any cardinality of ozero or more
90+
* zeroToMany is a multiplicity range allowing any cardinality of zero or more
9191
* (that is, no restriction).
9292
*/
9393
}

0 commit comments

Comments
 (0)