summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-07-13 23:48:59 +0200
committerJon Bratseth <bratseth@gmail.com>2022-07-13 23:48:59 +0200
commit82723401f55b6a1a0c6297f58361e283b89a79d0 (patch)
tree00d01c51d4c1a021f09a1f7608ed6249c3015d98 /config-model
parent3d66b6d3ad3ac437528672ba1c8c982e312c5934 (diff)
Element not attribute
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index ea468438483..006db8fe510 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -203,7 +203,7 @@ ProcessingInContainer = element processing {
DocumentApi = element document-api {
ServerBindings &
GenericConfig* &
- attribute ignore-undefined-fields { xsd:boolean }? &
+ element ignore-undefined-fields { xsd:boolean }? &
element abortondocumenterror { xsd:boolean }? &
element retryenabled { xsd:boolean }? &
element route { text }? &