aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/docproc.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/docproc.rnc')
-rw-r--r--config-model/src/main/resources/schema/docproc.rnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/docproc.rnc b/config-model/src/main/resources/schema/docproc.rnc
index 42902f7180f..1e7e28b2002 100644
--- a/config-model/src/main/resources/schema/docproc.rnc
+++ b/config-model/src/main/resources/schema/docproc.rnc
@@ -22,7 +22,6 @@ 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 }? &
@@ -33,7 +32,6 @@ 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? &