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
There's a semantic distinction between numbers which can only be integers (counters like Attribute/Repetition) and unit-based and other values that can be integers or decimals. Validators could benefit from encoding such counter values in the schema as integer-only.
The text was updated successfully, but these errors were encountered:
Add an additional attribute isInteger (which replaces isNumeric when the specified value must be an integer). This requires some addition to the validator and the schema. This will be useful for RDF parsing in the future.
There's a semantic distinction between numbers which can only be integers (counters like Attribute/Repetition) and unit-based and other values that can be integers or decimals. Validators could benefit from encoding such counter values in the schema as integer-only.
The text was updated successfully, but these errors were encountered: