aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 15:18:12 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 15:24:08 +0000
commit2d80f10452966e85dafa3480a4b1c7c4e97ca55d (patch)
treebe11d99331a38396417b400d989725ae2af65482 /config-model/src/main/resources
parent8d48491c1a7e690a5e070d5b996aeacd713ea1c6 (diff)
allow one specific legacy flag only
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/services.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/services.rnc b/config-model/src/main/resources/schema/services.rnc
index 758fa107ee8..c8467898639 100644
--- a/config-model/src/main/resources/schema/services.rnc
+++ b/config-model/src/main/resources/schema/services.rnc
@@ -12,6 +12,7 @@ include "legacygenericcluster.rnc"
start = element services {
attribute version { "1.0" }? &
attribute application-type { "hosted-infrastructure" }? &
+ element legacy { element v7-geo-positions { xsd:boolean } }? &
LegacyGenericCluster* &
GenericCluster* &
GenericConfig* &