xsd.unsignedByte

The xsd.unsignedByte class is derived from xsd.unsignedShort by setting the value of maxInclusive to be 255.

Base class: xsd.unsignedShort -> xsd.unsignedInt -> xsd.unsignedLong -> xsd.nonNegativeInteger -> xsd.integer -> xsd.decimal -> xsd.anyAtomicType -> xsd.anySimpleType

class xsd.unsignedByte

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__