node-opcua-types 2.71.0 → 2.72.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.
@@ -219,6 +219,9 @@
219
219
  </opc:EnumeratedType>
220
220
 
221
221
 
222
+ <opc:EnumeratedType Name="Enumeration" LengthInBits="32">
223
+ </opc:EnumeratedType>
224
+
222
225
  <opc:OpaqueType Name="ImageBMP">
223
226
  </opc:OpaqueType>
224
227
 
@@ -234,9 +237,18 @@
234
237
  <opc:OpaqueType Name="AudioDataType">
235
238
  </opc:OpaqueType>
236
239
 
240
+ <opc:StructuredType Name="Union" BaseType="ua:ExtensionObject">
241
+ </opc:StructuredType>
242
+
243
+ <opc:OpaqueType Name="UriString">
244
+ </opc:OpaqueType>
245
+
237
246
  <opc:OpaqueType Name="BitFieldMaskDataType">
238
247
  </opc:OpaqueType>
239
248
 
249
+ <opc:OpaqueType Name="SemanticVersionString">
250
+ </opc:OpaqueType>
251
+
240
252
  <opc:StructuredType Name="KeyValuePair" BaseType="ua:ExtensionObject">
241
253
  <opc:Field Name="Key" TypeName="ua:QualifiedName" />
242
254
  <opc:Field Name="Value" TypeName="ua:Variant" />
@@ -313,6 +325,8 @@
313
325
  <opc:EnumeratedValue Name="GroupId" Value="4" />
314
326
  <opc:EnumeratedValue Name="Anonymous" Value="5" />
315
327
  <opc:EnumeratedValue Name="AuthenticatedUser" Value="6" />
328
+ <opc:EnumeratedValue Name="Application" Value="7" />
329
+ <opc:EnumeratedValue Name="X509Subject" Value="8" />
316
330
  </opc:EnumeratedType>
317
331
 
318
332
  <opc:StructuredType Name="IdentityMappingRuleType" BaseType="ua:ExtensionObject">
@@ -404,11 +418,27 @@
404
418
  <opc:Field Name="Body" TypeName="ua:Variant" />
405
419
  </opc:StructuredType>
406
420
 
421
+ <opc:StructuredType Name="PortableQualifiedName" BaseType="ua:ExtensionObject">
422
+ <opc:Field Name="NamespaceUri" TypeName="opc:String" />
423
+ <opc:Field Name="Name" TypeName="opc:String" />
424
+ </opc:StructuredType>
425
+
426
+ <opc:StructuredType Name="PortableNodeId" BaseType="ua:ExtensionObject">
427
+ <opc:Field Name="NamespaceUri" TypeName="opc:String" />
428
+ <opc:Field Name="Identifier" TypeName="ua:NodeId" />
429
+ </opc:StructuredType>
430
+
431
+ <opc:StructuredType Name="UnsignedRationalNumber" BaseType="ua:ExtensionObject">
432
+ <opc:Field Name="Numerator" TypeName="opc:UInt32" />
433
+ <opc:Field Name="Denominator" TypeName="opc:UInt32" />
434
+ </opc:StructuredType>
435
+
407
436
  <opc:EnumeratedType Name="PubSubState" LengthInBits="32">
408
437
  <opc:EnumeratedValue Name="Disabled" Value="0" />
409
438
  <opc:EnumeratedValue Name="Paused" Value="1" />
410
439
  <opc:EnumeratedValue Name="Operational" Value="2" />
411
440
  <opc:EnumeratedValue Name="Error" Value="3" />
441
+ <opc:EnumeratedValue Name="PreOperational" Value="4" />
412
442
  </opc:EnumeratedType>
413
443
 
414
444
  <opc:StructuredType Name="DataSetMetaDataType" BaseType="tns:DataTypeSchemaHeader">
@@ -490,6 +520,10 @@
490
520
  <opc:Field Name="Filter" TypeName="tns:ContentFilter" />
491
521
  </opc:StructuredType>
492
522
 
