summaryrefslogtreecommitdiffstats
path: root/schemas/services.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-03-09 21:15:22 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-03-09 21:15:22 +0000
commit7b5599254b37e2a01ce4273624972d6462464aab (patch)
tree1f1e51bc9b92a8f8db988ec7f3ed8883feddc251 /schemas/services.xsd
parent93f5bf84a1f6e0bc64cb272ff741b47aa14c7b27 (diff)
downloadbcfg2-7b5599254b37e2a01ce4273624972d6462464aab.tar.gz
bcfg2-7b5599254b37e2a01ce4273624972d6462464aab.tar.bz2
bcfg2-7b5599254b37e2a01ce4273624972d6462464aab.zip
add image clause
(Logical change 1.211) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@893 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r--schemas/services.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index 770d486f6..012bb2876 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -36,6 +36,7 @@
<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='Host' type='ContainerType'/>
<xsd:element name='Global' type='ContainerType'/>
</xsd:choice>