You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SimDB model, a property / parameter has both a datatype and a
cardinality describing the concrete values.
Single values can be defined both as a string value or a Quantity (numeric
+ unit).
However, a cardinality (0..n or 1..n) allows multiple values like arrays or
vectors but there is no existing datatype to store that kind of values for
now.
The only dirty workaround is to store those values as a string with a
separator e.g 1,2,3,4,5 or 1 2 3 4 5 ...
Maybe we could use the same format as VOTable does.
Original issue reported on code.google.com by [email protected] on 12 Aug 2009 at 8:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Aug 2009 at 8:12The text was updated successfully, but these errors were encountered: