summaryrefslogtreecommitdiffstats
path: root/schemas/info.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-07 01:38:27 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-07 01:38:27 +0000
commitea4146d17f2dc36789cd48267f347a7876351892 (patch)
treeeba9d667c8d1e171d9b284fecc17f8b70a7a1373 /schemas/info.xsd
parentead841c2f28d17e7916fba601e50763c8b01c122 (diff)
downloadbcfg2-ea4146d17f2dc36789cd48267f347a7876351892.tar.gz
bcfg2-ea4146d17f2dc36789cd48267f347a7876351892.tar.bz2
bcfg2-ea4146d17f2dc36789cd48267f347a7876351892.zip
schemas: Validate nested Group tags in info.xml files
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5755 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/info.xsd')
-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' />