View Issue Details

IDProjectCategoryView StatusLast Update
0007604ModelValidatorSpecpublic2022-03-28 14:35
ReporterSebastian Friedl Assigned ToRandy Armstrong  
PriorityhighSeveritytextReproducibilityalways
Status assignedResolutionopen 
Summary0007604: Mismatch of the supertype if leading Namespaceindex
Description

Hi,

If I have the following sentence in the ObjectType table:
" Subtype of the 5:MachineToolType defined in OPC 10000-3, which means it inherits the InstanceDeclarations of that Node. "

I got the following error
"Expected supertype 5:MachineToolType. Got 5:MachineToolType"

I could solve this error with the following sentence (removing the leading namespace index:
" Subtype of the MachineToolType defined in OPC 10000-3, which means it inherits the InstanceDeclarations of that Node. "

In my option, validator should accept the leading namespace index or the error text should be something like this:
"Expected supertype MachineToolType (NS:5). Got 5:MachineToolType"

Regards,
Sebastian

Steps To Reproduce

The following run shows the problem:
https://apps.opcfoundation.org/NodeSetValidator/Home/Results/1985
I think the server save the files, if not I can send you the example.

Additional Information

I create the same issue in the template: 0007528

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-01-18 15:15 Sebastian Friedl New Issue
2022-02-08 17:42 Jim Luth Assigned To => Randy Armstrong
2022-02-08 17:42 Jim Luth Status new => assigned