We currently use a name path to the terminal (e.g. S1/V1/B1/CBR1/T1 for Terminal T1 in equipment CBR1 in bay B1 and so forth) to identify the terminal at which a terminal vertex is located.
If we want to stay compatible with the Substation editor and process level element wizards, the only way I see is to add a uuid attribute to the Terminal element and use that as the value of the Vertex.at attribute.
We currently use a
name
path to the terminal (e.g.S1/V1/B1/CBR1/T1
for TerminalT1
in equipmentCBR1
in bayB1
and so forth) to identify the terminal at which a terminal vertex is located.If we want to stay compatible with the Substation editor and process level element wizards, the only way I see is to add a
uuid
attribute to theTerminal
element and use that as the value of theVertex.at
attribute.