From 65991900be98bfc929c75b196cc59b7e6675fb48 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Fri, 10 Nov 2023 11:41:59 +0100 Subject: [PATCH] Added support for declaration of let expressions in constraints. --- schema/xml/metaschema.xsd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/schema/xml/metaschema.xsd b/schema/xml/metaschema.xsd index 7ccaecdd..83f09f3a 100644 --- a/schema/xml/metaschema.xsd +++ b/schema/xml/metaschema.xsd @@ -1044,8 +1044,27 @@ + + + + + + + + + + + + + Declares a variable whose name is bound to the result of the Metapath expression. These variables can be used in target and other Metapath expressions used in constrains that are declared in the same context or in constraints declared in a child assembly, field, or flag. + + + + + + @@ -1119,6 +1138,7 @@ + @@ -1128,6 +1148,7 @@ +