.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.Model.Namespaces Class Reference

Defines constants for all namespaces referenced by the Model. More...

Public Attributes

const string OpcUa = "http://opcfoundation.org/UA/"
 The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua'). More...
 
const string OpcUaXsd = "http://opcfoundation.org/UA/2008/02/Types.xsd"
 The URI for the OpcUaXsd namespace (.NET code namespace is 'Opc.Ua'). More...
 
const string Model = "http://unifiedautomation.com/schemas/uaserver/model"
 The URI for the Model namespace. More...
 
const string ModelXsd = "http://unifiedautomation.com/schemas/uaserver/model/Types.xsd"
 The URI for the ModelXsd namespace. More...
 

Detailed Description

Defines constants for all namespaces referenced by the Model.

Member Data Documentation

const string UnifiedAutomation.UaServer.Model.Namespaces.Model = "http://unifiedautomation.com/schemas/uaserver/model"

The URI for the Model namespace.

const string UnifiedAutomation.UaServer.Model.Namespaces.ModelXsd = "http://unifiedautomation.com/schemas/uaserver/model/Types.xsd"

The URI for the ModelXsd namespace.

const string UnifiedAutomation.UaServer.Model.Namespaces.OpcUa = "http://opcfoundation.org/UA/"

The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua').

const string UnifiedAutomation.UaServer.Model.Namespaces.OpcUaXsd = "http://opcfoundation.org/UA/2008/02/Types.xsd"

The URI for the OpcUaXsd namespace (.NET code namespace is 'Opc.Ua').


The documentation for this class was generated from the following file: