summaryrefslogtreecommitdiffstats
path: root/schemas/metadata.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-08 20:47:21 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-08 20:47:21 +0000
commitc1aa7f13c53c6093c72dc968aa0818c8bba9265b (patch)
tree81377999fb37c6098b314e639154bc612a45158e /schemas/metadata.xsd
parent702bfa4d6840b36077ecef0253491a63b98869f4 (diff)
downloadbcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.tar.gz
bcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.tar.bz2
bcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.zip
Metadata improvements
* XInclude support -- now clients.xml and groups.xml can include secondary files * Schema updates for XInclude and group comments git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2631 ce84e21b-d406-0410-9b95-82705330c041
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>