summaryrefslogtreecommitdiffstats
path: root/schemas/servicetype.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-05-18 23:17:54 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-05-18 23:17:54 +0000
commit229c86e87a277fac5756dd9c33267b4780113198 (patch)
treef47f0338b02e0db3f69c763dbbe6b653bfbf3f3f /schemas/servicetype.xsd
parentfe540ca94fbc7c4b3171fa27cead193230e4a201 (diff)
downloadbcfg2-229c86e87a277fac5756dd9c33267b4780113198.tar.gz
bcfg2-229c86e87a277fac5756dd9c33267b4780113198.tar.bz2
bcfg2-229c86e87a277fac5756dd9c33267b4780113198.zip
Schema update from TimL (related to the service schema change)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5243 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/servicetype.xsd')
-rw-r--r--schemas/servicetype.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd
index 51a79e6dc..d27467335 100644
--- a/schemas/servicetype.xsd
+++ b/schemas/servicetype.xsd
@@ -22,7 +22,8 @@
<xsd:attribute name='type' type='xsd:string' use='required'/>
<xsd:attribute name='port' type='xsd:string'/>
<xsd:attribute name='protocol' type='xsd:string'/>
- <xsd:attribute name='reload' type='xsd:string'/>
+ <xsd:attribute name='mode' type='xsd:string'/>
+ <xsd:attribute name='custom' type='xsd:string'/>
<xsd:attribute name='FMRI' type='xsd:string'/>
<xsd:attribute name='supervised' type='xsd:string'/>
<xsd:attribute name='sequence' type='xsd:string'/>