type_namespace property

type_namespace property

Gets the type namespace.The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.

Definition:

@property
def type_namespace(self):
    ...

See Also