Closed Stasik0 closed 7 years ago
Hi,
XML the export of UAReferenceType is serialized like this
<DisplayName></DisplayName> <InserseName></InverseName> <References></References>
however UANodeSet.xsd requires the following order:
<DisplayName></DisplayName> <References></References> <InserseName></InverseName>
that should fix it: https://github.com/FreeOpcUa/python-opcua/pull/438
thanks for reporting
Hi,
XML the export of UAReferenceType is serialized like this
however UANodeSet.xsd requires the following order: