summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-06-04 10:57:07 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:29 +0200
commit3a688fd533bfe96322a61056bba1969a43f0f6a3 (patch)
tree5ebf3ff7f87ab26b8cdee797e85bff2a47f354f6 /config-model
parent9813a7ce23c250ec8eb2fc24d9b7e323116ce888 (diff)
Remove 'namespace' in schema for config overrides in services.xml
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/common.rnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index 10ba568ca30..7259a3159ff 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -43,7 +43,6 @@ OptionalDedicatedNodes = element nodes {
GenericConfig = element config {
attribute name { text },
- attribute namespace { text }?, # TODO: Remove in Vespa 8
attribute version { text }?,
anyElement*
}