You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to import a Cim file that has cim:IdentifiedObject inlcuding an aliasName. According to the entsoe CGMES description this should be valid.
Pintura however throws an error:
Unexpected attribute for class TopologicalNode: cim:IdentifiedObject.aliasName with value: XXXXXX
Same with Unexpected attribute for class Terminal: cim:Terminal.connected with value: true Unexpected attribute for class Terminal: cim:Terminal.sequenceNumber with value: Object { "rdf:resource": null }
I seems that these attributes are not included in the corresponding classes in pintura.
Describe the bug
I tried to import a Cim file that has cim:IdentifiedObject inlcuding an aliasName. According to the entsoe CGMES description this should be valid.
Pintura however throws an error:
Unexpected attribute for class TopologicalNode: cim:IdentifiedObject.aliasName with value: XXXXXX
Same with
Unexpected attribute for class Terminal: cim:Terminal.connected with value: true
Unexpected attribute for class Terminal: cim:Terminal.sequenceNumber with value: Object { "rdf:resource": null }
I seems that these attributes are not included in the corresponding classes in pintura.
I am using the demo version of pintura available here https://sogno.energy/pintura/
The text was updated successfully, but these errors were encountered: