The ref is:
OMG Systems Modeling Language (OMG SysML™), V1.0
OMG Available Specification
OMG Document Number: formal/2007-09-01
Standard document URL:
http://www.omg.org/spec/SysML/1.0/PDFsee page: 44:
8.3.2.1 Binding Connector
Description
A Binding Connector is a connector which specifies that the properties at both ends of the connector have equal values.
If the properties at the ends of a binding connector are typed by a DataType or ValueType, the connector specifies that the
instances of the properties must hold equal values, recursively through any nested properties within the connected
properties. If the properties at the ends of a binding connector are typed by a Block, the connector specifies that the
instances of the properties must refer to the same block instance.
Constraints
[1]The two ends of a binding connector must have either the same type or types that are compatible so that equality of their values can be defined.
and page 79:
10.3.2.2 ConstraintProperty
Description
A constraint property is a property of any block that is typed by a constraint block. It holds a localized usage of the
constraint block. Binding connectors may be used to bind the parameters of this constraint block to other properties of the
block that contains the usage.
Constraints
[1]A property to which the ConstraintProperty stereotype is applied must be owned by a SysML Block.
[2]The ConstraintProperty stereotype must be applied to any property of a SysML Block that is typed by a ConstraintBlock
Thanks,