node-red-contrib-opcua-server-refresh
Version:
Fork of the original 'node-red-contrib-opcua-server' package that is no longer maintained. This has been refactored to support the latest version of node-opcua and fixes incomplete/non-working features.
1,012 lines (1,011 loc) • 1.68 MB
text/xml
<?xml version="1.0" encoding="utf-8"?>
<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">
<Models>
<Model ModelUri="http://opcfoundation.org/UA/" Version="1.03" PublicationDate="2013-12-02T00:00:00Z" />
</Models>
<Aliases>
<Alias Alias="Boolean">i=1</Alias>
<Alias Alias="SByte">i=2</Alias>
<Alias Alias="Byte">i=3</Alias>
<Alias Alias="Int16">i=4</Alias>
<Alias Alias="UInt16">i=5</Alias>
<Alias Alias="Int32">i=6</Alias>
<Alias Alias="UInt32">i=7</Alias>
<Alias Alias="Int64">i=8</Alias>
<Alias Alias="UInt64">i=9</Alias>
<Alias Alias="Float">i=10</Alias>
<Alias Alias="Double">i=11</Alias>
<Alias Alias="DateTime">i=13</Alias>
<Alias Alias="String">i=12</Alias>
<Alias Alias="ByteString">i=15</Alias>
<Alias Alias="Guid">i=14</Alias>
<Alias Alias="XmlElement">i=16</Alias>
<Alias Alias="NodeId">i=17</Alias>
<Alias Alias="ExpandedNodeId">i=18</Alias>
<Alias Alias="QualifiedName">i=20</Alias>
<Alias Alias="LocalizedText">i=21</Alias>
<Alias Alias="StatusCode">i=19</Alias>
<Alias Alias="Structure">i=22</Alias>
<Alias Alias="Number">i=26</Alias>
<Alias Alias="Integer">i=27</Alias>
<Alias Alias="UInteger">i=28</Alias>
<Alias Alias="HasComponent">i=47</Alias>
<Alias Alias="HasProperty">i=46</Alias>
<Alias Alias="Organizes">i=35</Alias>
<Alias Alias="HasEventSource">i=36</Alias>
<Alias Alias="HasNotifier">i=48</Alias>
<Alias Alias="HasSubtype">i=45</Alias>
<Alias Alias="HasTypeDefinition">i=40</Alias>
<Alias Alias="HasModellingRule">i=37</Alias>
<Alias Alias="HasEncoding">i=38</Alias>
<Alias Alias="HasDescription">i=39</Alias>
</Aliases>
<UAObject NodeId="i=3062" BrowseName="Default Binary" SymbolicName="DefaultBinary">
<DisplayName>Default Binary</DisplayName>
<Description>The default binary encoding for a data type.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=58</Reference>
</References>
</UAObject>
<UAObject NodeId="i=3063" BrowseName="Default XML" SymbolicName="DefaultXml">
<DisplayName>Default XML</DisplayName>
<Description>The default XML encoding for a data type.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=58</Reference>
</References>
</UAObject>
<UADataType NodeId="i=24" BrowseName="BaseDataType" IsAbstract="true">
<DisplayName>BaseDataType</DisplayName>
<Description>Describes a value that can have any valid DataType.</Description>
<References />
</UADataType>
<UADataType NodeId="i=26" BrowseName="Number" IsAbstract="true">
<DisplayName>Number</DisplayName>
<Description>Describes a value that can have any numeric DataType.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=27" BrowseName="Integer" IsAbstract="true">
<DisplayName>Integer</DisplayName>
<Description>Describes a value that can have any integer DataType.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
</References>
</UADataType>
<UADataType NodeId="i=28" BrowseName="UInteger" IsAbstract="true">
<DisplayName>UInteger</DisplayName>
<Description>Describes a value that can have any unsigned integer DataType.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
</References>
</UADataType>
<UADataType NodeId="i=29" BrowseName="Enumeration" IsAbstract="true">
<DisplayName>Enumeration</DisplayName>
<Description>Describes a value that is an enumerated DataType.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=1" BrowseName="Boolean">
<DisplayName>Boolean</DisplayName>
<Description>Describes a value that is either TRUE or FALSE.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=2" BrowseName="SByte">
<DisplayName>SByte</DisplayName>
<Description>Describes a value that is an integer between -128 and 127.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
</References>
</UADataType>
<UADataType NodeId="i=3" BrowseName="Byte">
<DisplayName>Byte</DisplayName>
<Description>Describes a value that is an integer between 0 and 255.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
</References>
</UADataType>
<UADataType NodeId="i=4" BrowseName="Int16">
<DisplayName>Int16</DisplayName>
<Description>Describes a value that is an integer between −32,768 and 32,767.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
</References>
</UADataType>
<UADataType NodeId="i=5" BrowseName="UInt16">
<DisplayName>UInt16</DisplayName>
<Description>Describes a value that is an integer between 0 and 65535.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
</References>
</UADataType>
<UADataType NodeId="i=6" BrowseName="Int32">
<DisplayName>Int32</DisplayName>
<Description>Describes a value that is an integer between −2,147,483,648 and 2,147,483,647.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
</References>
</UADataType>
<UADataType NodeId="i=7" BrowseName="UInt32">
<DisplayName>UInt32</DisplayName>
<Description>Describes a value that is an integer between 0 and 4,294,967,295.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
</References>
</UADataType>
<UADataType NodeId="i=8" BrowseName="Int64">
<DisplayName>Int64</DisplayName>
<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>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=27</Reference>
</References>
</UADataType>
<UADataType NodeId="i=9" BrowseName="UInt64">
<DisplayName>UInt64</DisplayName>
<Description>Describes a value that is an integer between 0 and 18,446,744,073,709,551,615.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=28</Reference>
</References>
</UADataType>
<UADataType NodeId="i=10" BrowseName="Float">
<DisplayName>Float</DisplayName>
<Description>Describes a value that is an IEEE 754-1985 single precision floating point number.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
</References>
</UADataType>
<UADataType NodeId="i=11" BrowseName="Double">
<DisplayName>Double</DisplayName>
<Description>Describes a value that is an IEEE 754-1985 double precision floating point number.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
</References>
</UADataType>
<UADataType NodeId="i=12" BrowseName="String">
<DisplayName>String</DisplayName>
<Description>Describes a value that is a sequence of printable Unicode characters.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=13" BrowseName="DateTime">
<DisplayName>DateTime</DisplayName>
<Description>Describes a value that is a Gregorian calender date and time.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=14" BrowseName="Guid">
<DisplayName>Guid</DisplayName>
<Description>Describes a value that is a 128-bit globally unique identifier.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=15" BrowseName="ByteString">
<DisplayName>ByteString</DisplayName>
<Description>Describes a value that is a sequence of bytes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=16" BrowseName="XmlElement">
<DisplayName>XmlElement</DisplayName>
<Description>Describes a value that is an XML element.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=17" BrowseName="NodeId">
<DisplayName>NodeId</DisplayName>
<Description>Describes a value that is an identifier for a node within a Server address space.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=18" BrowseName="ExpandedNodeId">
<DisplayName>ExpandedNodeId</DisplayName>
<Description>Describes a value that is an absolute identifier for a node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=19" BrowseName="StatusCode">
<DisplayName>StatusCode</DisplayName>
<Description>Describes a value that is a code representing the outcome of an operation by a Server.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=20" BrowseName="QualifiedName">
<DisplayName>QualifiedName</DisplayName>
<Description>Describes a value that is a name qualified by a namespace.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=21" BrowseName="LocalizedText">
<DisplayName>LocalizedText</DisplayName>
<Description>Describes a value that is human readable Unicode text with a locale identifier.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=22" BrowseName="Structure" IsAbstract="true">
<DisplayName>Structure</DisplayName>
<Description>Describes a value that is any type of structure that can be described with a data encoding.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=23" BrowseName="DataValue">
<DisplayName>DataValue</DisplayName>
<Description>Describes a value that is a structure containing a value, a status code and timestamps.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=25" BrowseName="DiagnosticInfo">
<DisplayName>DiagnosticInfo</DisplayName>
<Description>Describes a value that is a structure containing diagnostics associated with a StatusCode.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=24</Reference>
</References>
</UADataType>
<UADataType NodeId="i=30" BrowseName="Image">
<DisplayName>Image</DisplayName>
<Description>Describes a value that is an image encoded as a string of bytes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=15</Reference>
</References>
</UADataType>
<UADataType NodeId="i=121" BrowseName="Decimal128">
<DisplayName>Decimal128</DisplayName>
<Description>Describes a 128-bit decimal value.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=26</Reference>
</References>
</UADataType>
<UAReferenceType NodeId="i=31" BrowseName="References" IsAbstract="true" Symmetric="true">
<DisplayName>References</DisplayName>
<Description>The abstract base type for all references.</Description>
<References />
<InverseName>References</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=32" BrowseName="NonHierarchicalReferences" IsAbstract="true">
<DisplayName>NonHierarchicalReferences</DisplayName>
<Description>The abstract base type for all non-hierarchical references.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=31</Reference>
</References>
<InverseName>NonHierarchicalReferences</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=33" BrowseName="HierarchicalReferences" IsAbstract="true">
<DisplayName>HierarchicalReferences</DisplayName>
<Description>The abstract base type for all hierarchical references.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=31</Reference>
</References>
<InverseName>HierarchicalReferences</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=34" BrowseName="HasChild">
<DisplayName>HasChild</DisplayName>
<Description>The abstract base type for all non-looping hierarchical references.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
</References>
<InverseName>ChildOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=35" BrowseName="Organizes">
<DisplayName>Organizes</DisplayName>
<Description>The type for hierarchical references that are used to organize nodes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
</References>
<InverseName>OrganizedBy</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=36" BrowseName="HasEventSource">
<DisplayName>HasEventSource</DisplayName>
<Description>The type for non-looping hierarchical references that are used to organize event sources.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=33</Reference>
</References>
<InverseName>EventSourceOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=37" BrowseName="HasModellingRule">
<DisplayName>HasModellingRule</DisplayName>
<Description>The type for references from instance declarations to modelling rule nodes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>ModellingRuleOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=38" BrowseName="HasEncoding">
<DisplayName>HasEncoding</DisplayName>
<Description>The type for references from data type nodes to to data type encoding nodes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>EncodingOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=39" BrowseName="HasDescription">
<DisplayName>HasDescription</DisplayName>
<Description>The type for references from data type encoding nodes to data type description nodes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>DescriptionOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=40" BrowseName="HasTypeDefinition">
<DisplayName>HasTypeDefinition</DisplayName>
<Description>The type for references from a instance node its type defintion node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>TypeDefinitionOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=41" BrowseName="GeneratesEvent">
<DisplayName>GeneratesEvent</DisplayName>
<Description>The type for references from a node to an event type that is raised by node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>GeneratesEvent</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=3065" BrowseName="AlwaysGeneratesEvent">
<DisplayName>AlwaysGeneratesEvent</DisplayName>
<Description>The type for references from a node to an event type that is always raised by node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>AlwaysGeneratesEvent</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=44" BrowseName="Aggregates">
<DisplayName>Aggregates</DisplayName>
<Description>The type for non-looping hierarchical references that are used to aggregate nodes into complex types.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=34</Reference>
</References>
<InverseName>AggregatedBy</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=45" BrowseName="HasSubtype">
<DisplayName>HasSubtype</DisplayName>
<Description>The type for non-looping hierarchical references that are used to define sub types.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=34</Reference>
</References>
<InverseName>HasSupertype</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=46" BrowseName="HasProperty">
<DisplayName>HasProperty</DisplayName>
<Description>The type for non-looping hierarchical reference from a node to its property.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=44</Reference>
</References>
<InverseName>PropertyOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=47" BrowseName="HasComponent">
<DisplayName>HasComponent</DisplayName>
<Description>The type for non-looping hierarchical reference from a node to its component.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=44</Reference>
</References>
<InverseName>ComponentOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=48" BrowseName="HasNotifier">
<DisplayName>HasNotifier</DisplayName>
<Description>The type for non-looping hierarchical references that are used to indicate how events propagate from node to node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=36</Reference>
</References>
<InverseName>NotifierOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=49" BrowseName="HasOrderedComponent">
<DisplayName>HasOrderedComponent</DisplayName>
<Description>The type for non-looping hierarchical reference from a node to its component when the order of references matters.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=47</Reference>
</References>
<InverseName>OrderedComponentOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=51" BrowseName="FromState">
<DisplayName>FromState</DisplayName>
<Description>The type for a reference to the state before a transition.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>ToTransition</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=52" BrowseName="ToState">
<DisplayName>ToState</DisplayName>
<Description>The type for a reference to the state after a transition.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>FromTransition</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=53" BrowseName="HasCause">
<DisplayName>HasCause</DisplayName>
<Description>The type for a reference to a method that can cause a transition to occur.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>MayBeCausedBy</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=54" BrowseName="HasEffect">
<DisplayName>HasEffect</DisplayName>
<Description>The type for a reference to an event that may be raised when a transition occurs.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>MayBeEffectedBy</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=117" BrowseName="HasSubStateMachine">
<DisplayName>HasSubStateMachine</DisplayName>
<Description>The type for a reference to a substate for a state.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>SubStateMachineOf</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="i=56" BrowseName="HasHistoricalConfiguration">
<DisplayName>HasHistoricalConfiguration</DisplayName>
<Description>The type for a reference to the historical configuration for a data variable.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=44</Reference>
</References>
<InverseName>HistoricalConfigurationOf</InverseName>
</UAReferenceType>
<UAObjectType NodeId="i=58" BrowseName="BaseObjectType">
<DisplayName>BaseObjectType</DisplayName>
<Description>The base type for all object nodes.</Description>
<References />
</UAObjectType>
<UAObjectType NodeId="i=61" BrowseName="FolderType">
<DisplayName>FolderType</DisplayName>
<Description>The type for objects that organize other nodes.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="i=62" BrowseName="BaseVariableType" IsAbstract="true" ValueRank="-2">
<DisplayName>BaseVariableType</DisplayName>
<Description>The abstract base type for all variable nodes.</Description>
<References />
</UAVariableType>
<UAVariableType NodeId="i=63" BrowseName="BaseDataVariableType" ValueRank="-2">
<DisplayName>BaseDataVariableType</DisplayName>
<Description>The type for variable that represents a process value.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=62</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="i=68" BrowseName="PropertyType" ValueRank="-2">
<DisplayName>PropertyType</DisplayName>
<Description>The type for variable that represents a property of another node.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=62</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="i=69" BrowseName="DataTypeDescriptionType" DataType="String">
<DisplayName>DataTypeDescriptionType</DisplayName>
<Description>The type for variable that represents the description of a data type encoding.</Description>
<References>
<Reference ReferenceType="HasProperty">i=104</Reference>
<Reference ReferenceType="HasProperty">i=105</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=63</Reference>
</References>
</UAVariableType>
<UAVariable NodeId="i=104" BrowseName="DataTypeVersion" ParentNodeId="i=69" DataType="String">
<DisplayName>DataTypeVersion</DisplayName>
<Description>The version number for the data type description.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=69</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=105" BrowseName="DictionaryFragment" ParentNodeId="i=69" DataType="ByteString">
<DisplayName>DictionaryFragment</DisplayName>
<Description>A fragment of a data type dictionary that defines the data type.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=69</Reference>
</References>
</UAVariable>
<UAVariableType NodeId="i=72" BrowseName="DataTypeDictionaryType" DataType="ByteString">
<DisplayName>DataTypeDictionaryType</DisplayName>
<Description>The type for variable that represents the collection of data type decriptions.</Description>
<References>
<Reference ReferenceType="HasProperty">i=106</Reference>
<Reference ReferenceType="HasProperty">i=107</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=63</Reference>
</References>
</UAVariableType>
<UAVariable NodeId="i=106" BrowseName="DataTypeVersion" ParentNodeId="i=72" DataType="String">
<DisplayName>DataTypeVersion</DisplayName>
<Description>The version number for the data type dictionary.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=72</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=107" BrowseName="NamespaceUri" ParentNodeId="i=72" DataType="String">
<DisplayName>NamespaceUri</DisplayName>
<Description>A URI that uniquely identifies the dictionary.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=72</Reference>
</References>
</UAVariable>
<UAObjectType NodeId="i=75" BrowseName="DataTypeSystemType">
<DisplayName>DataTypeSystemType</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
</References>
</UAObjectType>
<UAObjectType NodeId="i=76" BrowseName="DataTypeEncodingType">
<DisplayName>DataTypeEncodingType</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
</References>
</UAObjectType>
<UADataType NodeId="i=120" BrowseName="NamingRuleType">
<DisplayName>NamingRuleType</DisplayName>
<Description>Describes a value that specifies the significance of the BrowseName for an instance declaration.</Description>
<References>
<Reference ReferenceType="HasProperty">i=12169</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=29</Reference>
</References>
<Definition Name="NamingRuleType">
<Field Name="Mandatory" Value="1">
<Description>The BrowseName must appear in all instances of the type.</Description>
</Field>
<Field Name="Optional" Value="2">
<Description>The BrowseName may appear in an instance of the type.</Description>
</Field>
<Field Name="Constraint" Value="3">
<Description>The modelling rule defines a constraint and the BrowseName is not used in an instance of the type.</Description>
</Field>
</Definition>
</UADataType>
<UAVariable NodeId="i=12169" BrowseName="EnumValues" ParentNodeId="i=120" DataType="i=7594" ValueRank="1">
<DisplayName>EnumValues</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=120</Reference>
</References>
<Value>
<ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
<ExtensionObject>
<TypeId>
<Identifier>i=7616</Identifier>
</TypeId>
<Body>
<EnumValueType>
<Value>1</Value>
<DisplayName>
<Locale>
</Locale>
<Text>Mandatory</Text>
</DisplayName>
<Description>
<Locale>
</Locale>
<Text>The BrowseName must appear in all instances of the type.</Text>
</Description>
</EnumValueType>
</Body>
</ExtensionObject>
<ExtensionObject>
<TypeId>
<Identifier>i=7616</Identifier>
</TypeId>
<Body>
<EnumValueType>
<Value>2</Value>
<DisplayName>
<Locale>
</Locale>
<Text>Optional</Text>
</DisplayName>
<Description>
<Locale>
</Locale>
<Text>The BrowseName may appear in an instance of the type.</Text>
</Description>
</EnumValueType>
</Body>
</ExtensionObject>
<ExtensionObject>
<TypeId>
<Identifier>i=7616</Identifier>
</TypeId>
<Body>
<EnumValueType>
<Value>3</Value>
<DisplayName>
<Locale>
</Locale>
<Text>Constraint</Text>
</DisplayName>
<Description>
<Locale>
</Locale>
<Text>The modelling rule defines a constraint and the BrowseName is not used in an instance of the type.</Text>
</Description>
</EnumValueType>
</Body>
</ExtensionObject>
</ListOfExtensionObject>
</Value>
</UAVariable>
<UAObjectType NodeId="i=77" BrowseName="ModellingRuleType">
<DisplayName>ModellingRuleType</DisplayName>
<Description>The type for an object that describes how an instance declaration is used when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=111</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
</References>
</UAObjectType>
<UAVariable NodeId="i=111" BrowseName="NamingRule" ParentNodeId="i=77" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=77</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">1</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=78" BrowseName="Mandatory" SymbolicName="ModellingRule_Mandatory">
<DisplayName>Mandatory</DisplayName>
<Description>Specifies that an instance with the attributes and references of the instance declaration must appear when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=112</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=112" BrowseName="NamingRule" ParentNodeId="i=78" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=78</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">1</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=80" BrowseName="Optional" SymbolicName="ModellingRule_Optional">
<DisplayName>Optional</DisplayName>
<Description>Specifies that an instance with the attributes and references of the instance declaration may appear when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=113</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=113" BrowseName="NamingRule" ParentNodeId="i=80" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=80</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">2</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=83" BrowseName="ExposesItsArray" SymbolicName="ModellingRule_ExposesItsArray">
<DisplayName>ExposesItsArray</DisplayName>
<Description>Specifies that an instance appears for each element of the containing array variable.</Description>
<References>
<Reference ReferenceType="HasProperty">i=114</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=114" BrowseName="NamingRule" ParentNodeId="i=83" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=83</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">3</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=79" BrowseName="MandatoryShared" SymbolicName="ModellingRule_MandatoryShared">
<DisplayName>MandatoryShared</DisplayName>
<Description>Specifies that a reference to a shared instance must appear in when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=116</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=116" BrowseName="NamingRule" ParentNodeId="i=79" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=79</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">1</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=11508" BrowseName="OptionalPlaceholder" SymbolicName="ModellingRule_OptionalPlaceholder">
<DisplayName>OptionalPlaceholder</DisplayName>
<Description>Specifies that zero or more instances with the attributes and references of the instance declaration may appear when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=11509</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=11509" BrowseName="NamingRule" ParentNodeId="i=11508" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=11508</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">2</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=11510" BrowseName="MandatoryPlaceholder" SymbolicName="ModellingRule_MandatoryPlaceholder">
<DisplayName>MandatoryPlaceholder</DisplayName>
<Description>Specifies that one or more instances with the attributes and references of the instance declaration must appear when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasProperty">i=11511</Reference>
<Reference ReferenceType="HasTypeDefinition">i=77</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=11511" BrowseName="NamingRule" ParentNodeId="i=11510" DataType="i=120">
<DisplayName>NamingRule</DisplayName>
<Description>Specified the significances of the BrowseName when a type is instantiated.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=11510</Reference>
</References>
<Value>
<Int32 xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">1</Int32>
</Value>
</UAVariable>
<UAObject NodeId="i=84" BrowseName="Root" SymbolicName="RootFolder">
<DisplayName>Root</DisplayName>
<Description>The root of the server address space.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=85" BrowseName="Objects" SymbolicName="ObjectsFolder">
<DisplayName>Objects</DisplayName>
<Description>The browse entry point when looking for objects in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=84</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=86" BrowseName="Types" SymbolicName="TypesFolder">
<DisplayName>Types</DisplayName>
<Description>The browse entry point when looking for types in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=84</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=87" BrowseName="Views" SymbolicName="ViewsFolder">
<DisplayName>Views</DisplayName>
<Description>The browse entry point when looking for views in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=84</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=88" BrowseName="ObjectTypes" SymbolicName="ObjectTypesFolder">
<DisplayName>ObjectTypes</DisplayName>
<Description>The browse entry point when looking for object types in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=86</Reference>
<Reference ReferenceType="Organizes">i=58</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=89" BrowseName="VariableTypes" SymbolicName="VariableTypesFolder">
<DisplayName>VariableTypes</DisplayName>
<Description>The browse entry point when looking for variable types in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=86</Reference>
<Reference ReferenceType="Organizes">i=62</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=90" BrowseName="DataTypes" SymbolicName="DataTypesFolder">
<DisplayName>DataTypes</DisplayName>
<Description>The browse entry point when looking for data types in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=86</Reference>
<Reference ReferenceType="Organizes">i=24</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=91" BrowseName="ReferenceTypes" SymbolicName="ReferenceTypesFolder">
<DisplayName>ReferenceTypes</DisplayName>
<Description>The browse entry point when looking for reference types in the server address space.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=86</Reference>
<Reference ReferenceType="Organizes">i=31</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="i=92" BrowseName="XML Schema" SymbolicName="XmlSchema_TypeSystem">
<DisplayName>XML Schema</DisplayName>
<Description>A type system which uses XML schema to describe the encoding of data types.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=90</Reference>
<Reference ReferenceType="HasTypeDefinition">i=75</Reference>
</References>
</UAObject>
<UAObject NodeId="i=93" BrowseName="OPC Binary" SymbolicName="OPCBinarySchema_TypeSystem">
<DisplayName>OPC Binary</DisplayName>
<Description>A type system which uses OPC binary schema to describe the encoding of data types.</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=90</Reference>
<Reference ReferenceType="HasTypeDefinition">i=75</Reference>
</References>
</UAObject>
<UAVariable NodeId="i=3068" BrowseName="NodeVersion" DataType="String" ValueRank="-2">
<DisplayName>NodeVersion</DisplayName>
<Description>The version number of the node (used to indicate changes to references of the owning node).</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=12170" BrowseName="ViewVersion" DataType="UInt32" ValueRank="-2">
<DisplayName>ViewVersion</DisplayName>
<Description>The version number of the view.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3067" BrowseName="Icon" DataType="i=30" ValueRank="-2">
<DisplayName>Icon</DisplayName>
<Description>A small image representing the object.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3069" BrowseName="LocalTime" DataType="i=8912" ValueRank="-2">
<DisplayName>LocalTime</DisplayName>
<Description>The local time where the owning variable value was collected.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3070" BrowseName="AllowNulls" DataType="Boolean" ValueRank="-2">
<DisplayName>AllowNulls</DisplayName>
<Description>Whether the value of the owning variable is allowed to be null.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=11433" BrowseName="ValueAsText" DataType="LocalizedText" ValueRank="-2">
<DisplayName>ValueAsText</DisplayName>
<Description>The string representation of the current value for a variable with an enumerated data type.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=11498" BrowseName="MaxStringLength" DataType="UInt32" ValueRank="-2">
<DisplayName>MaxStringLength</DisplayName>
<Description>The maximum length for a string that can be stored in the owning variable.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=12908" BrowseName="MaxByteStringLength" DataType="UInt32" ValueRank="-2">
<DisplayName>MaxByteStringLength</DisplayName>
<Description>The maximum length for a byte string that can be stored in the owning variable.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=11512" BrowseName="MaxArrayLength" DataType="UInt32" ValueRank="-2">
<DisplayName>MaxArrayLength</DisplayName>
<Description>The maximum length for an array that can be stored in the owning variable.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=11513" BrowseName="EngineeringUnits" DataType="i=887" ValueRank="-2">
<DisplayName>EngineeringUnits</DisplayName>
<Description>The engineering units for the value of the owning variable.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=11432" BrowseName="EnumStrings" DataType="LocalizedText" ValueRank="1">
<DisplayName>EnumStrings</DisplayName>
<Description>The human readable strings associated with the values of an enumerated value (when values are sequential).</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3071" BrowseName="EnumValues" DataType="i=7594" ValueRank="1">
<DisplayName>EnumValues</DisplayName>
<Description>The human readable strings associated with the values of an enumerated value (when values have no sequence).</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=12745" BrowseName="OptionSetValues" DataType="LocalizedText" ValueRank="1">
<DisplayName>OptionSetValues</DisplayName>
<Description>Contains the human-readable representation for each bit of the bit mask.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3072" BrowseName="InputArguments" DataType="i=296" ValueRank="1">
<DisplayName>InputArguments</DisplayName>
<Description>The input arguments for a method.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UAVariable NodeId="i=3073" BrowseName="OutputArguments" DataType="i=296" ValueRank="1">
<DisplayName>OutputArguments</DisplayName>
<Description>The output arguments for a method.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>
<UADataType NodeId="i=2000" BrowseName="ImageBMP">
<DisplayName>ImageBMP</DisplayName>
<Description>An image encoded in BMP format.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
</References>
</UADataType>
<UADataType NodeId="i=2001" BrowseName="ImageGIF">
<DisplayName>ImageGIF</DisplayName>
<Description>An image encoded in GIF format.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
</References>
</UADataType>
<UADataType NodeId="i=2002" BrowseName="ImageJPG">
<DisplayName>ImageJPG</DisplayName>
<Description>An image encoded in JPEG format.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
</References>
</UADataType>
<UADataType NodeId="i=2003" BrowseName="ImagePNG">
<DisplayName>ImagePNG</DisplayName>
<Description>An image encoded in PNG format.</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=30</Reference>
</References>
</UADataType>
<UAObjectType NodeId="i=2004" BrowseName="ServerType">
<DisplayName>ServerType</DisplayName>
<Description>Specifies the current status and capabilities of the server.</Description>
<References>
<Reference ReferenceType="HasProperty">i=2005</Reference>
<Reference ReferenceType="HasProperty">i=2006</Reference>
<Reference ReferenceType="HasComponent">i=2007</Reference>
<Reference ReferenceType="HasProperty">i=2008</Reference>
<Reference ReferenceType="HasProperty">i=2742</Reference>
<Reference ReferenceType="HasProperty">i=12882</Reference>
<Reference ReferenceType="HasComponent">i=2009</Reference>
<Reference ReferenceType="HasComponent">i=2010</Reference>