xsd.anyURI¶
The xsd.anyURI class represents Internationalized Resource Identifier (IRI) references. Its values can be absolute or relative.
It has a single read-only instance attribute: anyURI.value.
Base class: xsd.anyAtomicType -> xsd.anySimpleType
-
class
xsd.anyURI¶
Attributes¶
-
xsd.anyURI.value¶ Returns the value of the
xsd.anyURIas native str.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__