summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r--schemas/metadata.xsd7
1 files changed, 6 insertions, 1 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 05f76d71a..30e280dee 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -20,6 +20,7 @@
</xsd:restriction>
</xsd:simpleType>
+
<xsd:complexType name='groupType'>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Bundle'>
@@ -27,7 +28,11 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
</xsd:complexType>
</xsd:element>
- <xsd:element name='Group' type='groupType'/>
+ <xsd:element name='Group' >
+ <xsd:complexType>
+ <xsd:attribute name='name' use='required'/>
+ </xsd:complexType>
+ </xsd:element>
</xsd:choice>
<xsd:attribute type='booleanType' name='profile' use='optional'/>
<xsd:attribute type='booleanType' name='public' use='optional'/>