summaryrefslogtreecommitdiffstats
path: root/schemas/services.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r--schemas/services.xsd7
1 files changed, 3 insertions, 4 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index 012bb2876..286c925aa 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -4,7 +4,7 @@
<xsd:documentation>
services schema for bcfg2
Narayan Desai, Argonne National Laboratory
- $Id: $
+ $Id$
</xsd:documentation>
</xsd:annotation>
@@ -35,11 +35,10 @@
<xsd:complexType>
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Service' type='ServiceType'/>
- <xsd:element name='Class' type='ContainerType'/>
- <xsd:element name='Image' type='ContainerType'/>
+ <xsd:element name='Group' type='ContainerType'/>
<xsd:element name='Host' type='ContainerType'/>
- <xsd:element name='Global' type='ContainerType'/>
</xsd:choice>
+ <xsd:attribute name='priority' type='xsd:integer'/>
</xsd:complexType>
</xsd:element>