xsd.boolean

The xsd.boolean class represents values of two-valued logic (i.e. True and False).

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.boolean

Attributes

xsd.boolean.value

Returns the boolean value.

Special methods

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