summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-09 18:50:41 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-09 18:50:41 +0000
commitbc4a0b7655b17d3183c5436c9f7329772c946751 (patch)
tree63f80ac9d5f0ffb17c8c9fd1de47a5e207ab55e4 /schemas
parent16df5512a8ee77d1cd4618bed3b0f09b1867c38e (diff)
downloadbcfg2-bc4a0b7655b17d3183c5436c9f7329772c946751.tar.gz
bcfg2-bc4a0b7655b17d3183c5436c9f7329772c946751.tar.bz2
bcfg2-bc4a0b7655b17d3183c5436c9f7329772c946751.zip
Fix service validation
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2477 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/services.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index 74c9e377d..bdc2b8d41 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -23,6 +23,7 @@
<xsd:attribute name='protocol' type='xsd:string'/>
<xsd:attribute name='reload' type='xsd:string'/>
<xsd:attribute name='FMRI' type='xsd:string'/>
+ <xsd:attribute name='type' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>