shexSpec / spec

ShEx specification
https://shexspec.github.io/spec/
Other
14 stars 10 forks source link

Fix the definition of totalDigits to be less than or equals #15

Closed labra closed 7 years ago

labra commented 7 years ago

The definition of totalDigits says that the number of digits must be equal.

However, the original definition of totalDigits in XML Schema says that it must be less than or equals.

I think it was just a typo in the definition of totalDigits because the definition of fractionDigits is right as less than or equals