Files
softbus_OPC/config/ua_model.xml

12 lines
401 B
XML
Raw Normal View History

2026-06-09 16:50:28 +08:00
<?xml version="1.0" encoding="utf-8"?>
<!--
Phase1 placeholder UA model file.
The daemon builds the address space dynamically from config/softbus_model.json.
Phase2 may import a static NodeSet2 XML generated from this template.
-->
<UANodeSet xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
<Models>
<Model ModelUri="urn:softbus:demo" Version="1.0.0"/>
</Models>
</UANodeSet>