summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-02-16 16:20:48 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-02-16 16:20:48 +0000
commit2dc979ff1d27862ce02ecfe9e5b9da09b955c9a6 (patch)
treeca7150e5978685f7a3d15d0f2163584fa06da8b0 /schemas/rules.xsd
parent8d6a0992e0c0d6c2ba35bcc45a003a574a9e77ea (diff)
downloadbcfg2-2dc979ff1d27862ce02ecfe9e5b9da09b955c9a6.tar.gz
bcfg2-2dc979ff1d27862ce02ecfe9e5b9da09b955c9a6.tar.bz2
bcfg2-2dc979ff1d27862ce02ecfe9e5b9da09b955c9a6.zip
Add extra service fields to the rules schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2827 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 82ed4aaa0..81859613b 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -15,6 +15,8 @@
<xsd:attribute type='StatusEnum' name='status'/>
<xsd:attribute type='xsd:string' name='reload'/>
<xsd:attribute type='xsd:string' name='type'/>
+ <xsd:attribute type='xsd:string' name='protocol'/>
+ <xsd:attribute type='xsd:string' name='port'/>
</xsd:complexType>
<xsd:complexType name='PackageType'>