summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r--schemas/metadata.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 281bf72fd..b58a8f40c 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -40,12 +40,18 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='toolsetType' name='toolset' use='optional'/>
<xsd:attribute type='xsd:string' name='category' use='optional'/>
+ <xsd:attribute type='xsd:string' name='comment' use='optional'/>
</xsd:complexType>
<xsd:element name='Groups'>
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Group' type='groupType'/>
+ <xsd:element name='Groups'>
+ <xsd:choice>
+ <xsd:element name='Group' type='groupType'/>
+ </xsd:choice>
+ </xsd:element>
</xsd:choice>
<xsd:attribute name='version' type='xsd:string'/>
</xsd:complexType>