Multivalued attributes in Class Diagram do not synchronize to an Entity

Hi,

I would have thought that if you specified an attribute in a class diagram as multivalued, i.e. multiplicity of [0…*] that it would create it’s own entity when synchronized to the ERD. That doesn’t seem to be the case. Am I doing something wrong?

Hi fi12291,

If it is primitive type, you can specify array type, e.g. “int[]”.
If it is association, you can specify in the association end.

That worked great. Thanks!

1 Like