523
+ <opc:StructuredType Name="PublishedDataSetCustomSourceDataType" BaseType="tns:PublishedDataSetSourceDataType">
524
+ <opc:Field Name="CyclicDataSet" TypeName="opc:Boolean" />
525
+ </opc:StructuredType>
526
+
493
527
  <opc:EnumeratedType Name="DataSetFieldContentMask" LengthInBits="32" IsOptionSet="true">
494
528
  <opc:EnumeratedValue Name="None" Value="0" />
495
529
  <opc:EnumeratedValue Name="StatusCode" Value="1" />
@@ -675,6 +709,69 @@
675
709
  <opc:Field Name="Enabled" TypeName="opc:Boolean" />
676
710
  </opc:StructuredType>
677
711
 
712
+ <opc:StructuredType Name="StandaloneSubscribedDataSetRefDataType" BaseType="tns:SubscribedDataSetDataType">
713
+ <opc:Field Name="DataSetName" TypeName="opc:String" />
714
+ </opc:StructuredType>
715
+
716
+ <opc:StructuredType Name="StandaloneSubscribedDataSetDataType" BaseType="tns:SubscribedDataSetDataType">
717
+ <opc:Field Name="Name" TypeName="opc:String" />
718
+ <opc:Field Name="NoOfDataSetFolder" TypeName="opc:Int32" />
719
+ <opc:Field Name="DataSetFolder" TypeName="opc:String" LengthField="NoOfDataSetFolder" />
720
+ <opc:Field Name="DataSetMetaData" TypeName="tns:DataSetMetaDataType" />
721
+ <opc:Field Name="SubscribedDataSet" TypeName="ua:ExtensionObject" />
722
+ </opc:StructuredType>
723
+
724
+ <opc:StructuredType Name="SecurityGroupDataType" BaseType="ua:ExtensionObject">
725
+ <opc:Field Name="Name" TypeName="opc:String" />
726
+ <opc:Field Name="NoOfSecurityGroupFolder" TypeName="opc:Int32" />
727
+ <opc:Field Name="SecurityGroupFolder" TypeName="opc:String" LengthField="NoOfSecurityGroupFolder" />
728
+ <opc:Field Name="KeyLifetime" TypeName="opc:Double" />
729
+ <opc:Field Name="SecurityPolicyUri" TypeName="opc:String" />
730
+ <opc:Field Name="MaxFutureKeyCount" TypeName="opc:UInt32" />
731
+ <opc:Field Name="MaxPastKeyCount" TypeName="opc:UInt32" />
732
+ <opc:Field Name="SecurityGroupId" TypeName="opc:String" />
733
+ <opc:Field Name="NoOfRolePermissions" TypeName="opc:Int32" />
734
+ <opc:Field Name="RolePermissions" TypeName="tns:RolePermissionType" LengthField="NoOfRolePermissions" />
735
+ <opc:Field Name="NoOfGroupProperties" TypeName="opc:Int32" />
736
+ <opc:Field Name="GroupProperties" TypeName="tns:KeyValuePair" LengthField="NoOfGroupProperties" />
737
+ </opc:StructuredType>
738
+
739
+ <opc:StructuredType Name="PubSubKeyPushTargetDataType" BaseType="ua:ExtensionObject">
740
+ <opc:Field Name="ApplicationUri" TypeName="opc:String" />
741
+ <opc:Field Name="NoOfPushTargetFolder" TypeName="opc:Int32" />
742
+ <opc:Field Name="PushTargetFolder" TypeName="opc:String" LengthField="NoOfPushTargetFolder" />
743
+ <opc:Field Name="EndpointUrl" TypeName="opc:String" />
744
+ <opc:Field Name="SecurityPolicyUri" TypeName="opc:String" />
745
+ <opc:Field Name="UserTokenType" TypeName="tns:UserTokenPolicy" />
746
+ <opc:Field Name="RequestedKeyCount" TypeName="opc:UInt16" />
747
+ <opc:Field Name="RetryInterval" TypeName="opc:Double" />
748
+ <opc:Field Name="NoOfPushTargetProperties" TypeName="opc:Int32" />
749
+ <opc:Field Name="PushTargetProperties" TypeName="tns:KeyValuePair" LengthField="NoOfPushTargetProperties" />
750
+ <opc:Field Name="NoOfSecurityGroups" TypeName="opc:Int32" />
751
+ <opc:Field Name="SecurityGroups" TypeName="opc:String" LengthField="NoOfSecurityGroups" />
752
+ </opc:StructuredType>
753
+
754
+ <opc:StructuredType Name="PubSubConfiguration2DataType" BaseType="tns:PubSubConfigurationDataType">
755
+ <opc:Field Name="NoOfPublishedDataSets" TypeName="opc:Int32" />
756
+ <opc:Field Name="PublishedDataSets" TypeName="tns:PublishedDataSetDataType" LengthField="NoOfPublishedDataSets" />
757
+ <opc:Field Name="NoOfConnections" TypeName="opc:Int32" />
758
+ <opc:Field Name="Connections" TypeName="tns:PubSubConnectionDataType" LengthField="NoOfConnections" />
759
+ <opc:Field Name="Enabled" TypeName="opc:Boolean" SourceType="tns:PubSubConfigurationDataType" />
760
+ <opc:Field Name="NoOfSubscribedDataSets" TypeName="opc:Int32" />
761
+ <opc:Field Name="SubscribedDataSets" TypeName="tns:StandaloneSubscribedDataSetDataType" LengthField="NoOfSubscribedDataSets" />
762
+ <opc:Field Name="NoOfDataSetClasses" TypeName="opc:Int32" />
763
+ <opc:Field Name="DataSetClasses" TypeName="tns:DataSetMetaDataType" LengthField="NoOfDataSetClasses" />
764
+ <opc:Field Name="NoOfDefaultSecurityKeyServices" TypeName="opc:Int32" />
765
+ <opc:Field Name="DefaultSecurityKeyServices" TypeName="tns:EndpointDescription" LengthField="NoOfDefaultSecurityKeyServices" />
766
+ <opc:Field Name="NoOfSecurityGroups" TypeName="opc:Int32" />
767
+ <opc:Field Name="SecurityGroups" TypeName="tns:SecurityGroupDataType" LengthField="NoOfSecurityGroups" />
768
+ <opc:Field Name="NoOfPubSubKeyPushTargets" TypeName="opc:Int32" />
769
+ <opc:Field Name="PubSubKeyPushTargets" TypeName="tns:PubSubKeyPushTargetDataType" LengthField="NoOfPubSubKeyPushTargets" />
770
+ <opc:Field Name="ConfigurationVersion" TypeName="opc:UInt32" />
771
+ <opc:Field Name="NoOfConfigurationProperties" TypeName="opc:Int32" />
772
+ <opc:Field Name="ConfigurationProperties" TypeName="tns:KeyValuePair" LengthField="NoOfConfigurationProperties" />
773
+ </opc:StructuredType>
774
+
678
775
  <opc:EnumeratedType Name="DataSetOrderingType" LengthInBits="32">
