From 3a688fd533bfe96322a61056bba1969a43f0f6a3 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Sat, 4 Jun 2022 10:57:07 +0200 Subject: Remove 'namespace' in schema for config overrides in services.xml --- config-model/src/main/resources/schema/common.rnc | 1 - 1 file changed, 1 deletion(-) (limited to 'config-model') 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* } -- cgit v1.2.3