xsd.ID

The xsd.ID class represents the ID attribute type of XML.

Base class: xsd.NCName -> xsd.Name -> xsd.token -> xsd.normalizedString -> xsd.string -> xsd.anyAtomicType -> xsd.anySimpleType

class xsd.ID

Attributes

xsd.string.value

Returns the value of the character string as native str.

Special methods

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