In my model I imported a official nodeset which gets the namespace 1 and created another one which is the namespace with number 2. When I create a new datatype in namespace 2 and save the XML file, it saves it to namespace 1 with node id's starting at 2000. If I reopen the file I get Warnings "Could not find struct ...." for the structs I created in namespace 2.
the importer is implementee in python-opcua. I know there have been changes in last Di and the importer need to be updated. Great if you can have a look
In my model I imported a official nodeset which gets the namespace 1 and created another one which is the namespace with number 2. When I create a new datatype in namespace 2 and save the XML file, it saves it to namespace 1 with node id's starting at 2000. If I reopen the file I get Warnings "Could not find struct ...." for the structs I created in namespace 2.