# OPC UA Object Node

## `objectTypeName` (string)

Name of the Object Type to instantiate

Example: `"MachineToolType"`

## `sourceNamespaceUrl` (string)

URL of the namespace that contains the the object type to instantiate

Example: `"http://opcfoundation.org/UA/MachineTool/"`

## `browseName` (string)

BrowseName that shall be assigned to the Objecttype Instance

Example: `"TestMachineToolTypeInstance"`

## `parent` (string)

Reference to parent node Id in the commissioning file

Example: `"http://opcfoundation.org/UA/MachineTool/"`
