Roland Mainz wrote: > And how do you feed this into an array ? And in general - how do I know > whether a property is _designed_ to carry exactly only _one_ value or > whether it may return _muliple_ values (that's a larger (and "open") > question and right now we can't properly design a data model (which is > needed to define a working solution) without knowing this information).
All properties can contain multiple values. Whether they do or not depends on whether you add a second value. Whether the property's consumer expects multiple values is a different matter entirely. The problem of communicating that expectation is solved by the template extensions case (2008/350) just approved by PSARC earlier today. Dave