# 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/"`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cybus.io/2-1-2/connectors/servers/opc-ua-server-references/opcuaobjectnode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
