diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
commit | e353f337bb0144b4980068ab21e3e13cf3e70bc0 (patch) | |
tree | 699d172860d6a9b691412eac3c9599563d25eb85 /schemas/metadata.xsd | |
parent | ca543cba335b161e50fceabc1c7af6bd89bede48 (diff) | |
download | bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.gz bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.bz2 bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.zip |
Fixes from Rick
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2649 ce84e21b-d406-0410-9b95-82705330c041
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'/> |