Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT authored Jan 28, 2024
1 parent e9cf909 commit be5a6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/elements/model/bind/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `fx-bind` element attaches constraints and calculations to instance nodes.

By using XPath expressions for the attributes users can build complex calculation and validation rules (business logic) using a declarative syntax.

`fx-bind`elements can be nested thereby taking part in inscope resolution resolving their `ref` attributes relative to their parent element.
`fx-bind` elements can be nested thereby taking part in [scoped resolution](https://jinntec.github.io/fore-docs/glossary/#scoped-resolution) resolving their `ref` attributes relative to their parent element.

The bindings are used to build the MDG (Main Dependency Graph) which detects dependencies between nodes and builds a graph that connects the dependent nodes to the currently processed one. This directed graph will then be ordered for computation. Circular dependencies are not allowed.

Expand Down

0 comments on commit be5a6a1

Please sign in to comment.