File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 241
241
<zeroOrMore >
242
242
<ref name =" element-clone" />
243
243
</zeroOrMore >
244
+ <zeroOrMore >
245
+ <ref name =" element-bundle" />
246
+ </zeroOrMore >
244
247
</interleave >
245
248
</define >
246
249
298
301
</element >
299
302
</define >
300
303
304
+ <define name =" element-bundle" >
305
+ <element name =" bundle" >
306
+ <attribute name =" id" > <text /> </attribute >
307
+ <attribute name =" type" >
308
+ <choice >
309
+ <value >docker</value >
310
+ </choice >
311
+ </attribute >
312
+ <attribute name =" image" > <text /> </attribute >
313
+ <attribute name =" unique" > <data type =" boolean" /> </attribute >
314
+ <attribute name =" managed" > <data type =" boolean" /> </attribute >
315
+ <attribute name =" failed" > <data type =" boolean" /> </attribute >
316
+ <zeroOrMore >
317
+ <element name =" replica" >
318
+ <attribute name =" id" > <data type =" int" /> </attribute >
319
+ <zeroOrMore >
320
+ <ref name =" element-resource" />
321
+ </zeroOrMore >
322
+ </element >
323
+ </zeroOrMore >
324
+ </element >
325
+ </define >
326
+
301
327
</grammar >
You can’t perform that action at this time.
0 commit comments