When LoadTypes is being called, it does not include the namespace-qualified types in its result. While these namespaces are visible to LoadTypes itself, RegisterTypes will not recognise this form of the types, only allowing them to be used if they are on the schema path, and referred to without their namespace component.
When
LoadTypes
is being called, it does not include the namespace-qualified types in its result. While these namespaces are visible toLoadTypes
itself,RegisterTypes
will not recognise this form of the types, only allowing them to be used if they are on the schema path, and referred to without their namespace component.