opcua_model_reverse
Reverse-engineer NodeSet2.xml files into YAML DSL format to recreate or modify OPC UA models.
Instructions
Reverse-engineer a NodeSet2.xml file back into the YAML DSL format. Requires an API key (set OPCUA_MODELER_API_KEY env var). Optionally specify the target namespace URI to extract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | The NodeSet2.xml content to reverse-engineer | |
| namespace_uri | No | Target namespace URI to extract (auto-detected if omitted) |