summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-01 15:07:11 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:24 +0200
commitde94e90ad818430310482bf02024e7b54e7e4e8a (patch)
tree447da11ddad5189294a368373e62de991ed770a3 /config-model/src/main/resources/schema
parentc97296b26e9373cd9771b653e186545bc160aaa0 (diff)
Remove on Vespa 8
Diffstat (limited to 'config-model/src/main/resources/schema')
-rw-r--r--config-model/src/main/resources/schema/federation.rnc15
1 files changed, 0 insertions, 15 deletions
diff --git a/config-model/src/main/resources/schema/federation.rnc b/config-model/src/main/resources/schema/federation.rnc
index 15b57b9dd7b..40ab24bde48 100644
--- a/config-model/src/main/resources/schema/federation.rnc
+++ b/config-model/src/main/resources/schema/federation.rnc
@@ -17,26 +17,11 @@ Provider =
attribute type { xsd:string }? &
attribute cluster { xsd:string }? &
- # TODO Vespa 8 Remove yca concepts from services.xml syntax
- attribute yca-application-id { xsd:string }? &
- attribute yca-cache-ttl { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &
- attribute yca-cache-retry-wait { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &
- YcaProxy? &
HttpProviderSearcherOptions &
Source*
}
-YcaProxy =
- element yca-proxy {
- GenericNode?
- }
-
-GenericNode =
- attribute host { xsd:string } &
- attribute port { xsd:int }
-
-
HttpProviderSearcherOptions =
attribute cacheweight { xsd:float { minInclusive = "0" } }? &
attribute path { xsd:string }? &