xsd.decimal

The xsd.decimal class represents a subset of the real numbers, which can be represented by decimal numerals.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.decimal

Attributes

xsd.decimal.value

Returns the value of the decimal number as decimal.Decimal.

Special methods

__bool__, __eq__, __float__, __ge__, __gt__, __int__, __le__, __lt__, __ne__