Current behavior
When creating code from the machinery node set Opc.Ua.Machinery.NodeSet2.xml the generated code includes a class MachineIdentificationTypeState which has as part of its InitializationString the initialization of a property called DefaultInstanceBrowseName. This property on the other hand has no modelling rule in the node set and should by definition not appear within the address space when the object type is instantiated.
Expected behavior
The instantiated node does not include the property DefaultInstanceBrowseName.
How to reproduce
Generate code from the linked node set and create an instance of MachineIdentificationType.