python ./nodeset_compiler.py --types-array=UA_TYPES --existing ../../tools/schema/Opc.Ua.NodeSet2.PubSubMinimal.xml --xml ../../examples/nodeset/myNS.xml myNS
INFO:main:Preprocessing (existing) ../../tools/schema/Opc.Ua.NodeSet2.PubSubMinimal.xml
Traceback (most recent call last):
File "./nodeset_compiler.py", line 123, in
ns.addNodeSet(xmlfile, True, typesArray=getTypesArray(nsCount))
File "/home/alex/workspaces/open62541/tools/nodeset_compiler/nodeset.py", line 296, in addNodeSet
node.replaceNamespaces(namespaceMapping)
File "/home/alex/workspaces/open62541/tools/nodeset_compiler/nodes.py", line 184, in replaceNamespaces
ref.referenceType.ns = nsMapping[ref.referenceType.ns]
AttributeError: 'unicode' object has no attribute 'ns'