Skip to content

Commit

Permalink
Update NodeSet files.
Browse files Browse the repository at this point in the history
  • Loading branch information
randy-armstrong committed Feb 3, 2025
1 parent 6b0466b commit a4fd432
Show file tree
Hide file tree
Showing 9 changed files with 891 additions and 657 deletions.
317 changes: 181 additions & 136 deletions Stack/Opc.Ua.Core/Schema/Opc.Ua.NodeSet2.xml

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Stack/Opc.Ua.Core/Schema/Opc.Ua.Types.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6260,6 +6260,13 @@
</xs:complexType>
<xs:element name="Range" type="tns:Range" />

<xs:complexType name="ListOfRange">
<xs:sequence>
<xs:element name="Range" type="tns:Range" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfRange" type="tns:ListOfRange" nillable="true"></xs:element>

<xs:complexType name="EUInformation">
<xs:sequence>
<xs:element name="NamespaceUri" type="xs:string" minOccurs="0" nillable="true" />
Expand All @@ -6270,6 +6277,13 @@
</xs:complexType>
<xs:element name="EUInformation" type="tns:EUInformation" />

<xs:complexType name="ListOfEUInformation">
<xs:sequence>
<xs:element name="EUInformation" type="tns:EUInformation" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfEUInformation" type="tns:ListOfEUInformation" nillable="true"></xs:element>

<xs:simpleType name="AxisScaleEnumeration">
<xs:restriction base="xs:string">
<xs:enumeration value="Linear_0" />
Expand All @@ -6279,6 +6293,13 @@
</xs:simpleType>
<xs:element name="AxisScaleEnumeration" type="tns:AxisScaleEnumeration" />

<xs:complexType name="ListOfAxisScaleEnumeration">
<xs:sequence>
<xs:element name="AxisScaleEnumeration" type="tns:AxisScaleEnumeration" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfAxisScaleEnumeration" type="tns:ListOfAxisScaleEnumeration" nillable="true"></xs:element>

<xs:complexType name="ComplexNumberType">
<xs:sequence>
<xs:element name="Real" type="xs:float" minOccurs="0" />
Expand All @@ -6287,6 +6308,13 @@
</xs:complexType>
<xs:element name="ComplexNumberType" type="tns:ComplexNumberType" />

<xs:complexType name="ListOfComplexNumberType">
<xs:sequence>
<xs:element name="ComplexNumberType" type="tns:ComplexNumberType" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfComplexNumberType" type="tns:ListOfComplexNumberType" nillable="true"></xs:element>

<xs:complexType name="DoubleComplexNumberType">
<xs:sequence>
<xs:element name="Real" type="xs:double" minOccurs="0" />
Expand All @@ -6295,6 +6323,13 @@
</xs:complexType>
<xs:element name="DoubleComplexNumberType" type="tns:DoubleComplexNumberType" />

<xs:complexType name="ListOfDoubleComplexNumberType">
<xs:sequence>
<xs:element name="DoubleComplexNumberType" type="tns:DoubleComplexNumberType" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfDoubleComplexNumberType" type="tns:ListOfDoubleComplexNumberType" nillable="true"></xs:element>

<xs:complexType name="AxisInformation">
<xs:sequence>
<xs:element name="EngineeringUnits" type="tns:EUInformation" minOccurs="0" nillable="true" />
Expand All @@ -6306,6 +6341,13 @@
</xs:complexType>
<xs:element name="AxisInformation" type="tns:AxisInformation" />

<xs:complexType name="ListOfAxisInformation">
<xs:sequence>
<xs:element name="AxisInformation" type="tns:AxisInformation" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfAxisInformation" type="tns:ListOfAxisInformation" nillable="true"></xs:element>

<xs:complexType name="XVType">
<xs:sequence>
<xs:element name="X" type="xs:double" minOccurs="0" />
Expand All @@ -6314,6 +6356,13 @@
</xs:complexType>
<xs:element name="XVType" type="tns:XVType" />

<xs:complexType name="ListOfXVType">
<xs:sequence>
<xs:element name="XVType" type="tns:XVType" minOccurs="0" maxOccurs="unbounded" nillable="true" />
</xs:sequence>
</xs:complexType>
<xs:element name="ListOfXVType" type="tns:ListOfXVType" nillable="true"></xs:element>

<xs:complexType name="ProgramDiagnosticDataType">
<xs:sequence>
<xs:element name="CreateSessionId" type="ua:NodeId" minOccurs="0" nillable="true" />
Expand Down
1 change: 1 addition & 0 deletions Stack/Opc.Ua.Core/Stack/Generated/Opc.Ua.Classes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.Linq;
using System.Runtime.Serialization;

namespace Opc.Ua
Expand Down
420 changes: 0 additions & 420 deletions Stack/Opc.Ua.Core/Stack/Generated/Opc.Ua.Constants.cs

Large diffs are not rendered by default.

Loading

0 comments on commit a4fd432

Please sign in to comment.