Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

XSD durations are not validated  #75

@josepajay

Description

@josepajay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions