summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 22ceab4efa5..c8bd11d7184 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -3,11 +3,16 @@
start = element deployment {
attribute version { "1.0" } &
+ Upgrade? &
Test? &
Staging? &
Prod*
}
+Upgrade = element upgrade {
+ attribute policy { xsd:string }
+}
+
Test = element test {
text
}