679
776
  <opc:EnumeratedValue Name="Undefined" Value="0" />
680
777
  <opc:EnumeratedValue Name="AscendingWriterId" Value="1" />
@@ -755,6 +852,9 @@
755
852
  <opc:EnumeratedValue Name="SequenceNumber" Value="4" />
756
853
  <opc:EnumeratedValue Name="Timestamp" Value="8" />
757
854
  <opc:EnumeratedValue Name="Status" Value="16" />
855
+ <opc:EnumeratedValue Name="MessageType" Value="32" />
856
+ <opc:EnumeratedValue Name="DataSetWriterName" Value="64" />
857
+ <opc:EnumeratedValue Name="ReversibleFieldEncoding" Value="128" />
758
858
  </opc:EnumeratedType>
759
859
 
760
860
  <opc:StructuredType Name="JsonDataSetWriterMessageDataType" BaseType="tns:DataSetWriterMessageDataType">
@@ -766,15 +866,60 @@
766
866
  <opc:Field Name="DataSetMessageContentMask" TypeName="tns:JsonDataSetMessageContentMask" />
767
867
  </opc:StructuredType>
768
868
 
869
+ <opc:StructuredType Name="QosDataType" BaseType="ua:ExtensionObject">
870
+ </opc:StructuredType>
871
+
872
+ <opc:StructuredType Name="TransmitQosDataType" BaseType="tns:QosDataType">
873
+ </opc:StructuredType>
874
+
875
+ <opc:StructuredType Name="TransmitQosPriorityDataType" BaseType="tns:TransmitQosDataType">
876
+ <opc:Field Name="PriorityLabel" TypeName="opc:String" />
877
+ </opc:StructuredType>
878
+
879
+ <opc:StructuredType Name="ReceiveQosDataType" BaseType="tns:QosDataType">
880
+ </opc:StructuredType>
881
+
882
+ <opc:StructuredType Name="ReceiveQosPriorityDataType" BaseType="tns:ReceiveQosDataType">
883
+ <opc:Field Name="PriorityLabel" TypeName="opc:String" />
884
+ </opc:StructuredType>
885
+
769
886
  <opc:StructuredType Name="DatagramConnectionTransportDataType" BaseType="tns:ConnectionTransportDataType">
