XdmType

class XdmType(*values)

Bases: IntEnum

XDM_ARRAY = 3
XDM_ATOMIC_VALUE = 1
XDM_EMPTY = 6
XDM_FUNCTION_ITEM = 5
XDM_ITEM = 7
XDM_MAP = 4
XDM_NODE = 2
XDM_VALUE = 0
__format__(format_spec, /)

Convert to a string according to format_spec.

__module__ = 'saxoncee'
__new__(value)