From 02ed81c669bcaf4cb99926e20605f0780d33996b Mon Sep 17 00:00:00 2001 From: Syd Bauman Date: Wed, 13 Oct 2021 12:21:45 -0400 Subject: [PATCH] #2179, item 2: Insist that `` of "add" or "replace" do have a child ``, and those of "delete" do not. --- P5/Source/Specs/constraintSpec.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/P5/Source/Specs/constraintSpec.xml b/P5/Source/Specs/constraintSpec.xml index e79b8468b7..1f0c9e0a25 100644 --- a/P5/Source/Specs/constraintSpec.xml +++ b/P5/Source/Specs/constraintSpec.xml @@ -23,9 +23,26 @@ $Id$ - + - + + + + + + This 'constraintSpec' element has a mode= of "delete" even though it has a child constraint. Change the mode= to "add", "change", or "replace", or remove the 'constraint' child. + + + This 'constraintSpec' element has a mode= of "", but does not a 'constraint' child element. Specify a constraint or change the mode= to "delete". + + + Relationship between scheme attribute and contents: Schematron 1.x