770
887
  <opc:Field Name="DiscoveryAddress" TypeName="ua:ExtensionObject" />
771
888
  </opc:StructuredType>
772
889
 
890
+ <opc:StructuredType Name="DatagramConnectionTransport2DataType" BaseType="tns:DatagramConnectionTransportDataType">
891
+ <opc:Field Name="DiscoveryAddress" TypeName="ua:ExtensionObject" SourceType="tns:DatagramConnectionTransportDataType" />
892
+ <opc:Field Name="DiscoveryAnnounceRate" TypeName="opc:UInt32" />
893
+ <opc:Field Name="DiscoveryMaxMessageSize" TypeName="opc:UInt32" />
894
+ <opc:Field Name="QosCategory" TypeName="opc:String" />
895
+ <opc:Field Name="NoOfDatagramQos" TypeName="opc:Int32" />
896
+ <opc:Field Name="DatagramQos" TypeName="ua:ExtensionObject" LengthField="NoOfDatagramQos" />
897
+ </opc:StructuredType>
898
+
773
899
  <opc:StructuredType Name="DatagramWriterGroupTransportDataType" BaseType="tns:WriterGroupTransportDataType">
774
900
  <opc:Field Name="MessageRepeatCount" TypeName="opc:Byte" />
775
901
  <opc:Field Name="MessageRepeatDelay" TypeName="opc:Double" />
776
902
  </opc:StructuredType>
777
903
 
904
+ <opc:StructuredType Name="DatagramWriterGroupTransport2DataType" BaseType="tns:DatagramWriterGroupTransportDataType">
905
+ <opc:Field Name="MessageRepeatCount" TypeName="opc:Byte" SourceType="tns:DatagramWriterGroupTransportDataType" />
906
+ <opc:Field Name="MessageRepeatDelay" TypeName="opc:Double" SourceType="tns:DatagramWriterGroupTransportDataType" />
907
+ <opc:Field Name="Address" TypeName="ua:ExtensionObject" />
908
+ <opc:Field Name="QosCategory" TypeName="opc:String" />
909
+ <opc:Field Name="NoOfDatagramQos" TypeName="opc:Int32" />
910
+ <opc:Field Name="DatagramQos" TypeName="ua:ExtensionObject" LengthField="NoOfDatagramQos" />
911
+ <opc:Field Name="DiscoveryAnnounceRate" TypeName="opc:UInt32" />
912
+ <opc:Field Name="Topic" TypeName="opc:String" />
913
+ </opc:StructuredType>
914
+
915
+ <opc:StructuredType Name="DatagramDataSetReaderTransportDataType" BaseType="tns:DataSetReaderTransportDataType">
916
+ <opc:Field Name="Address" TypeName="ua:ExtensionObject" />
917
+ <opc:Field Name="QosCategory" TypeName="opc:String" />
918
+ <opc:Field Name="NoOfDatagramQos" TypeName="opc:Int32" />
919
+ <opc:Field Name="DatagramQos" TypeName="ua:ExtensionObject" LengthField="NoOfDatagramQos" />
920
+ <opc:Field Name="Topic" TypeName="opc:String" />
921
+ </opc:StructuredType>
922
+
778
923
  <opc:StructuredType Name="BrokerConnectionTransportDataType" BaseType="tns:ConnectionTransportDataType">
