xsd.positiveInteger
¶
The xsd.positiveInteger
class is derived from xsd.nonNegativeInteger
by setting the value of minInclusive to be 1. This results
in the standard mathematical concept of the positive integer numbers. The value space of xsd.positiveInteger
is
the infinite set {1,2,…}.
Base class: xsd.nonNegativeInteger
-> xsd.integer
-> xsd.decimal
-> xsd.anyAtomicType
-> xsd.anySimpleType
-
class
xsd.
positiveInteger
¶