I have a set of general requirements, like: "The reach of the antenna shal be <> km".
For a particular radio that I specify, I want to reuse that requirement, by addind a sort of pointer requirement which:
1) points to the general requirement;
2) specifies the <>value, like: '22'.
What is the most elegant way to do this?