View Issue Details

IDProjectCategoryView StatusLast Update
000900910000-006: MappingsSpecpublic2023-06-15 13:02
ReporterMartin Regen Assigned ToMartin Regen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.05.03 RC1 
Summary0009009: The ABNF description sample of QualifiedName is not quite right
Description

reported by marcschier

in the new chapter 5.1.12 in the Draft4

QualifiedName, NodeId and ExpandedNodeId String Encoding

The examples of Qualifiednames should not have the 'nsu='

Table 7 – ABNF Description for a QualifiedName
<qualified-name> = <name>
<qualified-name> =/ <namespace-index> ":" <name>
<qualified-name> =/ <namespace-uri> ";" <name>
<name> = *(UNICODE / <escaped>)

QualifiedNames in the OPC UA Namespace shall not use the forms with a <namespace-index> or a <namespace-uri>.
Any reserved characters in <name> are replaced with their escaped form.
Examples of QualifiedNames:
InputArguments
3:Hello%09World
nsu=http://widgets.com/schemas/hello;Hello%3BWorld
nsu=tag:acme.com,2023:schemas:data#off%3B;Boiler2

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Martin Regen

2023-06-15 13:02

developer   ~0019487

no fix required, checked with Randy

Issue History

Date Modified Username Field Change
2023-06-15 12:55 Martin Regen New Issue
2023-06-15 13:02 Martin Regen Assigned To => Martin Regen
2023-06-15 13:02 Martin Regen Status new => closed
2023-06-15 13:02 Martin Regen Resolution open => fixed
2023-06-15 13:02 Martin Regen Note Added: 0019487