From 0cca4f63638f36b7590845ae57e49c3b79b79870 Mon Sep 17 00:00:00 2001 From: Mats Rydberg Date: Fri, 16 Aug 2019 14:09:14 +0200 Subject: [PATCH] Explain usage of term 'constraint expression' --- cip/1.accepted/CIP2016-12-14-Constraint-syntax.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cip/1.accepted/CIP2016-12-14-Constraint-syntax.adoc b/cip/1.accepted/CIP2016-12-14-Constraint-syntax.adoc index 20daf362ec..4c6660ebdc 100644 --- a/cip/1.accepted/CIP2016-12-14-Constraint-syntax.adoc +++ b/cip/1.accepted/CIP2016-12-14-Constraint-syntax.adoc @@ -50,6 +50,9 @@ This allows for very complex concrete constraint definitions (using custom predi For details on `UNIQUE` and `NODE KEY`, see the dedicated sections below: <>, <>. +The term 'constraint expression' is used in the following to describe the expressions that constitute the body of the constraint predicate. +In other words, the `expression` or `property-expression` grammar references in the above syntax. + ==== Constraint names All constraints provide the user the option to specify a nonempty _name_ at constraint creation time.