aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/common.rnc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-03-21 11:28:07 +0100
committerJon Bratseth <bratseth@oath.com>2018-03-21 11:28:07 +0100
commit733b5f634188bead363acdf1fdea47613ad3b84c (patch)
tree90c661481da6a48157c1a98a822123e37065ed1b /config-model/src/main/resources/schema/common.rnc
parent6c6b48539d34b4e6189d6f6e7468ee782d823386 (diff)
Add 'exclusive' attribute to nodes
Diffstat (limited to 'config-model/src/main/resources/schema/common.rnc')
-rw-r--r--config-model/src/main/resources/schema/common.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index d6bf5148753..85963764139 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -25,7 +25,8 @@ OptionalDedicatedNodes = element nodes {
attribute flavor { xsd:string }? &
attribute required { xsd:boolean }? &
attribute docker-image { xsd:string }? &
- attribute dedicated { xsd:boolean }?
+ attribute dedicated { xsd:boolean }? &
+ attribute exclusive { xsd:boolean }?
}
GenericConfig = element config {