summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-05-03 17:32:20 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-05-03 17:32:20 +0000
commit864d5b69d4ca864c23279cac9ecca1739b69fc20 (patch)
treefb13e74ef6dc388b3457e5ef01a7cdd2c17d2e54 /schemas/rules.xsd
parent0e774ad3126fdbd45e54d482e8b44f7c8ecfe208 (diff)
downloadbcfg2-864d5b69d4ca864c23279cac9ecca1739b69fc20.tar.gz
bcfg2-864d5b69d4ca864c23279cac9ecca1739b69fc20.tar.bz2
bcfg2-864d5b69d4ca864c23279cac9ecca1739b69fc20.zip
Add supervision support to schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3089 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 5c0bca4b0..0cf975ee6 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -38,6 +38,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='supervised' type='xsd:string'/>
<xsd:attribute name='type' type='xsd:string'/>
</xsd:complexType>