===== The Element ===== ==== Definition and Usage ==== The [[linkparam|]] element is used to attribute a value to a parameter defined by the [[connectorparam|]] element of the [[causalconnector|]] element referred by the parent [[link|]] element. The scope of the attributed value is the whole parent [[link|]] element. In a [[linkparam|]] element, the //name// attribute refers to the name of a connector parameter while the //value// attribute defines a value to assigned to this parameter. ==== Syntax ==== ^ Element ^ Attributes ^ Content ^ Parent ^ | [[linkparam|]] | __//name//__, __//value//__ | -- | [[link|]] | ==== Attributes ==== ^ Name ^ Value ^ Description ^ | //name// | It may receive any string value that begins with a letter or an underscore and that only contains letters, digit, <".">, and <"_">. | The //name// attribute uniquely identifies the parameter within the referred [[causalconnector|]] element. | | //value// | Depends on the parameter defined by the [[connectorparam|]] element. | The //value// attribute defines a value for the parameter. The value is thus valid for the whole [[link|]] definition. |