Book a Demo

Author Topic: Schema Composer: restrict property broken when multiplicity is set to *  (Read 3294 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
If you set
  • in the multiplicity of the target role of an association the schema composer translates that to lowerbound = * + upperbound = *

So when I try to restrict this property I can only change the upperbound, but not the lowerbound.

When setting the multiplicity to [0..*] in the association (which has the same meaning as
  • ), the schema composer interpretes this correctly and allows me to change both upperbound and lowerbound in the restrict property dialog.


Bug reported.

Geert