Open josepajay opened 3 years ago
The validateValue function in column class only handles numeric datatypes and datetime datatypes as of now. Xsd durations values also need to be checked for minInclusive, maxInclusive, minExclusive and maxExclusive.
The minimum, maximum, minimum exclusive, and maximum exclusive annotations indicate limits on cell values. These apply to numeric, date/time, and duration types. https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#value-constraints
The validateValue function in column class only handles numeric datatypes and datetime datatypes as of now. Xsd durations values also need to be checked for minInclusive, maxInclusive, minExclusive and maxExclusive.