779
924
  <opc:Field Name="ResourceUri" TypeName="opc:String" />
780
925
  <opc:Field Name="AuthenticationProfileUri" TypeName="opc:String" />
@@ -812,6 +957,36 @@
812
957
  <opc:Field Name="MetaDataQueueName" TypeName="opc:String" />
813
958
  </opc:StructuredType>
814
959
 
960
+ <opc:EnumeratedType Name="PubSubConfigurationRefMask" LengthInBits="32" IsOptionSet="true">
961
+ <opc:EnumeratedValue Name="None" Value="0" />
962
+ <opc:EnumeratedValue Name="ElementAdd" Value="1" />
963
+ <opc:EnumeratedValue Name="ElementMatch" Value="2" />
964
+ <opc:EnumeratedValue Name="ElementModify" Value="4" />
965
+ <opc:EnumeratedValue Name="ElementRemove" Value="8" />
966
+ <opc:EnumeratedValue Name="ReferenceWriter" Value="16" />
967
+ <opc:EnumeratedValue Name="ReferenceReader" Value="32" />
968
+ <opc:EnumeratedValue Name="ReferenceWriterGroup" Value="64" />
969
+ <opc:EnumeratedValue Name="ReferenceReaderGroup" Value="128" />
970
+ <opc:EnumeratedValue Name="ReferenceConnection" Value="256" />
971
+ <opc:EnumeratedValue Name="ReferencePubDataset" Value="512" />
972
+ <opc:EnumeratedValue Name="ReferenceSubDataset" Value="1024" />
973
+ <opc:EnumeratedValue Name="ReferenceSecurityGroup" Value="2048" />
974
+ <opc:EnumeratedValue Name="ReferencePushTarget" Value="4096" />
975
+ </opc:EnumeratedType>
976
+
977
+ <opc:StructuredType Name="PubSubConfigurationRefDataType" BaseType="ua:ExtensionObject">
978
+ <opc:Field Name="ConfigurationMask" TypeName="tns:PubSubConfigurationRefMask" />
979
+ <opc:Field Name="ElementIndex" TypeName="opc:UInt16" />
980
+ <opc:Field Name="ConnectionIndex" TypeName="opc:UInt16" />
981
+ <opc:Field Name="GroupIndex" TypeName="opc:UInt16" />
982
+ </opc:StructuredType>
983
+
984
+ <opc:StructuredType Name="PubSubConfigurationValueDataType" BaseType="ua:ExtensionObject">
985
+ <opc:Field Name="ConfigurationElement" TypeName="tns:PubSubConfigurationRefDataType" />
986
+ <opc:Field Name="Name" TypeName="opc:String" />
987
+ <opc:Field Name="Identifier" TypeName="ua:Variant" />
988
+ </opc:StructuredType>
989
+
815
990
  <opc:EnumeratedType Name="DiagnosticsLevel" LengthInBits="32">
816
991
  <opc:EnumeratedValue Name="Basic" Value="0" />
817
992
  <opc:EnumeratedValue Name="Advanced" Value="1" />
@@ -831,6 +1006,120 @@
831
1006
  <opc:Field Name="ReferencedNodes" TypeName="ua:ExpandedNodeId" LengthField="NoOfReferencedNodes" />
832
1007
  </opc:StructuredType>
833
1008
 
