The DeriveRequirement is a relationship metaclass, which signifies a dependency relationship between two sets of Requirements, showing the relationship when a set of derived client Requirement (client requirement) is derived from a set of Requirements (supplier requirement).<br/><br/>Semantics:<br/>The DeriveRequirement metaclass signifies a derived/derived by relationship between Requirements, where the modification of the supplier Requirement may impact the derived client Requirement.<br/><br/>Notation: <br/>A DeriveRequirement relationship is shown as a dashed arrow between two Requirements. The Requirement at the tail of the arrow (the derived Requirement) depends on the Requirement at the arrowhead (the Requirement derived from).<br/><br/>Extension: <br/>To specialize SysML DeriveReqt, which specializes UML2 stereotype Trace, which extends Dependency.<br/><br/>Temporary change in the profile (to overcome bug in Eclipse/UML2 concerning standard stereotypes)<br/>- added extension towards Dependency<br/>- removed generalization link towards SysML::DeriveReqt<br/><br/>