UA.QualifiedName

Qualified name

General Information

Domain

TcHmiOpcUa

Schema

Type

object

JSON Schema

{
    "description": "descUaQualifiedName",
    "properties": {
        "Name": {
            "type": "string"
        },
        "NamespaceIndex": {
            "type": "integer"
        }
    },
    "required": [
        "NamespaceIndex",
        "Name"
    ],
    "type": "object"
}