summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
commitb97e6cbbfac61678d52486d52708c605412e7dd7 (patch)
tree8feb2a74e9c67c6a855583076e6f7e85b8642cb4 /config-model/src/main/resources
parent74b250fbc3966321b5603b79c9fbf66235139fa5 (diff)
GC long gone config
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/docproc.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/docproc.rnc b/config-model/src/main/resources/schema/docproc.rnc
index 1e7e28b2002..42902f7180f 100644
--- a/config-model/src/main/resources/schema/docproc.rnc
+++ b/config-model/src/main/resources/schema/docproc.rnc
@@ -22,6 +22,7 @@ DocProcV3 = attribute version { "3.0" },
GenericConfig*
)
+# TODO Here we need a thorough cleaning
DocprocClusterAttributes = attribute compressdocuments { xsd:boolean }? &
attribute numnodesperclient { xsd:positiveInteger }? &
attribute preferlocalnode { xsd:boolean }? &
@@ -32,6 +33,7 @@ DocprocClusterAttributes = attribute compressdocuments { xsd:boolean }? &
attribute documentexpansionfactor { xsd:double { minExclusive = "0.0" } }? &
attribute containercorememory { xsd:nonNegativeInteger }?
+# TODO Here we need a thorough cleaning
ClusterV3 = element cluster {
attribute name { xsd:NCName } &
DocprocClusterAttributes? &