summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-01-23 22:35:40 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-01-23 22:35:40 +0000
commitedca0b698637c3fd0a70af7e4752a46afca938d3 (patch)
tree658fad717833200ccb4e3725c811ccce7c10fc8d /schemas/bundle.xsd
parent8ca8a153dfc6bd81ede9f5cff1ee3f111ae053ee (diff)
downloadbcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.tar.gz
bcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.tar.bz2
bcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.zip
last step of repo switches
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 22e8336ba..391a5a27e 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -25,8 +25,7 @@
<xsd:element name='Bundle'>
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
- <xsd:element type='GroupType' name='System'/>
- <xsd:element type='GroupType' name='Attribute'/>
+ <xsd:element type='GroupType' name='Group'/>
<xsd:element name='Package' type='PackageType'/>
<xsd:element name='Service' type='ServiceType'/>
<xsd:element name='ConfigFile' type='ConfigFileType'/>
@@ -34,6 +33,7 @@
<xsd:element name='SymLink' type='SymLinkType'/>
<xsd:element name='Permission' type='PermissionType'/>
<xsd:element name='PostInstall' type='PostInstallType'/>
+ <xsd:element name='Group' type='GroupType'/>
</xsd:choice>
<xsd:attribute type='xsd:string' name='name'/>
<xsd:attribute type='xsd:string' name='version'/>