QuickOPC User's Guide and Reference
SelectLowestLevelDataTypeDescription Property (_UAXmlSchemaDtsParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel.ComTypes Namespace > _UAXmlSchemaDtsParameters Interface : SelectLowestLevelDataTypeDescription Property
Determines whether the data type description will be restricted to lowest level data types only.
Syntax
'Declaration
 
Property SelectLowestLevelDataTypeDescription As Boolean
'Usage
 
Dim instance As _UAXmlSchemaDtsParameters
Dim value As Boolean
 
instance.SelectLowestLevelDataTypeDescription = value
 
value = instance.SelectLowestLevelDataTypeDescription
bool SelectLowestLevelDataTypeDescription {get; set;}
property bool SelectLowestLevelDataTypeDescription {
   bool get();
   void set (    bool value);
}
Remarks

Some OPC servers return data type descriptions (XPath-s) which are ambiguous, such as "//xs:element[@name='someType']" while multiple 'element' elements named 'someType' exist in the XML schema. When this parameter is true, the data type system will only consider the returned XPath processing results on the lowest level in the document (XML schema).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also