summaryrefslogtreecommitdiffstats
path: root/schemas/base.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/base.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/base.xsd')
-rw-r--r--schemas/base.xsd8
1 files changed, 3 insertions, 5 deletions
diff --git a/schemas/base.xsd b/schemas/base.xsd
index 14009cf4e..61e065ecc 100644
--- a/schemas/base.xsd
+++ b/schemas/base.xsd
@@ -4,7 +4,7 @@
<xsd:documentation>
base schema for bcfg2
Narayan Desai, Argonne National Laboratory
- $Id: $
+ $Id$
</xsd:documentation>
</xsd:annotation>
@@ -18,8 +18,7 @@
<xsd:element name='SymLink' type='SymLinkType'/>
<xsd:element name='Directory' type='DirectoryType'/>
<xsd:element name='Permissions' type='PermissionType'/>
- <xsd:element name='Class' type='ContainerType'/>
- <xsd:element name='Image' type='ContainerType'/>
+ <xsd:element name='Group' type='ContainerType'/>
</xsd:choice>
<xsd:attribute name='name' type='xsd:string'/>
</xsd:complexType>
@@ -27,8 +26,7 @@
<xsd:element name='Base'>
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
- <xsd:element name='Image' type='ContainerType'/>
- <xsd:element name='Class' type='ContainerType'/>
+ <xsd:element name='Group' type='ContainerType'/>
</xsd:choice>
</xsd:complexType>
</xsd:element>