You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -324,7 +245,7 @@ A Reference can optionally be a _specialization_ of another Reference.
324
245
In that case, the original Reference must appear in a <<Concept>> extended by the Concept containing the specializing Reference or in an <<ConceptInterface>> implemented by the specializing Reference.
325
246
A Reference can only specialize a Reference with the same name.
326
247
327
-
A Reference should have <<Multiplicity>> `Optional` or `Single` but not `0..\*` or `1..*`.
248
+
A Reference should have <<Multiplicity>> `Optional` or `Single` but not `ZeroOrMore` or `OneOrMore`.
328
249
329
250
==== Property
330
251
This indicates a simple value associated to an entity.
@@ -340,7 +261,7 @@ Differently from an `EAttribute`, a Property has no `ID` flag.
340
261
A Property is a <<Feature>>.
341
262
It is indirectly a <<NamespacedEntity>>.
342
263
343
-
A Property should have <<Multiplicity>> `Optional` or `Single` but `not 0..\*` or `1..*`.
264
+
A Property should have <<Multiplicity>> `Optional` or `Single` but not `ZeroOrMore` or `OneOrMore`.
0 commit comments