Author Topic: Attribute - set multiplicity  (Read 4344 times)

naxx

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Attribute - set multiplicity
« on: September 12, 2016, 04:49:57 pm »
Hello,
How I can set attribute multiplicity - 0..*?

Thanks for your answers.


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Attribute - set multiplicity
« Reply #1 on: September 12, 2016, 05:11:22 pm »
The Attribute object has the attributes LowerBond, UpperBond, AllowDuplicates and IsOrdered.

q.

naxx

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Attribute - set multiplicity
« Reply #2 on: September 12, 2016, 05:47:05 pm »
OK, thanks for your answer.