summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-10-04 11:47:44 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-10-04 11:48:17 +0200
commit8c1b905743d673f614297c8e5260628f76df6937 (patch)
treec81602636225ac4a9f7bd532e083681fc92b47ad /config-model/src/main/resources/schema/deployment.rnc
parent22c88e966a67fb8b991b545ddbdce4de8ef34709 (diff)
Allow empty prod element in deployment.xml
* Note: Validation is still turned off VESPA-4875
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index b39b574e236..22ceab4efa5 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -22,5 +22,5 @@ Prod =
element region {
attribute active { xsd:boolean },
text
- }+
+ }*
}