Skip to content

Commit c2d76bb

Browse files
committed
Add clarification of attribute path.
1 parent eb7f1d9 commit c2d76bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-constraint-functions

content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-constraint-functions/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ The following pages describe the functions that can be executed within constrain
2323
* [contains](/refguide/xpath-contains/)
2424
* [starts-with](/refguide/xpath-starts-with/)
2525
* [ends-with](/refguide/xpath-ends-with/)
26+
27+
{{% alert color="info" %}}
28+
In all these functions, the attribute in the example is just the name of the attribute, for example `Name`. This is for clarity. However, the attribute can also contain the path to the attribute, for example `Sales.Order_Customer/Name`.
29+
{{% /alert %}}

0 commit comments

Comments
 (0)