1009
+ <opc:EnumeratedType Name="PasswordOptionsMask" LengthInBits="32" IsOptionSet="true">
1010
+ <opc:EnumeratedValue Name="None" Value="0" />
1011
+ <opc:EnumeratedValue Name="SupportInitialPasswordChange" Value="1" />
1012
+ <opc:EnumeratedValue Name="SupportDisableUser" Value="2" />
1013
+ <opc:EnumeratedValue Name="SupportDisableDeleteForUser" Value="4" />
1014
+ <opc:EnumeratedValue Name="SupportNoChangeForUser" Value="8" />
1015
+ <opc:EnumeratedValue Name="SupportDescriptionForUser" Value="16" />
1016
+ <opc:EnumeratedValue Name="RequiresUpperCaseCharacters" Value="32" />
1017
+ <opc:EnumeratedValue Name="RequiresLowerCaseCharacters" Value="64" />
1018
+ <opc:EnumeratedValue Name="RequiresDigitCharacters" Value="128" />
1019
+ <opc:EnumeratedValue Name="RequiresSpecialCharacters" Value="256" />
1020
+ </opc:EnumeratedType>
1021
+
1022
+ <opc:EnumeratedType Name="UserConfigurationMask" LengthInBits="32" IsOptionSet="true">
1023
+ <opc:EnumeratedValue Name="None" Value="0" />
1024
+ <opc:EnumeratedValue Name="NoDelete" Value="1" />
1025
+ <opc:EnumeratedValue Name="Disabled" Value="2" />
1026
+ <opc:EnumeratedValue Name="NoChangeByUser" Value="4" />
1027
+ <opc:EnumeratedValue Name="MustChangePassword" Value="8" />
1028
+ </opc:EnumeratedType>
1029
+
1030
+ <opc:StructuredType Name="UserManagementDataType" BaseType="ua:ExtensionObject">
1031
+ <opc:Field Name="UserName" TypeName="opc:String" />
1032
+ <opc:Field Name="UserConfiguration" TypeName="tns:UserConfigurationMask" />
1033
+ <opc:Field Name="Description" TypeName="opc:String" />
1034
+ </opc:StructuredType>
1035
+
1036
+ <opc:EnumeratedType Name="Duplex" LengthInBits="32">
1037
+ <opc:EnumeratedValue Name="Full" Value="0" />
1038
+ <opc:EnumeratedValue Name="Half" Value="1" />
1039
+ <opc:EnumeratedValue Name="Unknown" Value="2" />
1040
+ </opc:EnumeratedType>
1041
+
1042
+ <opc:EnumeratedType Name="InterfaceAdminStatus" LengthInBits="32">
1043
+ <opc:EnumeratedValue Name="Up" Value="0" />
1044
+ <opc:EnumeratedValue Name="Down" Value="1" />
1045
+ <opc:EnumeratedValue Name="Testing" Value="2" />
1046
+ </opc:EnumeratedType>
1047
+
1048
+ <opc:EnumeratedType Name="InterfaceOperStatus" LengthInBits="32">
1049
+ <opc:EnumeratedValue Name="Up" Value="0" />
1050
+ <opc:EnumeratedValue Name="Down" Value="1" />
1051
+ <opc:EnumeratedValue Name="Testing" Value="2" />
1052
+ <opc:EnumeratedValue Name="Unknown" Value="3" />
1053
+ <opc:EnumeratedValue Name="Dormant" Value="4" />
1054
+ <opc:EnumeratedValue Name="NotPresent" Value="5" />
1055
+ <opc:EnumeratedValue Name="LowerLayerDown" Value="6" />
1056
+ </opc:EnumeratedType>
1057
+
1058
+ <opc:EnumeratedType Name="NegotiationStatus" LengthInBits="32">
1059
+ <opc:EnumeratedValue Name="InProgress" Value="0" />
1060
+ <opc:EnumeratedValue Name="Complete" Value="1" />
1061
+ <opc:EnumeratedValue Name="Failed" Value="2" />
1062
+ <opc:EnumeratedValue Name="Unknown" Value="3" />
1063
+ <opc:EnumeratedValue Name="NoNegotiation" Value="4" />
1064
+ </opc:EnumeratedType>
1065
+
1066
+ <opc:EnumeratedType Name="TsnFailureCode" LengthInBits="32">
1067
+ <opc:EnumeratedValue Name="NoFailure" Value="0" />
1068
+ <opc:EnumeratedValue Name="InsufficientBandwidth" Value="1" />
1069
+ <opc:EnumeratedValue Name="InsufficientResources" Value="2" />
1070
+ <opc:EnumeratedValue Name="InsufficientTrafficClassBandwidth" Value="3" />
1071
+ <opc:EnumeratedValue Name="StreamIdInUse" Value="4" />
1072
+ <opc:EnumeratedValue Name="StreamDestinationAddressInUse" Value="5" />
1073
+ <opc:EnumeratedValue Name="StreamPreemptedByHigherRank" Value="6" />
1074
+ <opc:EnumeratedValue Name="LatencyHasChanged" Value="7" />
1075
+ <opc:EnumeratedValue Name="EgressPortNotAvbCapable" Value="8" />
1076
+ <opc:EnumeratedValue Name="UseDifferentDestinationAddress" Value="9" />
1077
+ <opc:EnumeratedValue Name="OutOfMsrpResources" Value="10" />
1078
+ <opc:EnumeratedValue Name="OutOfMmrpResources" Value="11" />
1079
+ <opc:EnumeratedValue Name="CannotStoreDestinationAddress" Value="12" />
1080
+ <opc:EnumeratedValue Name="PriorityIsNotAnSrcClass" Value="13" />
1081
+ <opc:EnumeratedValue Name="MaxFrameSizeTooLarge" Value="14" />
1082
+ <opc:EnumeratedValue Name="MaxFanInPortsLimitReached" Value="15" />
1083
+ <opc:EnumeratedValue Name="FirstValueChangedForStreamId" Value="16" />
1084
+ <opc:EnumeratedValue Name="VlanBlockedOnEgress" Value="17" />
1085
+ <opc:EnumeratedValue Name="VlanTaggingDisabledOnEgress" Value="18" />
1086
+ <opc:EnumeratedValue Name="SrClassPriorityMismatch" Value="19" />
1087
+ <opc:EnumeratedValue Name="FeatureNotPropagated" Value="20" />
1088
+ <opc:EnumeratedValue Name="MaxLatencyExceeded" Value="21" />
1089
+ <opc:EnumeratedValue Name="BridgeDoesNotProvideNetworkId" Value="22" />
1090
+ <opc:EnumeratedValue Name="StreamTransformNotSupported" Value="23" />
1091
+ <opc:EnumeratedValue Name="StreamIdTypeNotSupported" Value="24" />
1092
+ <opc:EnumeratedValue Name="FeatureNotSupported" Value="25" />
1093
+ </opc:EnumeratedType>
1094
+
1095
+ <opc:EnumeratedType Name="TsnStreamState" LengthInBits="32">
1096
+ <opc:EnumeratedValue Name="Disabled" Value="0" />
1097
+ <opc:EnumeratedValue Name="Configuring" Value="1" />
1098
+ <opc:EnumeratedValue Name="Ready" Value="2" />
1099
+ <opc:EnumeratedValue Name="Operational" Value="3" />
1100
+ <opc:EnumeratedValue Name="Error" Value="4" />
1101
+ </opc:EnumeratedType>
1102
+
1103
+ <opc:EnumeratedType Name="TsnTalkerStatus" LengthInBits="32">
1104
+ <opc:EnumeratedValue Name="None" Value="0" />
1105
+ <opc:EnumeratedValue Name="Ready" Value="1" />
1106
+ <opc:EnumeratedValue Name="Failed" Value="2" />
1107
+ </opc:EnumeratedType>
1108
+
1109
+ <opc:EnumeratedType Name="TsnListenerStatus" LengthInBits="32">
1110
+ <opc:EnumeratedValue Name="None" Value="0" />
1111
+ <opc:EnumeratedValue Name="Ready" Value="1" />
1112
+ <opc:EnumeratedValue Name="PartialFailed" Value="2" />
1113
+ <opc:EnumeratedValue Name="Failed" Value="3" />
1114
+ </opc:EnumeratedType>
1115
+
1116
+ <opc:StructuredType Name="PriorityMappingEntryType" BaseType="ua:ExtensionObject">
1117
+ <opc:Field Name="MappingUri" TypeName="opc:String" />
1118
+ <opc:Field Name="PriorityLabel" TypeName="opc:String" />
1119
+ <opc:Field Name="PriorityValue_PCP" TypeName="opc:Byte" />
1120
+ <opc:Field Name="PriorityValue_DSCP" TypeName="opc:UInt32" />
1121
+ </opc:StructuredType>
1122
+
834
1123
  <opc:EnumeratedType Name="IdType" LengthInBits="32">
