View Issue Details

IDProjectCategoryView StatusLast Update
000623710000-006: MappingsApi Changepublic2020-12-01 16:55
ReporterJim Luth Assigned ToRandy Armstrong  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0006237: OPC UA UANodeset has invalid <Locale> in XML encoded EnumValues
Description

The <Locale> in XML encoded EnumValues OPC UA UANodeset has invalid whitespaces in the way they are encoded.

Wrong
<Locale>
</Locale>

Right would be
<Locale />
or
<Locale></Locale>

Additional Information

<UAVariable NodeId="i=12169" BrowseName="EnumValues" ParentNodeId="i=120" DataType="i=7594" ValueRank="1" ArrayDimensions="0">
<DisplayName>EnumValues</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=120</Reference>
</References>
<Value>
<ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd&quot;>
<ExtensionObject>
<TypeId>
<Identifier>i=7616</Identifier>
</TypeId>
<Body>
<EnumValueType>
<Value>1</Value>
<DisplayName>
<Locale>
</Locale>
<Text>Mandatory</Text>
</DisplayName>
<Description>
<Locale>
</Locale>
<Text>The BrowseName must appear in all instances of the type.</Text>
</Description>
</EnumValueType>
</Body>

TagsNo tags attached.
Commit Version
Fix Due Date

Relationships

related to 0006106 closedRandy Armstrong NodeSets, XSDs and Generated Code OPC UA UANodeset has invalid <Locale> in XML encoded EnumValues 

Activities

Randy Armstrong

2020-11-27 09:06

administrator   ~0013305

Agreed no errata required when 1.04.8 was reviewed.

Jim Luth

2020-12-01 16:55

administrator   ~0013336

Agreed no change required.

Issue History

Date Modified Username Field Change
2020-11-10 16:58 Jim Luth New Issue
2020-11-10 16:58 Jim Luth Status new => assigned
2020-11-10 16:58 Jim Luth Assigned To => Randy Armstrong
2020-11-10 16:58 Jim Luth Issue generated from: 0006106
2020-11-10 16:58 Jim Luth Relationship added related to 0006106
2020-11-10 17:02 Jim Luth Project NodeSets, XSDs and Generated Code => 10000-006: Mappings
2020-11-10 17:02 Jim Luth Category Implementation Bug => Api Change
2020-11-27 09:06 Randy Armstrong Status assigned => resolved
2020-11-27 09:06 Randy Armstrong Resolution open => no change required
2020-11-27 09:06 Randy Armstrong Note Added: 0013305
2020-12-01 16:55 Jim Luth Status resolved => closed
2020-12-01 16:55 Jim Luth Note Added: 0013336