xsd.integer¶
The xsd.integer class is derived from xsd.decimal by fixing the value of fractionDigits to be 0 and disallowing the
trailing decimal point. This results in the standard mathematical concept of the integer numbers. The value space of xsd.integer
is the infinite set {…,-2,-1,0,1,2,…}.
Base class: xsd.decimal -> xsd.anyAtomicType -> xsd.anySimpleType
-
class
xsd.integer¶