/* ========================================================================
* Copyright (c) 2005-2020 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
* ======================================================================*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.Xml;
using System.Runtime.Serialization;
using Opc.Ua.Di;
using Opc.Ua;
namespace Opc.Ua.Fdi5
{
#region DataType Identifiers
///
/// A class that declares constants for all DataTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class DataTypes
{
///
/// The identifier for the WindowModeType DataType.
///
public const uint WindowModeType = 194;
///
/// The identifier for the StyleType DataType.
///
public const uint StyleType = 196;
///
/// The identifier for the RegistrationParameters DataType.
///
public const uint RegistrationParameters = 37;
///
/// The identifier for the RegisteredNode DataType.
///
public const uint RegisteredNode = 38;
///
/// The identifier for the RegisterNodesResult DataType.
///
public const uint RegisterNodesResult = 39;
///
/// The identifier for the TransferIncident DataType.
///
public const uint TransferIncident = 43;
///
/// The identifier for the ApplyResult DataType.
///
public const uint ApplyResult = 44;
}
#endregion
#region Method Identifiers
///
/// A class that declares constants for all Methods in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Methods
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Open = 15015;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Close Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Close = 15018;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Read = 15020;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Write Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Write = 15023;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition = 15025;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition Method.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition = 15028;
///
/// The identifier for the ActionServiceType_InvokeAction Method.
///
public const uint ActionServiceType_InvokeAction = 22;
///
/// The identifier for the ActionServiceType_RespondAction Method.
///
public const uint ActionServiceType_RespondAction = 25;
///
/// The identifier for the ActionServiceType_AbortAction Method.
///
public const uint ActionServiceType_AbortAction = 28;
///
/// The identifier for the EditContextType_GetEditContext Method.
///
public const uint EditContextType_GetEditContext = 55;
///
/// The identifier for the EditContextType_RegisterNodesById Method.
///
public const uint EditContextType_RegisterNodesById = 58;
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath Method.
///
public const uint EditContextType_RegisterNodesByRelativePath = 61;
///
/// The identifier for the EditContextType_Apply Method.
///
public const uint EditContextType_Apply = 64;
///
/// The identifier for the EditContextType_Reset Method.
///
public const uint EditContextType_Reset = 67;
///
/// The identifier for the EditContextType_Discard Method.
///
public const uint EditContextType_Discard = 70;
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess Method.
///
public const uint DirectDeviceAccessType_InitDirectAccess = 83;
///
/// The identifier for the DirectDeviceAccessType_Transfer Method.
///
public const uint DirectDeviceAccessType_Transfer = 86;
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess Method.
///
public const uint DirectDeviceAccessType_EndDirectAccess = 89;
///
/// The identifier for the LogAuditTrailMessage Method.
///
public const uint LogAuditTrailMessage = 92;
///
/// The identifier for the ActionSet_InvokeAction Method.
///
public const uint ActionSet_InvokeAction = 184;
///
/// The identifier for the ActionSet_RespondAction Method.
///
public const uint ActionSet_RespondAction = 187;
///
/// The identifier for the ActionSet_AbortAction Method.
///
public const uint ActionSet_AbortAction = 190;
}
#endregion
#region Object Identifiers
///
/// A class that declares constants for all Objects in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Objects
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata Object.
///
public const uint OpcUaFdi5NamespaceMetadata = 15001;
///
/// The identifier for the UIPlugInType_Documentation Object.
///
public const uint UIPlugInType_Documentation = 10;
///
/// The identifier for the ActionServiceType_ActionIdentifier_PH Object.
///
public const uint ActionServiceType_ActionIdentifier_PH = 181;
///
/// The identifier for the ActionIdentifier Object.
///
public const uint ActionIdentifier = 182;
///
/// The identifier for the ActionSet Object.
///
public const uint ActionSet = 183;
///
/// The identifier for the RegistrationParameters_Encoding_DefaultBinary Object.
///
public const uint RegistrationParameters_Encoding_DefaultBinary = 118;
///
/// The identifier for the RegisteredNode_Encoding_DefaultBinary Object.
///
public const uint RegisteredNode_Encoding_DefaultBinary = 119;
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultBinary Object.
///
public const uint RegisterNodesResult_Encoding_DefaultBinary = 120;
///
/// The identifier for the TransferIncident_Encoding_DefaultBinary Object.
///
public const uint TransferIncident_Encoding_DefaultBinary = 121;
///
/// The identifier for the ApplyResult_Encoding_DefaultBinary Object.
///
public const uint ApplyResult_Encoding_DefaultBinary = 122;
///
/// The identifier for the RegistrationParameters_Encoding_DefaultXml Object.
///
public const uint RegistrationParameters_Encoding_DefaultXml = 95;
///
/// The identifier for the RegisteredNode_Encoding_DefaultXml Object.
///
public const uint RegisteredNode_Encoding_DefaultXml = 96;
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultXml Object.
///
public const uint RegisterNodesResult_Encoding_DefaultXml = 97;
///
/// The identifier for the TransferIncident_Encoding_DefaultXml Object.
///
public const uint TransferIncident_Encoding_DefaultXml = 98;
///
/// The identifier for the ApplyResult_Encoding_DefaultXml Object.
///
public const uint ApplyResult_Encoding_DefaultXml = 99;
///
/// The identifier for the RegistrationParameters_Encoding_DefaultJson Object.
///
public const uint RegistrationParameters_Encoding_DefaultJson = 8001;
///
/// The identifier for the RegisteredNode_Encoding_DefaultJson Object.
///
public const uint RegisteredNode_Encoding_DefaultJson = 8002;
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultJson Object.
///
public const uint RegisterNodesResult_Encoding_DefaultJson = 8003;
///
/// The identifier for the TransferIncident_Encoding_DefaultJson Object.
///
public const uint TransferIncident_Encoding_DefaultJson = 8004;
///
/// The identifier for the ApplyResult_Encoding_DefaultJson Object.
///
public const uint ApplyResult_Encoding_DefaultJson = 8005;
}
#endregion
#region ObjectType Identifiers
///
/// A class that declares constants for all ObjectTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectTypes
{
///
/// The identifier for the ActionType ObjectType.
///
public const uint ActionType = 11;
///
/// The identifier for the ActionServiceType ObjectType.
///
public const uint ActionServiceType = 21;
///
/// The identifier for the EditContextType ObjectType.
///
public const uint EditContextType = 54;
///
/// The identifier for the DirectDeviceAccessType ObjectType.
///
public const uint DirectDeviceAccessType = 82;
}
#endregion
#region Variable Identifiers
///
/// A class that declares constants for all Variables in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Variables
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceUri Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceUri = 15002;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceVersion Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceVersion = 15003;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespacePublicationDate Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespacePublicationDate = 15004;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_IsNamespaceSubset Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_IsNamespaceSubset = 15005;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticNodeIdTypes Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_StaticNodeIdTypes = 15006;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticNumericNodeIdRange Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_StaticNumericNodeIdRange = 15007;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticStringNodeIdPattern Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_StaticStringNodeIdPattern = 15008;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Size Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Size = 15010;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Writable Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Writable = 15011;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_UserWritable Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_UserWritable = 15012;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_OpenCount Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_OpenCount = 15013;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_InputArguments = 15016;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_OutputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_OutputArguments = 15017;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Close_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Close_InputArguments = 15019;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_InputArguments = 15021;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_OutputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_OutputArguments = 15022;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Write_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_Write_InputArguments = 15024;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_InputArguments = 15026;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_OutputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_OutputArguments = 15027;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition_InputArguments Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition_InputArguments = 15029;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultRolePermissions Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_DefaultRolePermissions = 15031;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultUserRolePermissions Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_DefaultUserRolePermissions = 15032;
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultAccessRestrictions Variable.
///
public const uint OpcUaFdi5NamespaceMetadata_DefaultAccessRestrictions = 15033;
///
/// The identifier for the UIPlugInType_UIPVariantVersion Variable.
///
public const uint UIPlugInType_UIPVariantVersion = 3;
///
/// The identifier for the UIPlugInType_FDITechnologyVersion Variable.
///
public const uint UIPlugInType_FDITechnologyVersion = 4;
///
/// The identifier for the UIPlugInType_RuntimeId Variable.
///
public const uint UIPlugInType_RuntimeId = 5;
///
/// The identifier for the UIPlugInType_CpuInformation Variable.
///
public const uint UIPlugInType_CpuInformation = 6;
///
/// The identifier for the UIPlugInType_PlatformId Variable.
///
public const uint UIPlugInType_PlatformId = 7;
///
/// The identifier for the UIPlugInType_Style Variable.
///
public const uint UIPlugInType_Style = 8;
///
/// The identifier for the UIPlugInType_StartElementName Variable.
///
public const uint UIPlugInType_StartElementName = 9;
///
/// The identifier for the ActionServiceType_InvokeAction_InputArguments Variable.
///
public const uint ActionServiceType_InvokeAction_InputArguments = 23;
///
/// The identifier for the ActionServiceType_InvokeAction_OutputArguments Variable.
///
public const uint ActionServiceType_InvokeAction_OutputArguments = 24;
///
/// The identifier for the ActionServiceType_RespondAction_InputArguments Variable.
///
public const uint ActionServiceType_RespondAction_InputArguments = 26;
///
/// The identifier for the ActionServiceType_RespondAction_OutputArguments Variable.
///
public const uint ActionServiceType_RespondAction_OutputArguments = 27;
///
/// The identifier for the ActionServiceType_AbortAction_InputArguments Variable.
///
public const uint ActionServiceType_AbortAction_InputArguments = 29;
///
/// The identifier for the ActionServiceType_AbortAction_OutputArguments Variable.
///
public const uint ActionServiceType_AbortAction_OutputArguments = 30;
///
/// The identifier for the WindowModeType_EnumValues Variable.
///
public const uint WindowModeType_EnumValues = 195;
///
/// The identifier for the StyleType_EnumValues Variable.
///
public const uint StyleType_EnumValues = 197;
///
/// The identifier for the EditContextType_GetEditContext_InputArguments Variable.
///
public const uint EditContextType_GetEditContext_InputArguments = 56;
///
/// The identifier for the EditContextType_GetEditContext_OutputArguments Variable.
///
public const uint EditContextType_GetEditContext_OutputArguments = 57;
///
/// The identifier for the EditContextType_RegisterNodesById_InputArguments Variable.
///
public const uint EditContextType_RegisterNodesById_InputArguments = 59;
///
/// The identifier for the EditContextType_RegisterNodesById_OutputArguments Variable.
///
public const uint EditContextType_RegisterNodesById_OutputArguments = 60;
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath_InputArguments Variable.
///
public const uint EditContextType_RegisterNodesByRelativePath_InputArguments = 62;
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath_OutputArguments Variable.
///
public const uint EditContextType_RegisterNodesByRelativePath_OutputArguments = 63;
///
/// The identifier for the EditContextType_Apply_InputArguments Variable.
///
public const uint EditContextType_Apply_InputArguments = 65;
///
/// The identifier for the EditContextType_Apply_OutputArguments Variable.
///
public const uint EditContextType_Apply_OutputArguments = 66;
///
/// The identifier for the EditContextType_Reset_InputArguments Variable.
///
public const uint EditContextType_Reset_InputArguments = 68;
///
/// The identifier for the EditContextType_Reset_OutputArguments Variable.
///
public const uint EditContextType_Reset_OutputArguments = 69;
///
/// The identifier for the EditContextType_Discard_InputArguments Variable.
///
public const uint EditContextType_Discard_InputArguments = 71;
///
/// The identifier for the EditContextType_Discard_OutputArguments Variable.
///
public const uint EditContextType_Discard_OutputArguments = 72;
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess_InputArguments Variable.
///
public const uint DirectDeviceAccessType_InitDirectAccess_InputArguments = 84;
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess_OutputArguments Variable.
///
public const uint DirectDeviceAccessType_InitDirectAccess_OutputArguments = 85;
///
/// The identifier for the DirectDeviceAccessType_Transfer_InputArguments Variable.
///
public const uint DirectDeviceAccessType_Transfer_InputArguments = 87;
///
/// The identifier for the DirectDeviceAccessType_Transfer_OutputArguments Variable.
///
public const uint DirectDeviceAccessType_Transfer_OutputArguments = 88;
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess_InputArguments Variable.
///
public const uint DirectDeviceAccessType_EndDirectAccess_InputArguments = 90;
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess_OutputArguments Variable.
///
public const uint DirectDeviceAccessType_EndDirectAccess_OutputArguments = 91;
///
/// The identifier for the LogAuditTrailMessage_InputArguments Variable.
///
public const uint LogAuditTrailMessage_InputArguments = 93;
///
/// The identifier for the FDIServerVersion Variable.
///
public const uint FDIServerVersion = 94;
///
/// The identifier for the DeviceHealthDiagnostics Variable.
///
public const uint DeviceHealthDiagnostics = 198;
///
/// The identifier for the ActionSet_InvokeAction_InputArguments Variable.
///
public const uint ActionSet_InvokeAction_InputArguments = 185;
///
/// The identifier for the ActionSet_InvokeAction_OutputArguments Variable.
///
public const uint ActionSet_InvokeAction_OutputArguments = 186;
///
/// The identifier for the ActionSet_RespondAction_InputArguments Variable.
///
public const uint ActionSet_RespondAction_InputArguments = 188;
///
/// The identifier for the ActionSet_RespondAction_OutputArguments Variable.
///
public const uint ActionSet_RespondAction_OutputArguments = 189;
///
/// The identifier for the ActionSet_AbortAction_InputArguments Variable.
///
public const uint ActionSet_AbortAction_InputArguments = 191;
///
/// The identifier for the ActionSet_AbortAction_OutputArguments Variable.
///
public const uint ActionSet_AbortAction_OutputArguments = 192;
///
/// The identifier for the OpcUaFdi5_BinarySchema Variable.
///
public const uint OpcUaFdi5_BinarySchema = 123;
///
/// The identifier for the OpcUaFdi5_BinarySchema_NamespaceUri Variable.
///
public const uint OpcUaFdi5_BinarySchema_NamespaceUri = 125;
///
/// The identifier for the OpcUaFdi5_BinarySchema_Deprecated Variable.
///
public const uint OpcUaFdi5_BinarySchema_Deprecated = 8006;
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegistrationParameters Variable.
///
public const uint OpcUaFdi5_BinarySchema_RegistrationParameters = 126;
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegisteredNode Variable.
///
public const uint OpcUaFdi5_BinarySchema_RegisteredNode = 129;
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegisterNodesResult Variable.
///
public const uint OpcUaFdi5_BinarySchema_RegisterNodesResult = 132;
///
/// The identifier for the OpcUaFdi5_BinarySchema_TransferIncident Variable.
///
public const uint OpcUaFdi5_BinarySchema_TransferIncident = 135;
///
/// The identifier for the OpcUaFdi5_BinarySchema_ApplyResult Variable.
///
public const uint OpcUaFdi5_BinarySchema_ApplyResult = 138;
///
/// The identifier for the OpcUaFdi5_XmlSchema Variable.
///
public const uint OpcUaFdi5_XmlSchema = 100;
///
/// The identifier for the OpcUaFdi5_XmlSchema_NamespaceUri Variable.
///
public const uint OpcUaFdi5_XmlSchema_NamespaceUri = 102;
///
/// The identifier for the OpcUaFdi5_XmlSchema_Deprecated Variable.
///
public const uint OpcUaFdi5_XmlSchema_Deprecated = 8008;
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegistrationParameters Variable.
///
public const uint OpcUaFdi5_XmlSchema_RegistrationParameters = 103;
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegisteredNode Variable.
///
public const uint OpcUaFdi5_XmlSchema_RegisteredNode = 106;
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegisterNodesResult Variable.
///
public const uint OpcUaFdi5_XmlSchema_RegisterNodesResult = 109;
///
/// The identifier for the OpcUaFdi5_XmlSchema_TransferIncident Variable.
///
public const uint OpcUaFdi5_XmlSchema_TransferIncident = 112;
///
/// The identifier for the OpcUaFdi5_XmlSchema_ApplyResult Variable.
///
public const uint OpcUaFdi5_XmlSchema_ApplyResult = 115;
}
#endregion
#region VariableType Identifiers
///
/// A class that declares constants for all VariableTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableTypes
{
///
/// The identifier for the UIDescriptionType VariableType.
///
public const uint UIDescriptionType = 1;
///
/// The identifier for the UIPlugInType VariableType.
///
public const uint UIPlugInType = 2;
}
#endregion
#region DataType Node Identifiers
///
/// A class that declares constants for all DataTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class DataTypeIds
{
///
/// The identifier for the WindowModeType DataType.
///
public static readonly ExpandedNodeId WindowModeType = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.WindowModeType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the StyleType DataType.
///
public static readonly ExpandedNodeId StyleType = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.StyleType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegistrationParameters DataType.
///
public static readonly ExpandedNodeId RegistrationParameters = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.RegistrationParameters, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisteredNode DataType.
///
public static readonly ExpandedNodeId RegisteredNode = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.RegisteredNode, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisterNodesResult DataType.
///
public static readonly ExpandedNodeId RegisterNodesResult = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.RegisterNodesResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the TransferIncident DataType.
///
public static readonly ExpandedNodeId TransferIncident = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.TransferIncident, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ApplyResult DataType.
///
public static readonly ExpandedNodeId ApplyResult = new ExpandedNodeId(Opc.Ua.Fdi5.DataTypes.ApplyResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region Method Node Identifiers
///
/// A class that declares constants for all Methods in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class MethodIds
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Open = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_Open, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Close Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Close = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_Close, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Read = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_Read, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Write Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Write = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_Write, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition Method.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_InvokeAction Method.
///
public static readonly ExpandedNodeId ActionServiceType_InvokeAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionServiceType_InvokeAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_RespondAction Method.
///
public static readonly ExpandedNodeId ActionServiceType_RespondAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionServiceType_RespondAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_AbortAction Method.
///
public static readonly ExpandedNodeId ActionServiceType_AbortAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionServiceType_AbortAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_GetEditContext Method.
///
public static readonly ExpandedNodeId EditContextType_GetEditContext = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_GetEditContext, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesById Method.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesById = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_RegisterNodesById, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath Method.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesByRelativePath = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_RegisterNodesByRelativePath, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Apply Method.
///
public static readonly ExpandedNodeId EditContextType_Apply = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_Apply, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Reset Method.
///
public static readonly ExpandedNodeId EditContextType_Reset = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_Reset, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Discard Method.
///
public static readonly ExpandedNodeId EditContextType_Discard = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.EditContextType_Discard, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess Method.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_InitDirectAccess = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.DirectDeviceAccessType_InitDirectAccess, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_Transfer Method.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_Transfer = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.DirectDeviceAccessType_Transfer, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess Method.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_EndDirectAccess = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.DirectDeviceAccessType_EndDirectAccess, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the LogAuditTrailMessage Method.
///
public static readonly ExpandedNodeId LogAuditTrailMessage = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.LogAuditTrailMessage, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_InvokeAction Method.
///
public static readonly ExpandedNodeId ActionSet_InvokeAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionSet_InvokeAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_RespondAction Method.
///
public static readonly ExpandedNodeId ActionSet_RespondAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionSet_RespondAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_AbortAction Method.
///
public static readonly ExpandedNodeId ActionSet_AbortAction = new ExpandedNodeId(Opc.Ua.Fdi5.Methods.ActionSet_AbortAction, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region Object Node Identifiers
///
/// A class that declares constants for all Objects in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectIds
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata Object.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.OpcUaFdi5NamespaceMetadata, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_Documentation Object.
///
public static readonly ExpandedNodeId UIPlugInType_Documentation = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.UIPlugInType_Documentation, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_ActionIdentifier_PH Object.
///
public static readonly ExpandedNodeId ActionServiceType_ActionIdentifier_PH = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ActionServiceType_ActionIdentifier_PH, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionIdentifier Object.
///
public static readonly ExpandedNodeId ActionIdentifier = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ActionIdentifier, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet Object.
///
public static readonly ExpandedNodeId ActionSet = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ActionSet, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegistrationParameters_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId RegistrationParameters_Encoding_DefaultBinary = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegistrationParameters_Encoding_DefaultBinary, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisteredNode_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId RegisteredNode_Encoding_DefaultBinary = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisteredNode_Encoding_DefaultBinary, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId RegisterNodesResult_Encoding_DefaultBinary = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisterNodesResult_Encoding_DefaultBinary, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the TransferIncident_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId TransferIncident_Encoding_DefaultBinary = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.TransferIncident_Encoding_DefaultBinary, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ApplyResult_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId ApplyResult_Encoding_DefaultBinary = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ApplyResult_Encoding_DefaultBinary, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegistrationParameters_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId RegistrationParameters_Encoding_DefaultXml = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegistrationParameters_Encoding_DefaultXml, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisteredNode_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId RegisteredNode_Encoding_DefaultXml = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisteredNode_Encoding_DefaultXml, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId RegisterNodesResult_Encoding_DefaultXml = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisterNodesResult_Encoding_DefaultXml, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the TransferIncident_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId TransferIncident_Encoding_DefaultXml = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.TransferIncident_Encoding_DefaultXml, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ApplyResult_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId ApplyResult_Encoding_DefaultXml = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ApplyResult_Encoding_DefaultXml, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegistrationParameters_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId RegistrationParameters_Encoding_DefaultJson = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegistrationParameters_Encoding_DefaultJson, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisteredNode_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId RegisteredNode_Encoding_DefaultJson = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisteredNode_Encoding_DefaultJson, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the RegisterNodesResult_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId RegisterNodesResult_Encoding_DefaultJson = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.RegisterNodesResult_Encoding_DefaultJson, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the TransferIncident_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId TransferIncident_Encoding_DefaultJson = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.TransferIncident_Encoding_DefaultJson, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ApplyResult_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId ApplyResult_Encoding_DefaultJson = new ExpandedNodeId(Opc.Ua.Fdi5.Objects.ApplyResult_Encoding_DefaultJson, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region ObjectType Node Identifiers
///
/// A class that declares constants for all ObjectTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectTypeIds
{
///
/// The identifier for the ActionType ObjectType.
///
public static readonly ExpandedNodeId ActionType = new ExpandedNodeId(Opc.Ua.Fdi5.ObjectTypes.ActionType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType ObjectType.
///
public static readonly ExpandedNodeId ActionServiceType = new ExpandedNodeId(Opc.Ua.Fdi5.ObjectTypes.ActionServiceType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType ObjectType.
///
public static readonly ExpandedNodeId EditContextType = new ExpandedNodeId(Opc.Ua.Fdi5.ObjectTypes.EditContextType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType ObjectType.
///
public static readonly ExpandedNodeId DirectDeviceAccessType = new ExpandedNodeId(Opc.Ua.Fdi5.ObjectTypes.DirectDeviceAccessType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region Variable Node Identifiers
///
/// A class that declares constants for all Variables in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableIds
{
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceUri Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceUri = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceUri, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceVersion Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceVersion = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceVersion, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespacePublicationDate Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespacePublicationDate = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespacePublicationDate, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_IsNamespaceSubset Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_IsNamespaceSubset = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_IsNamespaceSubset, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticNodeIdTypes Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_StaticNodeIdTypes = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_StaticNodeIdTypes, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticNumericNodeIdRange Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_StaticNumericNodeIdRange = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_StaticNumericNodeIdRange, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_StaticStringNodeIdPattern Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_StaticStringNodeIdPattern = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_StaticStringNodeIdPattern, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Size Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Size = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Size, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Writable Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Writable = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Writable, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_UserWritable Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_UserWritable = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_UserWritable, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_OpenCount Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_OpenCount = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_OpenCount, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_OutputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Open_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Close_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Close_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_OutputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Read_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_Write_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_Write_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_OutputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_GetPosition_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_NamespaceFile_SetPosition_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultRolePermissions Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_DefaultRolePermissions = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_DefaultRolePermissions, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultUserRolePermissions Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_DefaultUserRolePermissions = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_DefaultUserRolePermissions, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5NamespaceMetadata_DefaultAccessRestrictions Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5NamespaceMetadata_DefaultAccessRestrictions = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5NamespaceMetadata_DefaultAccessRestrictions, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_UIPVariantVersion Variable.
///
public static readonly ExpandedNodeId UIPlugInType_UIPVariantVersion = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_UIPVariantVersion, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_FDITechnologyVersion Variable.
///
public static readonly ExpandedNodeId UIPlugInType_FDITechnologyVersion = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_FDITechnologyVersion, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_RuntimeId Variable.
///
public static readonly ExpandedNodeId UIPlugInType_RuntimeId = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_RuntimeId, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_CpuInformation Variable.
///
public static readonly ExpandedNodeId UIPlugInType_CpuInformation = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_CpuInformation, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_PlatformId Variable.
///
public static readonly ExpandedNodeId UIPlugInType_PlatformId = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_PlatformId, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_Style Variable.
///
public static readonly ExpandedNodeId UIPlugInType_Style = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_Style, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType_StartElementName Variable.
///
public static readonly ExpandedNodeId UIPlugInType_StartElementName = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.UIPlugInType_StartElementName, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_InvokeAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_InvokeAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_InvokeAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_InvokeAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_InvokeAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_InvokeAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_RespondAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_RespondAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_RespondAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_RespondAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_RespondAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_RespondAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_AbortAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_AbortAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_AbortAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionServiceType_AbortAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionServiceType_AbortAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionServiceType_AbortAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the WindowModeType_EnumValues Variable.
///
public static readonly ExpandedNodeId WindowModeType_EnumValues = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.WindowModeType_EnumValues, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the StyleType_EnumValues Variable.
///
public static readonly ExpandedNodeId StyleType_EnumValues = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.StyleType_EnumValues, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_GetEditContext_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_GetEditContext_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_GetEditContext_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_GetEditContext_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_GetEditContext_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_GetEditContext_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesById_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesById_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_RegisterNodesById_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesById_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesById_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_RegisterNodesById_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesByRelativePath_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_RegisterNodesByRelativePath_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_RegisterNodesByRelativePath_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_RegisterNodesByRelativePath_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_RegisterNodesByRelativePath_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Apply_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Apply_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Apply_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Apply_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Apply_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Apply_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Reset_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Reset_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Reset_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Reset_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Reset_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Reset_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Discard_InputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Discard_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Discard_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the EditContextType_Discard_OutputArguments Variable.
///
public static readonly ExpandedNodeId EditContextType_Discard_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.EditContextType_Discard_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess_InputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_InitDirectAccess_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_InitDirectAccess_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_InitDirectAccess_OutputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_InitDirectAccess_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_InitDirectAccess_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_Transfer_InputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_Transfer_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_Transfer_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_Transfer_OutputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_Transfer_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_Transfer_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess_InputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_EndDirectAccess_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_EndDirectAccess_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DirectDeviceAccessType_EndDirectAccess_OutputArguments Variable.
///
public static readonly ExpandedNodeId DirectDeviceAccessType_EndDirectAccess_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DirectDeviceAccessType_EndDirectAccess_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the LogAuditTrailMessage_InputArguments Variable.
///
public static readonly ExpandedNodeId LogAuditTrailMessage_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.LogAuditTrailMessage_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the FDIServerVersion Variable.
///
public static readonly ExpandedNodeId FDIServerVersion = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.FDIServerVersion, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the DeviceHealthDiagnostics Variable.
///
public static readonly ExpandedNodeId DeviceHealthDiagnostics = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.DeviceHealthDiagnostics, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_InvokeAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_InvokeAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_InvokeAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_InvokeAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_InvokeAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_InvokeAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_RespondAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_RespondAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_RespondAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_RespondAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_RespondAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_RespondAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_AbortAction_InputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_AbortAction_InputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_AbortAction_InputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the ActionSet_AbortAction_OutputArguments Variable.
///
public static readonly ExpandedNodeId ActionSet_AbortAction_OutputArguments = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.ActionSet_AbortAction_OutputArguments, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_NamespaceUri Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_NamespaceUri = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_NamespaceUri, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_Deprecated Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_Deprecated = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_Deprecated, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegistrationParameters Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_RegistrationParameters = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_RegistrationParameters, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegisteredNode Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_RegisteredNode = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_RegisteredNode, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_RegisterNodesResult Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_RegisterNodesResult = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_RegisterNodesResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_TransferIncident Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_TransferIncident = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_TransferIncident, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_BinarySchema_ApplyResult Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_BinarySchema_ApplyResult = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_BinarySchema_ApplyResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_NamespaceUri Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_NamespaceUri = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_NamespaceUri, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_Deprecated Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_Deprecated = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_Deprecated, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegistrationParameters Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_RegistrationParameters = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_RegistrationParameters, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegisteredNode Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_RegisteredNode = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_RegisteredNode, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_RegisterNodesResult Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_RegisterNodesResult = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_RegisterNodesResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_TransferIncident Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_TransferIncident = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_TransferIncident, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the OpcUaFdi5_XmlSchema_ApplyResult Variable.
///
public static readonly ExpandedNodeId OpcUaFdi5_XmlSchema_ApplyResult = new ExpandedNodeId(Opc.Ua.Fdi5.Variables.OpcUaFdi5_XmlSchema_ApplyResult, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region VariableType Node Identifiers
///
/// A class that declares constants for all VariableTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableTypeIds
{
///
/// The identifier for the UIDescriptionType VariableType.
///
public static readonly ExpandedNodeId UIDescriptionType = new ExpandedNodeId(Opc.Ua.Fdi5.VariableTypes.UIDescriptionType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
///
/// The identifier for the UIPlugInType VariableType.
///
public static readonly ExpandedNodeId UIPlugInType = new ExpandedNodeId(Opc.Ua.Fdi5.VariableTypes.UIPlugInType, Opc.Ua.Fdi5.Namespaces.OpcUaFdi5);
}
#endregion
#region BrowseName Declarations
///
/// Declares all of the BrowseNames used in the Model Design.
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class BrowseNames
{
///
/// The BrowseName for the AbortAction component.
///
public const string AbortAction = "AbortAction";
///
/// The BrowseName for the ActionIdentifier component.
///
public const string ActionIdentifier = "ActionIdentifier";
///
/// The BrowseName for the ActionIdentifier_PH component.
///
public const string ActionIdentifier_PH = "";
///
/// The BrowseName for the ActionServiceType component.
///
public const string ActionServiceType = "ActionServiceType";
///
/// The BrowseName for the ActionSet component.
///
public const string ActionSet = "ActionSet";
///
/// The BrowseName for the ActionType component.
///
public const string ActionType = "ActionType";
///
/// The BrowseName for the Apply component.
///
public const string Apply = "Apply";
///
/// The BrowseName for the ApplyResult component.
///
public const string ApplyResult = "ApplyResult";
///
/// The BrowseName for the CpuInformation component.
///
public const string CpuInformation = "CpuInformation";
///
/// The BrowseName for the DeviceHealthDiagnostics component.
///
public const string DeviceHealthDiagnostics = "DeviceHealthDiagnostics";
///
/// The BrowseName for the DirectDeviceAccessType component.
///
public const string DirectDeviceAccessType = "DirectDeviceAccessType";
///
/// The BrowseName for the Discard component.
///
public const string Discard = "Discard";
///
/// The BrowseName for the Documentation component.
///
public const string Documentation = "Documentation";
///
/// The BrowseName for the EditContextType component.
///
public const string EditContextType = "EditContextType";
///
/// The BrowseName for the EndDirectAccess component.
///
public const string EndDirectAccess = "EndDirectAccess";
///
/// The BrowseName for the FDIServerVersion component.
///
public const string FDIServerVersion = "FDIServerVersion";
///
/// The BrowseName for the FDITechnologyVersion component.
///
public const string FDITechnologyVersion = "FDITechnologyVersion";
///
/// The BrowseName for the GetEditContext component.
///
public const string GetEditContext = "GetEditContext";
///
/// The BrowseName for the InitDirectAccess component.
///
public const string InitDirectAccess = "InitDirectAccess";
///
/// The BrowseName for the InvokeAction component.
///
public const string InvokeAction = "InvokeAction";
///
/// The BrowseName for the LogAuditTrailMessage component.
///
public const string LogAuditTrailMessage = "LogAuditTrailMessage";
///
/// The BrowseName for the OpcUaFdi5_BinarySchema component.
///
public const string OpcUaFdi5_BinarySchema = "Opc.Ua.Fdi5";
///
/// The BrowseName for the OpcUaFdi5_XmlSchema component.
///
public const string OpcUaFdi5_XmlSchema = "Opc.Ua.Fdi5";
///
/// The BrowseName for the OpcUaFdi5NamespaceMetadata component.
///
public const string OpcUaFdi5NamespaceMetadata = "http://fdi-cooperation.com/OPCUA/FDI5/";
///
/// The BrowseName for the PlatformId component.
///
public const string PlatformId = "PlatformId";
///
/// The BrowseName for the RegisteredNode component.
///
public const string RegisteredNode = "RegisteredNode";
///
/// The BrowseName for the RegisterNodesById component.
///
public const string RegisterNodesById = "RegisterNodesById";
///
/// The BrowseName for the RegisterNodesByRelativePath component.
///
public const string RegisterNodesByRelativePath = "RegisterNodesByRelativePath";
///
/// The BrowseName for the RegisterNodesResult component.
///
public const string RegisterNodesResult = "RegisterNodesResult";
///
/// The BrowseName for the RegistrationParameters component.
///
public const string RegistrationParameters = "RegistrationParameters";
///
/// The BrowseName for the Reset component.
///
public const string Reset = "Reset";
///
/// The BrowseName for the RespondAction component.
///
public const string RespondAction = "RespondAction";
///
/// The BrowseName for the RuntimeId component.
///
public const string RuntimeId = "RuntimeId";
///
/// The BrowseName for the StartElementName component.
///
public const string StartElementName = "StartElementName";
///
/// The BrowseName for the Style component.
///
public const string Style = "Style";
///
/// The BrowseName for the StyleType component.
///
public const string StyleType = "StyleType";
///
/// The BrowseName for the Transfer component.
///
public const string Transfer = "Transfer";
///
/// The BrowseName for the TransferIncident component.
///
public const string TransferIncident = "TransferIncident";
///
/// The BrowseName for the UIDescriptionType component.
///
public const string UIDescriptionType = "UIDescriptionType";
///
/// The BrowseName for the UIPlugInType component.
///
public const string UIPlugInType = "UIPlugInType";
///
/// The BrowseName for the UIPVariantVersion component.
///
public const string UIPVariantVersion = "UIPVariantVersion";
///
/// The BrowseName for the WindowModeType component.
///
public const string WindowModeType = "WindowModeType";
}
#endregion
#region Namespace Declarations
///
/// Defines constants for all namespaces referenced by the model design.
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Namespaces
{
///
/// The URI for the OpcUaFdi5 namespace (.NET code namespace is 'Opc.Ua.Fdi5').
///
public const string OpcUaFdi5 = "http://fdi-cooperation.com/OPCUA/FDI5/";
///
/// The URI for the OpcUaFdi5Xsd namespace (.NET code namespace is 'Opc.Ua.Fdi5').
///
public const string OpcUaFdi5Xsd = "http://fdi-cooperation.com/OPCUA/FDI5/Types.xsd";
///
/// The URI for the OpcUaDi namespace (.NET code namespace is 'Opc.Ua.Di').
///
public const string OpcUaDi = "http://opcfoundation.org/UA/DI/";
///
/// The URI for the OpcUaDiXsd namespace (.NET code namespace is 'Opc.Ua.Di').
///
public const string OpcUaDiXsd = "http://opcfoundation.org/UA/DI/Types.xsd";
///
/// The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua').
///
public const string OpcUa = "http://opcfoundation.org/UA/";
///
/// The URI for the OpcUaXsd namespace (.NET code namespace is 'Opc.Ua').
///
public const string OpcUaXsd = "http://opcfoundation.org/UA/2008/02/Types.xsd";
}
#endregion
}