Ive notice in some specs the BrowseName is missing a namespace index e.g.
https://github.com/OPCFoundation/UA-Nodeset/blob/dee199135d85a5cb0dc5db25e27228b1f9d7ea0d/AutoID/Opc.Ua.AutoID.NodeSet2.xml#L173C36-L173C59
According to this: https://reference.opcfoundation.org/Core/Part6/v104/docs/F.3 it seems like both the namespace index and the name should be included.
This may be related to this issue but its not totally clear to me #22
Im trying to understand
- Why is there this discrepancy here, am I missing something?
- Is there some fallback value for when the namespace index is not there (e.g. is it always 0 as this seem to suggest https://reference.opcfoundation.org/DI/v102/docs/11.2)?
Ive notice in some specs the BrowseName is missing a namespace index e.g.
https://github.com/OPCFoundation/UA-Nodeset/blob/dee199135d85a5cb0dc5db25e27228b1f9d7ea0d/AutoID/Opc.Ua.AutoID.NodeSet2.xml#L173C36-L173C59
According to this: https://reference.opcfoundation.org/Core/Part6/v104/docs/F.3 it seems like both the namespace index and the name should be included.
This may be related to this issue but its not totally clear to me #22
Im trying to understand