Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bindparam [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <bindParam> Element =====
 +==== Definition and Usage ====
 +
 +The [[bindparam|<bindParam>]] element is used to attribute a value to a parameter
 +defined by the [[connectorparam|<connectorParam>]] element of the [[causalconnector|<causalConnector>]]
 +element referred by the parent [[link|<link>]] element.  The scope of the
 +attributed value is limited to the parent [[bind|<bind>]] element.
 +
 +In a [[bindparam|<bindParam>]] element the //name// attribute refers to the name
 +of a connector parameter, while the //value// attribute defines a value
 +to be assigned to the respective parameter.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[bindparam|<bindParam>]] | __//name//__, __//value//__ | -- | [[bind|<bind>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //name// | It may receive any string value that begins with a letter or an underscore and that only contains letters, digits, <".">, and <"_">. | The //name// attribute uniquely identifies the parameter within the referred [[causalconnector|<causalConnector>]] element. |
 +| //value// | Depends on the parameter defined by the [[connectorparam|<connectorParam>]] element. | The //value// attribute uniquely identifies the parameter within the referred [[causalconnector|<causalConnector>]] element. |
 +
 +
 +
  
Back to top