835
1124
  <opc:EnumeratedValue Name="Numeric" Value="0" />
836
1125
  <opc:EnumeratedValue Name="String" Value="1" />
@@ -895,6 +1184,8 @@
895
1184
  <opc:EnumeratedValue Name="NonatomicWrite" Value="512" />
896
1185
  <opc:EnumeratedValue Name="WriteFullArrayOnly" Value="1024" />
897
1186
  <opc:EnumeratedValue Name="NoSubDataTypes" Value="2048" />
1187
+ <opc:EnumeratedValue Name="NonVolatile" Value="4096" />
1188
+ <opc:EnumeratedValue Name="Constant" Value="8192" />
898
1189
  </opc:EnumeratedType>
899
1190
 
900
1191
  <opc:EnumeratedType Name="EventNotifierType" LengthInBits="8" IsOptionSet="true">
@@ -917,10 +1208,15 @@
917
1208
  <opc:Field Name="Permissions" TypeName="tns:PermissionType" />
918
1209
  </opc:StructuredType>
919
1210
 
1211
+ <opc:StructuredType Name="DataTypeDefinition" BaseType="ua:ExtensionObject">
1212
+ </opc:StructuredType>
1213
+
920
1214
  <opc:EnumeratedType Name="StructureType" LengthInBits="32">
