@t0a5tbr0t/node-red-contrib-opcua 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE +20 -0
  3. package/Readme.md +239 -0
  4. package/images/PROSYS-OPC-UA-EXAMPLE2.png +0 -0
  5. package/images/nodeopcua64.png +0 -0
  6. package/images/opcuanode.png +0 -0
  7. package/images/opcuanodeLogo64.png +0 -0
  8. package/opcua/101-opcuaitem.html +106 -0
  9. package/opcua/101-opcuaitem.js +82 -0
  10. package/opcua/102-opcuaclient.html +274 -0
  11. package/opcua/102-opcuaclient.js +2741 -0
  12. package/opcua/103-opcuabrowser.html +71 -0
  13. package/opcua/103-opcuabrowser.js +230 -0
  14. package/opcua/104-opcuaserver.html +261 -0
  15. package/opcua/104-opcuaserver.js +1844 -0
  16. package/opcua/105-opcuaendpoint.html +224 -0
  17. package/opcua/105-opcuaendpoint.js +64 -0
  18. package/opcua/106-opcuaevent.html +110 -0
  19. package/opcua/106-opcuaevent.js +50 -0
  20. package/opcua/107-opcuamethod.html +244 -0
  21. package/opcua/107-opcuamethod.js +521 -0
  22. package/opcua/108-opcuarights.html +223 -0
  23. package/opcua/108-opcuarights.js +156 -0
  24. package/opcua/109-opcuadiscovery.html +51 -0
  25. package/opcua/109-opcuadiscovery.js +180 -0
  26. package/opcua/dump_certificates.js +55 -0
  27. package/opcua/icons/opcuanode.png +0 -0
  28. package/opcua/icons/opcuanodeLogo.png +0 -0
  29. package/opcua/opcua-basics.js +1061 -0
  30. package/opcua/public/vendor/opc-foundation/binary/OPC.ISA95.Types.bsd.xml +141 -0
  31. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Adi.Types.bsd.xml +76 -0
  32. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Di.Types.bsd.xml +11 -0
  33. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Gds.Types.bsd.xml +25 -0
  34. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Types.bsd.xml +2391 -0
  35. package/opcua/public/vendor/opc-foundation/csv/AttributeIds.csv +22 -0
  36. package/opcua/public/vendor/opc-foundation/csv/NodeIds.csv +5746 -0
  37. package/opcua/public/vendor/opc-foundation/csv/Opc.Ua.StatusCodes.csv +227 -0
  38. package/opcua/public/vendor/opc-foundation/csv/OpcUaDiModel.csv +1523 -0
  39. package/opcua/public/vendor/opc-foundation/csv/OpcUaGdsModel.csv +400 -0
  40. package/opcua/public/vendor/opc-foundation/csv/ServerCapabilities.csv +13 -0
  41. package/opcua/public/vendor/opc-foundation/csv/ServerCapabilityIdentifiers.csv +13 -0
  42. package/opcua/public/vendor/opc-foundation/csv/StatusCode.csv +227 -0
  43. package/opcua/public/vendor/opc-foundation/csv/StatusCodes.csv +227 -0
  44. package/opcua/public/vendor/opc-foundation/schema/OPC.ISA95.Types.xsd +163 -0
  45. package/opcua/public/vendor/opc-foundation/schema/OPCBinarySchema.xsd +119 -0
  46. package/opcua/public/vendor/opc-foundation/schema/Opc.Ua.Types.xsd +3938 -0
  47. package/opcua/public/vendor/opc-foundation/schema/SecuredApplication.xsd +106 -0
  48. package/opcua/public/vendor/opc-foundation/schema/UANodeSet.xsd +420 -0
  49. package/opcua/public/vendor/opc-foundation/xml/OPC.ISA95.NodeSet2.Nov52013.xml +3293 -0
  50. package/opcua/public/vendor/opc-foundation/xml/Opc.ISA95.NodeSet2.xml +3589 -0
  51. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.NodeSet2.xml +8301 -0
  52. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.Types.bsd.xml +76 -0
  53. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.Types.xsd +157 -0
  54. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.AutoID.NodeSet2.xml +6062 -0
  55. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.NodeSet2.xml +5066 -0
  56. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.PredefinedNodes.xml +11495 -0
  57. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.bsd +86 -0
  58. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.bsd.xml +11 -0
  59. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.xsd +155 -0
  60. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.NodeSet.xml +15226 -0
  61. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.NodeSet2.xml +6214 -0
  62. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.Types.bsd.xml +25 -0
  63. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.Types.xsd +30 -0
  64. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet-2.xml +134881 -0
  65. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet-3.xml +134881 -0
  66. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet.xml +134881 -0
  67. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part10.xml +832 -0
  68. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part11.xml +793 -0
  69. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part12.xml +3877 -0
  70. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part13.xml +344 -0
  71. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part3.xml +1103 -0
  72. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part4.xml +3091 -0
  73. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part5.xml +17092 -0
  74. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part8.xml +525 -0
  75. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part9.xml +2049 -0
  76. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part999.xml +134 -0
  77. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.xml +67169 -0
  78. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.PredefinedNodes.xml +64500 -0
  79. package/opcua/public/vendor/opc-foundation/xml/OpcUaDiModel.xml +1239 -0
  80. package/opcua/utils.js +55 -0
  81. package/package.json +68 -0
  82. package/users.json +22 -0
