Open dr-shorthair opened 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.
qb4st:AnyNumber
xsd:decimal
xsd:integer
The class
qb4st:AnyNumber
includes bothxsd:decimal
andxsd:integer
within the union.xsd:integer
is a subtype ofxsd:decimal
so any members of the classxsd:integer
is already a member of the classxsd:decimal
.