xsd.string

The xsd.string class represents finite-length sequences of zero or more characters.

Base class: xsd.anyAtomicType -> xsd.anySimpleType

class xsd.string

Attributes

xsd.string.value

Returns the value of the character string as native str.

Special methods

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