921
1215
  <opc:EnumeratedValue Name="Structure" Value="0" />
922
1216
  <opc:EnumeratedValue Name="StructureWithOptionalFields" Value="1" />
923
1217
  <opc:EnumeratedValue Name="Union" Value="2" />
1218
+ <opc:EnumeratedValue Name="StructureWithSubtypedValues" Value="3" />
1219
+ <opc:EnumeratedValue Name="UnionWithSubtypedValues" Value="4" />
924
1220
  </opc:EnumeratedType>
925
1221
 
926
1222
  <opc:StructuredType Name="StructureField" BaseType="ua:ExtensionObject">
@@ -1194,9 +1490,6 @@
1194
1490
  <opc:Field Name="ValidBits" TypeName="opc:ByteString" />
1195
1491
  </opc:StructuredType>
1196
1492
 
1197
- <opc:StructuredType Name="Union" BaseType="ua:ExtensionObject">
1198
- </opc:StructuredType>
1199
-
1200
1493
  <opc:OpaqueType Name="NormalizedString">
1201
1494
  </opc:OpaqueType>
1202
1495
 
@@ -3040,7 +3333,7 @@
3040
3333
  <opc:Field Name="NoOfLastMethodOutputValues" TypeName="opc:Int32" />
3041
3334
  <opc:Field Name="LastMethodOutputValues" TypeName="ua:Variant" LengthField="NoOfLastMethodOutputValues" />
3042
3335
  <opc:Field Name="LastMethodCallTime" TypeName="opc:DateTime" />
3043
- <opc:Field Name="LastMethodReturnStatus" TypeName="tns:StatusResult" />
3336
+ <opc:Field Name="LastMethodReturnStatus" TypeName="ua:StatusCode" />
3044
3337
  </opc:StructuredType>
3045
3338
 
3046
3339
  <opc:StructuredType Name="Annotation" BaseType="ua:ExtensionObject">
@@ -3057,4 +3350,4 @@
3057
3350
  <opc:EnumeratedValue Name="Unknown" Value="4" />
3058
3351
  </opc:EnumeratedType>
3059
3352
 
3060
- </opc:TypeDictionary>
3353
+ </opc:TypeDictionary>