Currently a series can have AllTypeNameList (parameters as well) and while it is most often suitable to specify the type it is sometimes not generic enough, e.g. one can have a table of key/value pairs and each value might be a different type.
The XML can easily express this using a mixture of <S>, <I>, ... in a table or parameter but there is now way to express this in the technique definition.
I therefore like to suggest to specify an "Any" Type that can be used for whatever type is desired, this is similar to "numeric" where it allows any integer or floating point value (even though the spec is not clear for tables if a mixed value mode is acceptable).
Currently a series can have
AllTypeNameList
(parameters as well) and while it is most often suitable to specify the type it is sometimes not generic enough, e.g. one can have a table of key/value pairs and each value might be a different type.The XML can easily express this using a mixture of
<S>
,<I>,
... in a table or parameter but there is now way to express this in the technique definition.I therefore like to suggest to specify an "Any" Type that can be used for whatever type is desired, this is similar to "numeric" where it allows any integer or floating point value (even though the spec is not clear for tables if a mixed value mode is acceptable).