I have a parent block (call it Block 1), which has an attribute. Lets call it VoltageIn. The attribute remains empty on this block. The second block is a child of Block 1 (call it Block 2) and inherits the attribute VoltageIn. Here I want to give a value ( VoltageIn = 230V). The third block (Block 3) is a child of Block 2 and therefore it inherits the attribute VoltageIn = 230V.
Now, my question is how to handle this with SysML?