aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-10-16 07:33:04 +0200
committerHarald Musum <musum@verizonmedia.com>2020-10-16 07:33:04 +0200
commitf1da5a48e0052671b100321c2ffad63b2f10cb13 (patch)
tree9201a776c13c5f270554a80440075c15acb2dffe /config-model/src/main/resources
parent56f9d32c4d5ef275a128d8f5cb1025f7834ddd58 (diff)
Support 'exclusive' node attribute for content clusters
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/content.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 481d82ebb4b..5646bc72056 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -225,6 +225,7 @@ ContentNodes = element nodes {
attribute count { xsd:positiveInteger | xsd:string } &
attribute flavor { xsd:string }? &
attribute required { xsd:boolean }? &
+ attribute exclusive { xsd:boolean }? &
attribute docker-image { xsd:string }? &
attribute groups { xsd:positiveInteger | xsd:string }?
)