aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/common.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-07-25 20:12:58 +0200
committerHarald Musum <musum@verizonmedia.com>2019-07-25 20:12:58 +0200
commit295faff3f25d7dda4b560e5b2e961b081220b88a (patch)
tree8de9aab3ad6b34c4e1c3ad79bc00996bfd144717 /config-model/src/main/resources/schema/common.rnc
parent5251972c2021d7a3915418b9be63fdac31069552 (diff)
Remove support for namespace as attribute for config in services.xml
Customers use 'name' attribute in config element with both namespace and name, 'namespace' is not documented and 'name' started requiring namespace in Vespa 6
Diffstat (limited to 'config-model/src/main/resources/schema/common.rnc')
-rw-r--r--config-model/src/main/resources/schema/common.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index 3e33227b064..c5690f9c915 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -41,7 +41,7 @@ OptionalDedicatedNodes = element nodes {
GenericConfig = element config {
attribute name { text },
- attribute namespace { text }?,
+ attribute namespace { text }?, # TODO: Remove in Vespa 8
attribute version { text }?,
anyElement +
}