From 5c2e09dfe4fe6ada531c6454c2455ac00f4ccb5d Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Thu, 22 Feb 2024 08:39:06 -0500 Subject: [PATCH] Allow only let in constraint for XML schema for #548 --- schema/xml/metaschema.xsd | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/schema/xml/metaschema.xsd b/schema/xml/metaschema.xsd index ab56aec2..c469bfab 100644 --- a/schema/xml/metaschema.xsd +++ b/schema/xml/metaschema.xsd @@ -1175,20 +1175,14 @@ - - - - - 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. - - - - - - + + + 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. + + Constrains the allowed values for the flag. @@ -1216,6 +1210,11 @@ + + + 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. + + Constrains the allowed values for the flag or field referenced by the scope attribute. @@ -1261,7 +1260,6 @@ - @@ -1271,7 +1269,6 @@ -