aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2017-06-02 13:25:22 +0200
committerGitHub <noreply@github.com>2017-06-02 13:25:22 +0200
commit13561abb96f65f3ee52fa89d9c16881c3f18dabd (patch)
tree696c7c781d6403b706bfc140a7784495b8e0fb32 /config-model/src/main/resources/schema/deployment.rnc
parent37d7f477095d59c3a4a7fb952ecc44c184663740 (diff)
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
+ }*
+ }