There seem to be many cases where one wants to put multiple values into a character field, eg:
- multiple words in the semantics column (DataLink)
- keywords: a set of keywords that get stored in the database and output (via TAP) as a single column (used in CAOM)
The columns are currently datatype="char" arraysize="*". Since words tend to be different lengths :-) the multi-dimensional array notation in VOTable isn't really usable (the first dimension has to be fixed) but with word lists the length of and number of words is variable.
There seem to be many cases where one wants to put multiple values into a character field, eg:
The columns are currently datatype="char" arraysize="*". Since words tend to be different lengths :-) the multi-dimensional array notation in VOTable isn't really usable (the first dimension has to be fixed) but with word lists the length of and number of words is variable.