w3c / sdw

Repository for the Spatial Data on the Web Working Group
https://www.w3.org/2020/sdw/
148 stars 81 forks source link

Redundancy in AnyNumber union class definition #1124

Open dr-shorthair opened 5 years ago

dr-shorthair commented 5 years ago

The class qb4st:AnyNumber includes both xsd:decimal and xsd:integer within the union. xsd:integer is a subtype of xsd:decimal so any members of the class xsd:integer is already a member of the class xsd:decimal.