From 7a6af9caa065b3ab63b094d78b7347d7df6bea0f Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Sat, 21 Jan 2023 17:50:10 +0100 Subject: Support a group size constraint in content clusters --- config-model/src/main/resources/schema/content.rnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-model/src/main/resources/schema') diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc index 3d1873507ce..703001f0107 100644 --- a/config-model/src/main/resources/schema/content.rnc +++ b/config-model/src/main/resources/schema/content.rnc @@ -226,7 +226,8 @@ ContentNodes = element nodes { attribute required { xsd:boolean }? & attribute exclusive { xsd:boolean }? & attribute docker-image { xsd:string }? & - attribute groups { xsd:positiveInteger | xsd:string }? + attribute groups { xsd:positiveInteger | xsd:string }? & + attribute group-size { xsd:positiveInteger | xsd:string }? ) | ContentNode + -- cgit v1.2.3