aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-09 15:19:17 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-09 15:19:17 +0200
commite9f9e0697b8bc4789058171b3f642ea9fd18b97a (patch)
treecea2d6c0e3def9c9ae037435a89e36e83c876ae9 /config-model/src/main/resources/schema/deployment.rnc
parenta9516bbd206d26180d9bc6f0ab080588b4ca52a0 (diff)
Support blocking application changes
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 16cc3acfafa..03331807d15 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -17,8 +17,8 @@ Upgrade = element upgrade {
}
BlockChange = element block-change {
- attribute revisions { xsd:boolean }? &
- attribute versions { xsd:boolean }? &
+ attribute revision { xsd:boolean }? &
+ attribute version { xsd:boolean }? &
attribute days { xsd:string } &
attribute hours { xsd:string } &
attribute time-zone { xsd:string }?