View Issue Details

IDProjectCategoryView StatusLast Update
000929510000-006: MappingsSpecpublic2024-05-21 15:19
ReporterSrinivasu Jitta Assigned ToRandy Armstrong  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.05.02 
Fixed in Version1.05.04 RC1 
Summary0009295: Update required for Dimensions of Matrix Structure Field value in Opc.Ua.Types.xsd
Description

For the normal matrix values, the dimensions are ListOfInt32
https://reference.opcfoundation.org/Core/Part6/v105/docs/5.3.1.17

<tns:Dimensions>
<tns:Int32>2</tns:Int32>
<tns:Int32>2</tns:Int32>
</tns:Dimensions>

For the matrix structure field values, the dimensions are ListOfUInt32
https://github.com/OPCFoundation/UA-Nodeset/blame/594bc14627980bf1cab4b5c4890a930d3a548536/Schema/Opc.Ua.Types.xsd#L366

    &lt;xs:element name=&quot;Dimensions&quot; type=&quot;tns:ListOfUInt32&quot; minOccurs=&quot;0&quot; nillable=&quot;true&quot; />

I think the Dimensions of Matrix Structure Field should be updated with ListOfInt32 in Opc.Ua.Types.xsd

Additional Information

Confirmed by Randy

TagsNo tags attached.
Commit Version1.05.04 RC
Fix Due Date2024-01-15

Activities

Jim Luth

2023-12-06 20:34

administrator   ~0020499

Schema is right, only text in example needs to be fixed.

Randy Armstrong

2024-02-03 23:27

administrator   ~0020762

Changed XSD to ListOfInt32

Jim Luth

2024-05-21 15:19

administrator   ~0021209

Agreed to changes in Web Meeting.

Issue History

Date Modified Username Field Change
2023-11-29 16:34 Srinivasu Jitta New Issue
2023-12-06 20:33 Jim Luth Assigned To => Randy Armstrong
2023-12-06 20:33 Jim Luth Status new => assigned
2023-12-06 20:34 Jim Luth Note Added: 0020499
2023-12-06 20:34 Jim Luth Commit Version => 1.05.04 RC
2023-12-06 20:34 Jim Luth Fix Due Date => 2024-01-15
2024-02-03 23:27 Randy Armstrong Status assigned => resolved
2024-02-03 23:27 Randy Armstrong Resolution open => fixed
2024-02-03 23:27 Randy Armstrong Note Added: 0020762
2024-05-21 15:19 Jim Luth Status resolved => closed
2024-05-21 15:19 Jim Luth Fixed in Version => 1.05.04 RC1
2024-05-21 15:19 Jim Luth Note Added: 0021209