summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/info.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 347a29efa..972b55c8d 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -19,6 +19,7 @@
<xsd:complexType name='GroupType'>
<xsd:choice minOccurs='1' maxOccurs='1'>
<xsd:element name='Info' type='InfoType'/>
+ <xsd:element name='Group' type='GroupType' minOccurs='0' maxOccurs='unbounded'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:string' name='negate' />