summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-06-03 09:18:28 +0200
committerGitHub <noreply@github.com>2017-06-03 09:18:28 +0200
commitd318df440206ec1599b479e9cc731ab422969d19 (patch)
tree10861c6944879a3a660d7009ff01f6a2c01a1096 /config-model/src/main/resources/schema/deployment.rnc
parent4f84857bdf3ed681c383311ebd5890b3c20eb311 (diff)
Revert "Revert "Revert "Bratseth/deployment delay"""
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc24
1 files changed, 8 insertions, 16 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index d34255c7127..c8bd11d7184 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -21,19 +21,11 @@ Staging = element staging {
text
}
-Prod = element prod {
- attribute global-service-id { text }? &
- Region* &
- Delay*
-}
-
-Region = element region {
- attribute active { xsd:boolean },
- text
-}
-
-Delay = element delay {
- attribute hours { xsd:long }? &
- attribute minutes { xsd:long }? &
- attribute seconds { xsd:long }?
-}
+Prod =
+ element prod {
+ attribute global-service-id { text }?,
+ element region {
+ attribute active { xsd:boolean },
+ text
+ }*
+ }