xsd.NamespaceBinding

The xsd.NamespaceBinding property record builds a pair of prefix and namespace.

class xsd.NamespaceBinding

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xsd.NamespaceBinding.namespace

Returns the namespace of the xsd.NamespaceBinding.

xsd.NamespaceBinding.prefix

Returns the prefix of the xsd.NamespaceBinding.

Special methods

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