View Issue Details

IDProjectCategoryView StatusLast Update
000560430060: TMCDocumentation Erratapublic2022-04-12 12:03
ReporterKarl Deiretsbacher Assigned ToKarl Deiretsbacher  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0005604: Missing value for NamespaceMetaData.StaticNodeIdTypes
Description

The specification correctly specifies the value "Numeric" for the Property "NodeIdTypes".
However, the value missing in the NodeSet.

The property definition needs to look as follows:

<UAVariable DataType="IdType" ParentNodeId="ns=1;i=5006" ValueRank="1" NodeId="ns=1;i=6012" BrowseName="StaticNodeIdTypes">
    <DisplayName>StaticNodeIdTypes</DisplayName>
    <Description>A list of IdTypes for nodes which are the same in every server that exposes them.</Description>
    <References>
        <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
        <Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5006</Reference>
    </References>
    <Value>
        <uax:ListOfInt32>
            <uax:Int32>0</uax:Int32>
        </uax:ListOfInt32>
    </Value>
</UAVariable>
TagsNo tags attached.

Activities

Karl Deiretsbacher

2022-04-12 12:03

reporter   ~0016572

Solved in version 2.0

Issue History

Date Modified Username Field Change
2020-05-04 09:41 Karl Deiretsbacher New Issue
2022-04-12 12:03 Karl Deiretsbacher Assigned To => Karl Deiretsbacher
2022-04-12 12:03 Karl Deiretsbacher Status new => resolved
2022-04-12 12:03 Karl Deiretsbacher Resolution open => fixed
2022-04-12 12:03 Karl Deiretsbacher Note Added: 0016572