diff options
Diffstat (limited to 'schemas/metadata.xsd')
-rw-r--r-- | schemas/metadata.xsd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd index b58a8f40c..7f0a5a7c4 100644 --- a/schemas/metadata.xsd +++ b/schemas/metadata.xsd @@ -48,9 +48,11 @@ <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:complexType> + <xsd:choice> + <xsd:element name='Group' type='groupType'/> + </xsd:choice> + </xsd:complexType> </xsd:element> </xsd:choice> <xsd:attribute name='version' type='xsd:string'/> |