type-owned-multiplicity

Available in: KerML

This checks that types have at most one owned multiplicity.

Specification

A Type may have at most one owned_member that is a Multiplicity.

Example

This is only possible in KerML:

class B [1] {
    multiplicity [3]; // error
}