@@ -0,0 +1,1103 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <UANodeSet xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" LastModified="2015-08-18T00:23:00Z" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
3
+ <Models>
4
+ <Model ModelUri="http://opcfoundation.org/UA/" Version="1.02" PublicationDate="2015-08-17T17:23:51.5345657-07:00" />
5
+ </Models>
6
+ <Aliases>
7
+ <Alias Alias="Boolean">i=1</Alias>
8
+ <Alias Alias="SByte">i=2</Alias>
9
+ <Alias Alias="Byte">i=3</Alias>
10
+ <Alias Alias="Int16">i=4</Alias>
11
+ <Alias Alias="UInt16">i=5</Alias>
12
+ <Alias Alias="Int32">i=6</Alias>
13
+ <Alias Alias="UInt32">i=7</Alias>
14
+ <Alias Alias="Int64">i=8</Alias>
15
+ <Alias Alias="UInt64">i=9</Alias>
16
+ <Alias Alias="Float">i=10</Alias>
17
+ <Alias Alias="Double">i=11</Alias>
18
+ <Alias Alias="DateTime">i=13</Alias>
19
+ <Alias Alias="String">i=12</Alias>
20
+ <Alias Alias="ByteString">i=15</Alias>
21
+ <Alias Alias="Guid">i=14</Alias>
22
+ <Alias Alias="XmlElement">i=16</Alias>
23
+ <Alias Alias="NodeId">i=17</Alias>
24
+ <Alias Alias="ExpandedNodeId">i=18</Alias>
25
+ <Alias Alias="QualifiedName">i=20</Alias>
26
+ <Alias Alias="LocalizedText">i=21</Alias>
27
+ <Alias Alias="StatusCode">i=19</Alias>
28
+ <Alias Alias="Structure">i=22</Alias>
29
+ <Alias Alias="Number">i=26</Alias>
30
+ <Alias Alias="Integer">i=27</Alias>
31
+ <Alias Alias="UInteger">i=28</Alias>
32
+ <Alias Alias="HasComponent">i=47</Alias>
33
+ <Alias Alias="HasProperty">i=46</Alias>
34
+ <Alias Alias="Organizes">i=35</Alias>
35
+ <Alias Alias="HasEventSource">i=36</Alias>
36
+ <Alias Alias="HasNotifier">i=48</Alias>
37
+ <Alias Alias="HasSubtype">i=45</Alias>
38
+ <Alias Alias="HasTypeDefinition">i=40</Alias>
39
+ <Alias Alias="HasModellingRule">i=37</Alias>
40
+ <Alias Alias="HasEncoding">i=38</Alias>
41
+ <Alias Alias="HasDescription">i=39</Alias>
42
+ </Aliases>
43
+ <UAObject NodeId="i=3062" BrowseName="Default Binary" SymbolicName="DefaultBinary">
44
+ <DisplayName>Default Binary</DisplayName>
45
+ <Description>The default binary encoding for a data type.</Description>
46
+ <References>
47
+ <Reference ReferenceType="HasTypeDefinition">i=58</Reference>
48
+ </References>
49
+ </UAObject>
50
+ <UAObject NodeId="i=3063" BrowseName="Default XML" SymbolicName="DefaultXml">
51
+ <DisplayName>Default XML</DisplayName>
52
+ <Description>The default XML encoding for a data type.</Description>
53
+ <References>
54
+ <Reference ReferenceType="HasTypeDefinition">i=58</Reference>
55
+ </References>
56
+ </UAObject>
57
+ <UADataType NodeId="i=24" BrowseName="BaseDataType" IsAbstract="true">
58
+ <DisplayName>BaseDataType</DisplayName>
59
+ <Description>Describes a value that can have any valid DataType.</Description>
60
+ <References />
61
+ </UADataType>
62
+ <UADataType NodeId="i=26" BrowseName="Number" IsAbstract="true">
63
+ <DisplayName>Number</DisplayName>
64
+ <Description>Describes a value that can have any numeric DataType.</Description>
65
+ <References>
66
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
67
+ </References>
68
+ </UADataType>
69
+ <UADataType NodeId="i=27" BrowseName="Integer" IsAbstract="true">
70
+ <DisplayName>Integer</DisplayName>
71
+ <Description>Describes a value that can have any integer DataType.</Description>
72
+ <References>
73
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
74
+ </References>
75
+ </UADataType>
76
+ <UADataType NodeId="i=28" BrowseName="UInteger" IsAbstract="true">
77
+ <DisplayName>UInteger</DisplayName>
78
+ <Description>Describes a value that can have any unsigned integer DataType.</Description>
79
+ <References>
80
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
81
+ </References>
82
+ </UADataType>
83
+ <UADataType NodeId="i=29" BrowseName="Enumeration" IsAbstract="true">
84
+ <DisplayName>Enumeration</DisplayName>
85
+ <Description>Describes a value that is an enumerated DataType.</Description>
86
+ <References>
87
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
88
+ </References>
89
+ </UADataType>
90
+ <UADataType NodeId="i=1" BrowseName="Boolean">
91
+ <DisplayName>Boolean</DisplayName>
92
+ <Description>Describes a value that is either TRUE or FALSE.</Description>
93
+ <References>
94
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
95
+ </References>
96
+ </UADataType>
97
+ <UADataType NodeId="i=2" BrowseName="SByte">
98
+ <DisplayName>SByte</DisplayName>
99
+ <Description>Describes a value that is an integer between -128 and 127.</Description>
100
+ <References>
101
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
102
+ </References>
103
+ </UADataType>
104
+ <UADataType NodeId="i=3" BrowseName="Byte">
105
+ <DisplayName>Byte</DisplayName>
106
+ <Description>Describes a value that is an integer between 0 and 255.</Description>
107
+ <References>
108
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
109
+ </References>
110
+ </UADataType>
111
+ <UADataType NodeId="i=4" BrowseName="Int16">
112
+ <DisplayName>Int16</DisplayName>
113
+ <Description>Describes a value that is an integer between −32,768 and 32,767.</Description>
114
+ <References>
115
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
116
+ </References>
117
+ </UADataType>
118
+ <UADataType NodeId="i=5" BrowseName="UInt16">
119
+ <DisplayName>UInt16</DisplayName>
120
+ <Description>Describes a value that is an integer between 0 and 65535.</Description>
121
+ <References>
122
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
123
+ </References>
124
+ </UADataType>
125
+ <UADataType NodeId="i=6" BrowseName="Int32">
126
+ <DisplayName>Int32</DisplayName>
127
+ <Description>Describes a value that is an integer between −2,147,483,648 and 2,147,483,647.</Description>
128
+ <References>
129
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
130
+ </References>
131
+ </UADataType>
132
+ <UADataType NodeId="i=7" BrowseName="UInt32">
133
+ <DisplayName>UInt32</DisplayName>
134
+ <Description>Describes a value that is an integer between 0 and 4,294,967,295.</Description>
135
+ <References>
136
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
137
+ </References>
138
+ </UADataType>
139
+ <UADataType NodeId="i=8" BrowseName="Int64">
140
+ <DisplayName>Int64</DisplayName>
141
+ <Description>Describes a value that is an integer between −9,223,372,036,854,775,808 and 9,223,372,036,854,775,807.</Description>
142
+ <References>
143
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
144
+ </References>
145
+ </UADataType>
146
+ <UADataType NodeId="i=9" BrowseName="UInt64">
147
+ <DisplayName>UInt64</DisplayName>
148
+ <Description>Describes a value that is an integer between 0 and 18,446,744,073,709,551,615.</Description>
149
+ <References>
150
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
151
+ </References>
152
+ </UADataType>
153
+ <UADataType NodeId="i=10" BrowseName="Float">
154
+ <DisplayName>Float</DisplayName>
155
+ <Description>Describes a value that is an IEEE 754-1985 single precision floating point number.</Description>
156
+ <References>
157
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
158
+ </References>
159
+ </UADataType>
160
+ <UADataType NodeId="i=11" BrowseName="Double">
161
+ <DisplayName>Double</DisplayName>
162
+ <Description>Describes a value that is an IEEE 754-1985 double precision floating point number.</Description>
163
+ <References>
164
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
165
+ </References>
166
+ </UADataType>
167
+ <UADataType NodeId="i=12" BrowseName="String">
168
+ <DisplayName>String</DisplayName>
169
+ <Description>Describes a value that is a sequence of printable Unicode characters.</Description>
170
+ <References>
171
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
172
+ </References>
173
+ </UADataType>
174
+ <UADataType NodeId="i=13" BrowseName="DateTime">
175
+ <DisplayName>DateTime</DisplayName>
176
+ <Description>Describes a value that is a Gregorian calender date and time.</Description>
177
+ <References>
178
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
179
+ </References>
180
+ </UADataType>
181
+ <UADataType NodeId="i=14" BrowseName="Guid">
182
+ <DisplayName>Guid</DisplayName>
183
+ <Description>Describes a value that is a 128-bit globally unique identifier.</Description>
184
+ <References>
185
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
186
+ </References>
187
+ </UADataType>
188
+ <UADataType NodeId="i=15" BrowseName="ByteString">
189
+ <DisplayName>ByteString</DisplayName>
190
+ <Description>Describes a value that is a sequence of bytes.</Description>
191
+ <References>
192
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
193
+ </References>
194
+ </UADataType>
195
+ <UADataType NodeId="i=16" BrowseName="XmlElement">
196
+ <DisplayName>XmlElement</DisplayName>
197
+ <Description>Describes a value that is an XML element.</Description>
198
+ <References>
199
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
200
+ </References>
201
+ </UADataType>
202
+ <UADataType NodeId="i=17" BrowseName="NodeId">
203
+ <DisplayName>NodeId</DisplayName>
204
+ <Description>Describes a value that is an identifier for a node within a Server address space.</Description>
205
+ <References>
206
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
207
+ </References>
208
+ </UADataType>
209
+ <UADataType NodeId="i=20" BrowseName="QualifiedName">
210
+ <DisplayName>QualifiedName</DisplayName>
211
+ <Description>Describes a value that is a name qualified by a namespace.</Description>
212
+ <References>
213
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
214
+ </References>
215
+ </UADataType>
216
+ <UADataType NodeId="i=21" BrowseName="LocalizedText">
217
+ <DisplayName>LocalizedText</DisplayName>
218
+ <Description>Describes a value that is human readable Unicode text with a locale identifier.</Description>
219
+ <References>
220
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
221
+ </References>
222
+ </UADataType>
223
+ <UADataType NodeId="i=22" BrowseName="Structure" IsAbstract="true">
224
+ <DisplayName>Structure</DisplayName>
225
+ <Description>Describes a value that is any type of structure that can be described with a data encoding.</Description>
226
+ <References>
227
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
228
+ </References>
229
+ </UADataType>
230
+ <UADataType NodeId="i=30" BrowseName="Image">
231
+ <DisplayName>Image</DisplayName>
232
+ <Description>Describes a value that is an image encoded as a string of bytes.</Description>
233
+ <References>
234
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=15</Reference>
235
+ </References>
236
+ </UADataType>
237
+ <UADataType NodeId="i=121" BrowseName="Decimal128">
238
+ <DisplayName>Decimal128</DisplayName>
239
+ <Description>Describes a 128-bit decimal value.</Description>
240
+ <References>
241
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
242
+ </References>
243
+ </UADataType>
244
+ <UAReferenceType NodeId="i=31" BrowseName="References" IsAbstract="true" Symmetric="true">
245
+ <DisplayName>References</DisplayName>
246
+ <Description>The abstract base type for all references.</Description>
247
+ <References />
248
+ <InverseName>References</InverseName>
249
+ </UAReferenceType>
250
+ <UAReferenceType NodeId="i=32" BrowseName="NonHierarchicalReferences" IsAbstract="true">
251
+ <DisplayName>NonHierarchicalReferences</DisplayName>
252
+ <Description>The abstract base type for all non-hierarchical references.</Description>
253
+ <References>
254
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=31</Reference>
255
+ </References>
256
+ <InverseName>NonHierarchicalReferences</InverseName>
257
+ </UAReferenceType>
258
+ <UAReferenceType NodeId="i=33" BrowseName="HierarchicalReferences" IsAbstract="true">
259
+ <DisplayName>HierarchicalReferences</DisplayName>
260
+ <Description>The abstract base type for all hierarchical references.</Description>
261
+ <References>
262
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=31</Reference>
263
+ </References>
264
+ <InverseName>HierarchicalReferences</InverseName>
265
+ </UAReferenceType>
266
+ <UAReferenceType NodeId="i=34" BrowseName="HasChild">
267
+ <DisplayName>HasChild</DisplayName>
268
+ <Description>The abstract base type for all non-looping hierarchical references.</Description>
269
+ <References>
270
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
271
+ </References>
272
+ <InverseName>ChildOf</InverseName>
273
+ </UAReferenceType>
274
+ <UAReferenceType NodeId="i=35" BrowseName="Organizes">
275
+ <DisplayName>Organizes</DisplayName>
276
+ <Description>The type for hierarchical references that are used to organize nodes.</Description>
277
+ <References>
278
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
279
+ </References>
280
+ <InverseName>OrganizedBy</InverseName>
281
+ </UAReferenceType>
282
+ <UAReferenceType NodeId="i=36" BrowseName="HasEventSource">
283
+ <DisplayName>HasEventSource</DisplayName>
284
+ <Description>The type for non-looping hierarchical references that are used to organize event sources.</Description>
285
+ <References>
286
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
287
+ </References>
288
+ <InverseName>EventSourceOf</InverseName>
289
+ </UAReferenceType>
290
+ <UAReferenceType NodeId="i=37" BrowseName="HasModellingRule">
291
+ <DisplayName>HasModellingRule</DisplayName>
292
+ <Description>The type for references from instance declarations to modelling rule nodes.</Description>
293
+ <References>
294
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
295
+ </References>
296
+ <InverseName>ModellingRuleOf</InverseName>
297
+ </UAReferenceType>
298
+ <UAReferenceType NodeId="i=38" BrowseName="HasEncoding">
299
+ <DisplayName>HasEncoding</DisplayName>
300
+ <Description>The type for references from data type nodes to to data type encoding nodes.</Description>
301
+ <References>
302
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
303
+ </References>
304
+ <InverseName>EncodingOf</InverseName>
305
+ </UAReferenceType>
306
+ <UAReferenceType NodeId="i=39" BrowseName="HasDescription">
307
+ <DisplayName>HasDescription</DisplayName>
308
+ <Description>The type for references from data type encoding nodes to data type description nodes.</Description>
309
+ <References>
310
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
311
+ </References>
312
+ <InverseName>DescriptionOf</InverseName>
313
+ </UAReferenceType>
314
+ <UAReferenceType NodeId="i=40" BrowseName="HasTypeDefinition">
315
+ <DisplayName>HasTypeDefinition</DisplayName>
316
+ <Description>The type for references from a instance node its type defintion node.</Description>
317
+ <References>
318
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
319
+ </References>
320
+ <InverseName>TypeDefinitionOf</InverseName>
321
+ </UAReferenceType>
322
+ <UAReferenceType NodeId="i=41" BrowseName="GeneratesEvent">
323
+ <DisplayName>GeneratesEvent</DisplayName>
324
+ <Description>The type for references from a node to an event type that is raised by node.</Description>
325
+ <References>
326
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
327
+ </References>
328
+ <InverseName>GeneratesEvent</InverseName>
329
+ </UAReferenceType>
330
+ <UAReferenceType NodeId="i=3065" BrowseName="AlwaysGeneratesEvent">
331
+ <DisplayName>AlwaysGeneratesEvent</DisplayName>
332
+ <Description>The type for references from a node to an event type that is always raised by node.</Description>
333
+ <References>
334
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
335
+ </References>
336
+ <InverseName>AlwaysGeneratesEvent</InverseName>
337
+ </UAReferenceType>
338
+ <UAReferenceType NodeId="i=44" BrowseName="Aggregates">
339
+ <DisplayName>Aggregates</DisplayName>
340
+ <Description>The type for non-looping hierarchical references that are used to aggregate nodes into complex types.</Description>
341
+ <References>
342
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=34</Reference>
343
+ </References>
344
+ <InverseName>AggregatedBy</InverseName>
345
+ </UAReferenceType>
346
+ <UAReferenceType NodeId="i=45" BrowseName="HasSubtype">
347
+ <DisplayName>HasSubtype</DisplayName>
348
+ <Description>The type for non-looping hierarchical references that are used to define sub types.</Description>
349
+ <References>
350
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=34</Reference>
351
+ </References>
352
+ <InverseName>HasSupertype</InverseName>
353
+ </UAReferenceType>
354
+ <UAReferenceType NodeId="i=46" BrowseName="HasProperty">
355
+ <DisplayName>HasProperty</DisplayName>
356
+ <Description>The type for non-looping hierarchical reference from a node to its property.</Description>
357
+ <References>
358
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=44</Reference>
359
+ </References>
360
+ <InverseName>PropertyOf</InverseName>
361
+ </UAReferenceType>
362
+ <UAReferenceType NodeId="i=47" BrowseName="HasComponent">
363
+ <DisplayName>HasComponent</DisplayName>
364
+ <Description>The type for non-looping hierarchical reference from a node to its component.</Description>
365
+ <References>
366
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=44</Reference>
367
+ </References>
368
+ <InverseName>ComponentOf</InverseName>
369
+ </UAReferenceType>
370
+ <UAReferenceType NodeId="i=48" BrowseName="HasNotifier">
371
+ <DisplayName>HasNotifier</DisplayName>
372
+ <Description>The type for non-looping hierarchical references that are used to indicate how events propagate from node to node.</Description>
373
+ <References>
374
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=36</Reference>
375
+ </References>
376
+ <InverseName>NotifierOf</InverseName>
377
+ </UAReferenceType>
378
+ <UAReferenceType NodeId="i=49" BrowseName="HasOrderedComponent">
379
+ <DisplayName>HasOrderedComponent</DisplayName>
380
+ <Description>The type for non-looping hierarchical reference from a node to its component when the order of references matters.</Description>
381
+ <References>
382
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=47</Reference>
383
+ </References>
384
+ <InverseName>OrderedComponentOf</InverseName>
385
+ </UAReferenceType>
386
+ <UADataType NodeId="i=120" BrowseName="NamingRuleType">
387
+ <DisplayName>NamingRuleType</DisplayName>
388
+ <Description>Describes a value that specifies the significance of the BrowseName for an instance declaration.</Description>
389
+ <References>
390
+ <Reference ReferenceType="HasProperty">i=12169</Reference>
391
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference>
392
+ </References>
393
+ <Definition Name="NamingRuleType">
394
+ <Field Name="Mandatory" Value="1">
395
+ <Description>The BrowseName must appear in all instances of the type.</Description>
396
+ </Field>
397
+ <Field Name="Optional" Value="2">
398
+ <Description>The BrowseName may appear in an instance of the type.</Description>
399
+ </Field>
400
+ <Field Name="Constraint" Value="3">
401
+ <Description>The modelling rule defines a constraint and the BrowseName is not used in an instance of the type.</Description>
402
+ </Field>
403
+ </Definition>
404
+ </UADataType>
405
+ <UAVariable NodeId="i=12169" BrowseName="EnumValues" ParentNodeId="i=120" DataType="i=7594" ValueRank="1">
406
+ <DisplayName>EnumValues</DisplayName>
407
+ <References>
408
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
409
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
410
+ <Reference ReferenceType="HasProperty" IsForward="false">i=120</Reference>
411
+ </References>
412
+ <Value>
413
+ <ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
414
+ <ExtensionObject>
415
+ <TypeId>
416
+ <Identifier>i=7616</Identifier>
417
+ </TypeId>
418
+ <Body>
419
+ <EnumValueType>
420
+ <Value>1</Value>
421
+ <DisplayName>
422
+ <Locale>
423
+ </Locale>
424
+ <Text>Mandatory</Text>
425
+ </DisplayName>
426
+ <Description>
427
+ <Locale>
428
+ </Locale>
429
+ <Text>The BrowseName must appear in all instances of the type.</Text>
430
+ </Description>
431
+ </EnumValueType>
432
+ </Body>
433
+ </ExtensionObject>
434
+ <ExtensionObject>
435
+ <TypeId>
436
+ <Identifier>i=7616</Identifier>
437
+ </TypeId>
438
+ <Body>
439
+ <EnumValueType>
440
+ <Value>2</Value>
441
+ <DisplayName>
442
+ <Locale>
443
+ </Locale>
444
+ <Text>Optional</Text>
445
+ </DisplayName>
446
+ <Description>
447
+ <Locale>
448
+ </Locale>
449
+ <Text>The BrowseName may appear in an instance of the type.</Text>
450
+ </Description>
451
+ </EnumValueType>
452
+ </Body>
453
+ </ExtensionObject>
454
+ <ExtensionObject>
455
+ <TypeId>
456
+ <Identifier>i=7616</Identifier>
457
+ </TypeId>
458
+ <Body>
459
+ <EnumValueType>
460
+ <Value>3</Value>
461
+ <DisplayName>
462
+ <Locale>
463
+ </Locale>
464
+ <Text>Constraint</Text>
465
+ </DisplayName>
466
+ <Description>
467
+ <Locale>
468
+ </Locale>
469
+ <Text>The modelling rule defines a constraint and the BrowseName is not used in an instance of the type.</Text>
470
+ </Description>
471
+ </EnumValueType>
472
+ </Body>
473
+ </ExtensionObject>
474
+ </ListOfExtensionObject>
475
+ </Value>
476
+ </UAVariable>
477
+ <UAVariable NodeId="i=3068" BrowseName="NodeVersion" DataType="String" ValueRank="-2">
478
+ <DisplayName>NodeVersion</DisplayName>
479
+ <Description>The version number of the node (used to indicate changes to references of the owning node).</Description>
480
+ <References>
481
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
482
+ </References>
483
+ </UAVariable>
484
+ <UAVariable NodeId="i=12170" BrowseName="ViewVersion" DataType="UInt32" ValueRank="-2">
485
+ <DisplayName>ViewVersion</DisplayName>
486
+ <Description>The version number of the view.</Description>
487
+ <References>
488
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
489
+ </References>
490
+ </UAVariable>
491
+ <UAVariable NodeId="i=3067" BrowseName="Icon" DataType="i=30" ValueRank="-2">
492
+ <DisplayName>Icon</DisplayName>
493
+ <Description>A small image representing the object.</Description>
494
+ <References>
495
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
496
+ </References>
497
+ </UAVariable>
498
+ <UAVariable NodeId="i=3069" BrowseName="LocalTime" DataType="i=8912" ValueRank="-2">
499
+ <DisplayName>LocalTime</DisplayName>
500
+ <Description>The local time where the owning variable value was collected.</Description>
501
+ <References>
502
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
503
+ </References>
504
+ </UAVariable>
505
+ <UAVariable NodeId="i=3070" BrowseName="AllowNulls" DataType="Boolean" ValueRank="-2">
506
+ <DisplayName>AllowNulls</DisplayName>
507
+ <Description>Whether the value of the owning variable is allowed to be null.</Description>
508
+ <References>
509
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
510
+ </References>
511
+ </UAVariable>
512
+ <UAVariable NodeId="i=11433" BrowseName="ValueAsText" DataType="LocalizedText" ValueRank="-2">
513
+ <DisplayName>ValueAsText</DisplayName>
514
+ <Description>The string representation of the current value for a variable with an enumerated data type.</Description>
515
+ <References>
516
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
517
+ </References>
518
+ </UAVariable>
519
+ <UAVariable NodeId="i=11498" BrowseName="MaxStringLength" DataType="UInt32" ValueRank="-2">
520
+ <DisplayName>MaxStringLength</DisplayName>
521
+ <Description>The maximum length for a string that can be stored in the owning variable.</Description>
522
+ <References>
523
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
524
+ </References>
525
+ </UAVariable>
526
+ <UAVariable NodeId="i=12908" BrowseName="MaxByteStringLength" DataType="UInt32" ValueRank="-2">
527
+ <DisplayName>MaxByteStringLength</DisplayName>
528
+ <Description>The maximum length for a byte string that can be stored in the owning variable.</Description>
529
+ <References>
530
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
531
+ </References>
532
+ </UAVariable>
533
+ <UAVariable NodeId="i=11512" BrowseName="MaxArrayLength" DataType="UInt32" ValueRank="-2">
534
+ <DisplayName>MaxArrayLength</DisplayName>
535
+ <Description>The maximum length for an array that can be stored in the owning variable.</Description>
536
+ <References>
537
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
538
+ </References>
539
+ </UAVariable>
540
+ <UAVariable NodeId="i=11513" BrowseName="EngineeringUnits" DataType="i=887" ValueRank="-2">
541
+ <DisplayName>EngineeringUnits</DisplayName>
542
+ <Description>The engineering units for the value of the owning variable.</Description>
543
+ <References>
544
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
545
+ </References>
546
+ </UAVariable>
547
+ <UAVariable NodeId="i=11432" BrowseName="EnumStrings" DataType="LocalizedText" ValueRank="1">
548
+ <DisplayName>EnumStrings</DisplayName>
549
+ <Description>The human readable strings associated with the values of an enumerated value (when values are sequential).</Description>
550
+ <References>
551
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
552
+ </References>
553
+ </UAVariable>
554
+ <UAVariable NodeId="i=3071" BrowseName="EnumValues" DataType="i=7594" ValueRank="1">
555
+ <DisplayName>EnumValues</DisplayName>
556
+ <Description>The human readable strings associated with the values of an enumerated value (when values have no sequence).</Description>
557
+ <References>
558
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
559
+ </References>
560
+ </UAVariable>
561
+ <UAVariable NodeId="i=12745" BrowseName="OptionSetValues" DataType="LocalizedText" ValueRank="1">
562
+ <DisplayName>OptionSetValues</DisplayName>
563
+ <Description>Contains the human-readable representation for each bit of the bit mask.</Description>
564
+ <References>
565
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
566
+ </References>
567
+ </UAVariable>
568
+ <UAVariable NodeId="i=3072" BrowseName="InputArguments" DataType="i=296" ValueRank="1">
569
+ <DisplayName>InputArguments</DisplayName>
570
+ <Description>The input arguments for a method.</Description>
571
+ <References>
572
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
573
+ </References>
574
+ </UAVariable>
575
+ <UAVariable NodeId="i=3073" BrowseName="OutputArguments" DataType="i=296" ValueRank="1">
576
+ <DisplayName>OutputArguments</DisplayName>
577
+ <Description>The output arguments for a method.</Description>
578
+ <References>
579
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
580
+ </References>
581
+ </UAVariable>
582
+ <UADataType NodeId="i=2000" BrowseName="ImageBMP">
583
+ <DisplayName>ImageBMP</DisplayName>
584
+ <Description>An image encoded in BMP format.</Description>
585
+ <References>
586
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
587
+ </References>
588
+ </UADataType>
589
+ <UADataType NodeId="i=2001" BrowseName="ImageGIF">
590
+ <DisplayName>ImageGIF</DisplayName>
591
+ <Description>An image encoded in GIF format.</Description>
592
+ <References>
593
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
594
+ </References>
595
+ </UADataType>
596
+ <UADataType NodeId="i=2002" BrowseName="ImageJPG">
597
+ <DisplayName>ImageJPG</DisplayName>
598
+ <Description>An image encoded in JPEG format.</Description>
599
+ <References>
600
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
601
+ </References>
602
+ </UADataType>
603
+ <UADataType NodeId="i=2003" BrowseName="ImagePNG">
604
+ <DisplayName>ImagePNG</DisplayName>
605
+ <Description>An image encoded in PNG format.</Description>
606
+ <References>
607
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
608
+ </References>
609
+ </UADataType>
610
+ <UADataType NodeId="i=256" BrowseName="IdType">
611
+ <DisplayName>IdType</DisplayName>
612
+ <Description>The type of identifier used in a node id.</Description>
613
+ <References>
614
+ <Reference ReferenceType="HasProperty">i=7591</Reference>
615
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference>
616
+ </References>
617
+ <Definition Name="IdType">
618
+ <Field Name="Numeric" Value="0">
619
+ <Description>The identifier is a numeric value. 0 is a null value.</Description>
620
+ </Field>
621
+ <Field Name="String" Value="1">
622
+ <Description>The identifier is a string value. An empty string is a null value.</Description>
623
+ </Field>
624
+ <Field Name="Guid" Value="2">
625
+ <Description>The identifier is a 16 byte structure. 16 zero bytes is a null value.</Description>
626
+ </Field>
627
+ <Field Name="Opaque" Value="3">
628
+ <Description>The identifier is an array of bytes. A zero length array is a null value.</Description>
629
+ </Field>
630
+ </Definition>
631
+ </UADataType>
632
+ <UAVariable NodeId="i=7591" BrowseName="EnumStrings" ParentNodeId="i=256" DataType="LocalizedText" ValueRank="1">
633
+ <DisplayName>EnumStrings</DisplayName>
634
+ <References>
635
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
636
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
637
+ <Reference ReferenceType="HasProperty" IsForward="false">i=256</Reference>
638
+ </References>
639
+ <Value>
640
+ <ListOfLocalizedText xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
641
+ <LocalizedText>
642
+ <Locale>
643
+ </Locale>
644
+ <Text>Numeric</Text>
645
+ </LocalizedText>
646
+ <LocalizedText>
647
+ <Locale>
648
+ </Locale>
649
+ <Text>String</Text>
650
+ </LocalizedText>
651
+ <LocalizedText>
652
+ <Locale>
653
+ </Locale>
654
+ <Text>Guid</Text>
655
+ </LocalizedText>
656
+ <LocalizedText>
657
+ <Locale>
658
+ </Locale>
659
+ <Text>Opaque</Text>
660
+ </LocalizedText>
661
+ </ListOfLocalizedText>
662
+ </Value>
663
+ </UAVariable>
664
+ <UADataType NodeId="i=257" BrowseName="NodeClass">
665
+ <DisplayName>NodeClass</DisplayName>
666
+ <Description>A mask specifying the class of the node.</Description>
667
+ <References>
668
+ <Reference ReferenceType="HasProperty">i=11878</Reference>
669
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference>
670
+ </References>
671
+ <Definition Name="NodeClass">
672
+ <Field Name="Unspecified" Value="0">
673
+ <Description>No classes are selected.</Description>
674
+ </Field>
675
+ <Field Name="Object" Value="1">
676
+ <Description>The node is an object.</Description>
677
+ </Field>
678
+ <Field Name="Variable" Value="2">
679
+ <Description>The node is a variable.</Description>
680
+ </Field>
681
+ <Field Name="Method" Value="4">
682
+ <Description>The node is a method.</Description>
683
+ </Field>
684
+ <Field Name="ObjectType" Value="8">
685
+ <Description>The node is an object type.</Description>
686
+ </Field>
687
+ <Field Name="VariableType" Value="16">
688
+ <Description>The node is an variable type.</Description>
689
+ </Field>
690
+ <Field Name="ReferenceType" Value="32">
691
+ <Description>The node is a reference type.</Description>
692
+ </Field>
693
+ <Field Name="DataType" Value="64">
694
+ <Description>The node is a data type.</Description>
695
+ </Field>
696
+ <Field Name="View" Value="128">
697
+ <Description>The node is a view.</Description>
698
+ </Field>
699
+ </Definition>
700
+ </UADataType>
701
+ <UAVariable NodeId="i=11878" BrowseName="EnumValues" ParentNodeId="i=257" DataType="i=7594" ValueRank="1">
702
+ <DisplayName>EnumValues</DisplayName>
703
+ <References>
704
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
705
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
706
+ <Reference ReferenceType="HasProperty" IsForward="false">i=257</Reference>
707
+ </References>
708
+ <Value>
709
+ <ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
710
+ <ExtensionObject>
711
+ <TypeId>
712
+ <Identifier>i=7616</Identifier>
713
+ </TypeId>
714
+ <Body>
715
+ <EnumValueType>
716
+ <Value>0</Value>
717
+ <DisplayName>
718
+ <Locale>
719
+ </Locale>
720
+ <Text>Unspecified</Text>
721
+ </DisplayName>
722
+ <Description>
723
+ <Locale>
724
+ </Locale>
725
+ <Text>No classes are selected.</Text>
726
+ </Description>
727
+ </EnumValueType>
728
+ </Body>
729
+ </ExtensionObject>
730
+ <ExtensionObject>
731
+ <TypeId>
732
+ <Identifier>i=7616</Identifier>
733
+ </TypeId>
734
+ <Body>
735
+ <EnumValueType>
736
+ <Value>1</Value>
737
+ <DisplayName>
738
+ <Locale>
739
+ </Locale>
740
+ <Text>Object</Text>
741
+ </DisplayName>
742
+ <Description>
743
+ <Locale>
744
+ </Locale>
745
+ <Text>The node is an object.</Text>
746
+ </Description>
747
+ </EnumValueType>
748
+ </Body>
749
+ </ExtensionObject>
750
+ <ExtensionObject>
751
+ <TypeId>
752
+ <Identifier>i=7616</Identifier>
753
+ </TypeId>
754
+ <Body>
755
+ <EnumValueType>
756
+ <Value>2</Value>
757
+ <DisplayName>
758
+ <Locale>
759
+ </Locale>
760
+ <Text>Variable</Text>
761
+ </DisplayName>
762
+ <Description>
763
+ <Locale>
764
+ </Locale>
765
+ <Text>The node is a variable.</Text>
766
+ </Description>
767
+ </EnumValueType>
768
+ </Body>
769
+ </ExtensionObject>
770
+ <ExtensionObject>
771
+ <TypeId>
772
+ <Identifier>i=7616</Identifier>
773
+ </TypeId>
774
+ <Body>
775
+ <EnumValueType>
776
+ <Value>4</Value>
777
+ <DisplayName>
778
+ <Locale>
779
+ </Locale>
780
+ <Text>Method</Text>
781
+ </DisplayName>
782
+ <Description>
783
+ <Locale>
784
+ </Locale>
785
+ <Text>The node is a method.</Text>
786
+ </Description>
787
+ </EnumValueType>
788
+ </Body>
789
+ </ExtensionObject>
790
+ <ExtensionObject>
791
+ <TypeId>
792
+ <Identifier>i=7616</Identifier>
793
+ </TypeId>
794
+ <Body>
795
+ <EnumValueType>
796
+ <Value>8</Value>
797
+ <DisplayName>
798
+ <Locale>
799
+ </Locale>
800
+ <Text>ObjectType</Text>
801
+ </DisplayName>
802
+ <Description>
803
+ <Locale>
804
+ </Locale>
805
+ <Text>The node is an object type.</Text>
806
+ </Description>
807
+ </EnumValueType>
808
+ </Body>
809
+ </ExtensionObject>
810
+ <ExtensionObject>
811
+ <TypeId>
812
+ <Identifier>i=7616</Identifier>
813
+ </TypeId>
814
+ <Body>
815
+ <EnumValueType>
816
+ <Value>16</Value>
817
+ <DisplayName>
818
+ <Locale>
819
+ </Locale>
820
+ <Text>VariableType</Text>
821
+ </DisplayName>
822
+ <Description>
823
+ <Locale>
824
+ </Locale>
825
+ <Text>The node is an variable type.</Text>
826
+ </Description>
827
+ </EnumValueType>
828
+ </Body>
829
+ </ExtensionObject>
830
+ <ExtensionObject>
831
+ <TypeId>
832
+ <Identifier>i=7616</Identifier>
833
+ </TypeId>
834
+ <Body>
835
+ <EnumValueType>
836
+ <Value>32</Value>
837
+ <DisplayName>
838
+ <Locale>
839
+ </Locale>
840
+ <Text>ReferenceType</Text>
841
+ </DisplayName>
842
+ <Description>
843
+ <Locale>
844
+ </Locale>
845
+ <Text>The node is a reference type.</Text>
846
+ </Description>
847
+ </EnumValueType>
848
+ </Body>
849
+ </ExtensionObject>
850
+ <ExtensionObject>
851
+ <TypeId>
852
+ <Identifier>i=7616</Identifier>
853
+ </TypeId>
854
+ <Body>
855
+ <EnumValueType>
856
+ <Value>64</Value>
857
+ <DisplayName>
858
+ <Locale>
859
+ </Locale>
860
+ <Text>DataType</Text>
861
+ </DisplayName>
862
+ <Description>
863
+ <Locale>
864
+ </Locale>
865
+ <Text>The node is a data type.</Text>
866
+ </Description>
867
+ </EnumValueType>
868
+ </Body>
869
+ </ExtensionObject>
870
+ <ExtensionObject>
871
+ <TypeId>
872
+ <Identifier>i=7616</Identifier>
873
+ </TypeId>
874
+ <Body>
875
+ <EnumValueType>
876
+ <Value>128</Value>
877
+ <DisplayName>
878
+ <Locale>
879
+ </Locale>
880
+ <Text>View</Text>
881
+ </DisplayName>
882
+ <Description>
883
+ <Locale>
884
+ </Locale>
885
+ <Text>The node is a view.</Text>
886
+ </Description>
887
+ </EnumValueType>
888
+ </Body>
889
+ </ExtensionObject>
890
+ </ListOfExtensionObject>
891
+ </Value>
892
+ </UAVariable>
893
+ <UADataType NodeId="i=296" BrowseName="Argument">
894
+ <DisplayName>Argument</DisplayName>
895
+ <Description>An argument for a method.</Description>
896
+ <References>
897
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=22</Reference>
898
+ </References>
899
+ <Definition Name="Argument">
900
+ <Field Name="Name" DataType="i=12">
901
+ <Description>The name of the argument.</Description>
902
+ </Field>
903
+ <Field Name="DataType" DataType="i=17">
904
+ <Description>The data type of the argument.</Description>
905
+ </Field>
906
+ <Field Name="ValueRank" DataType="i=6">
907
+ <Description>Whether the argument is an array type and the rank of the array if it is.</Description>
908
+ </Field>
909
+ <Field Name="ArrayDimensions" DataType="i=7" ValueRank="1">
910
+ <Description>The number of dimensions if the argument is an array type and one or more dimensions have a fixed length.</Description>
911
+ </Field>
912
+ <Field Name="Description" DataType="i=21">
913
+ <Description>The description for the argument.</Description>
914
+ </Field>
915
+ </Definition>
916
+ </UADataType>
917
+ <UADataType NodeId="i=7594" BrowseName="EnumValueType">
918
+ <DisplayName>EnumValueType</DisplayName>
919
+ <Description>A mapping between a value of an enumerated type and a name and description.</Description>
920
+ <References>
921
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=22</Reference>
922
+ </References>
923
+ <Definition Name="EnumValueType">
924
+ <Field Name="Value" DataType="i=8">
925
+ <Description>The value of the enumeration.</Description>
926
+ </Field>
927
+ <Field Name="DisplayName" DataType="i=21">
928
+ <Description>Human readable name for the value.</Description>
929
+ </Field>
930
+ <Field Name="Description" DataType="i=21">
931
+ <Description>A description of the value.</Description>
932
+ </Field>
933
+ </Definition>
934
+ </UADataType>
935
+ <UADataType NodeId="i=12755" BrowseName="OptionSet">
936
+ <DisplayName>OptionSet</DisplayName>
937
+ <Description>This abstract Structured DataType is the base DataType for all DataTypes representing a bit mask.</Description>
938
+ <References>
939
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=22</Reference>
940
+ </References>
941
+ <Definition Name="OptionSet">
942
+ <Field Name="Value" DataType="i=15">
943
+ <Description>Array of bytes representing the bits in the option set.</Description>
944
+ </Field>
945
+ <Field Name="ValidBits" DataType="i=15">
946
+ <Description>Array of bytes with same size as value representing the valid bits in the value parameter.</Description>
947
+ </Field>
948
+ </Definition>
949
+ </UADataType>
950
+ <UADataType NodeId="i=12756" BrowseName="Union">
951
+ <DisplayName>Union</DisplayName>
952
+ <Description>This abstract DataType is the base DataType for all union DataTypes.</Description>
953
+ <References>
954
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=22</Reference>
955
+ </References>
956
+ </UADataType>
957
+ <UADataType NodeId="i=12877" BrowseName="NormalizedString">
958
+ <DisplayName>NormalizedString</DisplayName>
959
+ <Description>A string normalized based on the rules in the unicode specification.</Description>
960
+ <References>
961
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
962
+ </References>
963
+ </UADataType>
964
+ <UADataType NodeId="i=12878" BrowseName="DecimalString">
965
+ <DisplayName>DecimalString</DisplayName>
966
+ <Description>An arbitraty numeric value.</Description>
967
+ <References>
968
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
969
+ </References>
970
+ </UADataType>
971
+ <UADataType NodeId="i=12879" BrowseName="DurationString">
972
+ <DisplayName>DurationString</DisplayName>
973
+ <Description>A period of time formatted as defined in ISO 8601-2000.</Description>
974
+ <References>
975
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
976
+ </References>
977
+ </UADataType>
978
+ <UADataType NodeId="i=12880" BrowseName="TimeString">
979
+ <DisplayName>TimeString</DisplayName>
980
+ <Description>A time formatted as defined in ISO 8601-2000.</Description>
981
+ <References>
982
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
983
+ </References>
984
+ </UADataType>
985
+ <UADataType NodeId="i=12881" BrowseName="DateString">
986
+ <DisplayName>DateString</DisplayName>
987
+ <Description>A date formatted as defined in ISO 8601-2000.</Description>
988
+ <References>
989
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
990
+ </References>
991
+ </UADataType>
992
+ <UADataType NodeId="i=290" BrowseName="Duration">
993
+ <DisplayName>Duration</DisplayName>
994
+ <Description>A period of time measured in milliseconds.</Description>
995
+ <References>
996
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=11</Reference>
997
+ </References>
998
+ </UADataType>
999
+ <UADataType NodeId="i=294" BrowseName="UtcTime">
1000
+ <DisplayName>UtcTime</DisplayName>
1001
+ <Description>A date/time value specified in Universal Coordinated Time (UTC).</Description>
1002
+ <References>
1003
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=13</Reference>
1004
+ </References>
1005
+ </UADataType>
1006
+ <UADataType NodeId="i=295" BrowseName="LocaleId">
1007
+ <DisplayName>LocaleId</DisplayName>
1008
+ <Description>An identifier for a user locale.</Description>
1009
+ <References>
1010
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=12</Reference>
1011
+ </References>
1012
+ </UADataType>
1013
+ <UADataType NodeId="i=8912" BrowseName="TimeZoneDataType">
1014
+ <DisplayName>TimeZoneDataType</DisplayName>
1015
+ <References>
1016
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=22</Reference>
1017
+ </References>
1018
+ <Definition Name="TimeZoneDataType">
1019
+ <Field Name="Offset" DataType="i=4" />
1020
+ <Field Name="DaylightSavingInOffset" DataType="i=1" />
1021
+ </Definition>
1022
+ </UADataType>
1023
+ <UAObject NodeId="i=297" BrowseName="Default XML" SymbolicName="DefaultXml">
1024
+ <DisplayName>Default XML</DisplayName>
1025
+ <References>
1026
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=296</Reference>
1027
+ <Reference ReferenceType="HasDescription">i=8285</Reference>
1028
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1029
+ </References>
1030
+ </UAObject>
1031
+ <UAObject NodeId="i=7616" BrowseName="Default XML" SymbolicName="DefaultXml">
1032
+ <DisplayName>Default XML</DisplayName>
1033
+ <References>
1034
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=7594</Reference>
1035
+ <Reference ReferenceType="HasDescription">i=8291</Reference>
1036
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1037
+ </References>
1038
+ </UAObject>
1039
+ <UAObject NodeId="i=12757" BrowseName="Default XML" SymbolicName="DefaultXml">
1040
+ <DisplayName>Default XML</DisplayName>
1041
+ <References>
1042
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=12755</Reference>
1043
+ <Reference ReferenceType="HasDescription">i=12759</Reference>
1044
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1045
+ </References>
1046
+ </UAObject>
1047
+ <UAObject NodeId="i=12758" BrowseName="Default XML" SymbolicName="DefaultXml">
1048
+ <DisplayName>Default XML</DisplayName>
1049
+ <References>
1050
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=12756</Reference>
1051
+ <Reference ReferenceType="HasDescription">i=12762</Reference>
1052
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1053
+ </References>
1054
+ </UAObject>
1055
+ <UAObject NodeId="i=8913" BrowseName="Default XML" SymbolicName="DefaultXml">
1056
+ <DisplayName>Default XML</DisplayName>
1057
+ <References>
1058
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=8912</Reference>
1059
+ <Reference ReferenceType="HasDescription">i=8918</Reference>
1060
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1061
+ </References>
1062
+ </UAObject>
1063
+ <UAObject NodeId="i=298" BrowseName="Default Binary" SymbolicName="DefaultBinary">
1064
+ <DisplayName>Default Binary</DisplayName>
1065
+ <References>
1066
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=296</Reference>
1067
+ <Reference ReferenceType="HasDescription">i=7650</Reference>
1068
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1069
+ </References>
1070
+ </UAObject>
1071
+ <UAObject NodeId="i=8251" BrowseName="Default Binary" SymbolicName="DefaultBinary">
1072
+ <DisplayName>Default Binary</DisplayName>
1073
+ <References>
1074
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=7594</Reference>
1075
+ <Reference ReferenceType="HasDescription">i=7656</Reference>
1076
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1077
+ </References>
1078
+ </UAObject>
1079
+ <UAObject NodeId="i=12765" BrowseName="Default Binary" SymbolicName="DefaultBinary">
1080
+ <DisplayName>Default Binary</DisplayName>
1081
+ <References>
1082
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=12755</Reference>
1083
+ <Reference ReferenceType="HasDescription">i=12767</Reference>
1084
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1085
+ </References>
1086
+ </UAObject>
1087
+ <UAObject NodeId="i=12766" BrowseName="Default Binary" SymbolicName="DefaultBinary">
1088
+ <DisplayName>Default Binary</DisplayName>
1089
+ <References>
1090
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=12756</Reference>
1091
+ <Reference ReferenceType="HasDescription">i=12770</Reference>
1092
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1093
+ </References>
1094
+ </UAObject>
1095
+ <UAObject NodeId="i=8917" BrowseName="Default Binary" SymbolicName="DefaultBinary">
1096
+ <DisplayName>Default Binary</DisplayName>
1097
+ <References>
1098
+ <Reference ReferenceType="HasEncoding" IsForward="false">i=8912</Reference>
1099
+ <Reference ReferenceType="HasDescription">i=8914</Reference>
1100
+ <Reference ReferenceType="HasTypeDefinition">i=76</Reference>
1101
+ </References>
1102
+ </UAObject>
1103
+ </UANodeSet>