aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-08-23 23:33:26 +0200
committerJon Bratseth <bratseth@gmail.com>2022-08-23 23:33:26 +0200
commit55b90a92586aa39ca944e58738dee4afdcb0c4ca (patch)
treed7bb700fe63f228d7951dfc958498db939a7f603 /config-model
parent4ea1e9e228f2cce531d67cb0b21bbd4fd303f43b (diff)
Allow skipping 'bundle' and 'def'
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index b3b021260e4..b7d7e28f326 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -100,8 +100,8 @@ ZooKeeper = element zookeeper {
Embedder = element embedder {
attribute id { string } &
attribute class { xsd:Name | JavaId }? &
- attribute bundle { xsd:Name } &
- attribute def { xsd:Name } &
+ attribute bundle { xsd:Name }? &
+ attribute def { xsd:Name }? &
anyElement*
}