summaryrefslogtreecommitdiffstats
path: root/schemas/servicetype.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-11 19:51:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-11 19:51:53 +0000
commit543de42b882a69bba3b01377535f3871deb13108 (patch)
tree2596015c82fb4f37289ea88d2f7fed34ebf81837 /schemas/servicetype.xsd
parentd63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (diff)
downloadbcfg2-543de42b882a69bba3b01377535f3871deb13108.tar.gz
bcfg2-543de42b882a69bba3b01377535f3871deb13108.tar.bz2
bcfg2-543de42b882a69bba3b01377535f3871deb13108.zip
Schema: Add missing element/attributes [bugfix]
* Add missing 'prune' attribute for Path entries * Allow for Path entries to be grouped in Rules (Reported by Thorsten Lockert) * Add 'target' attribute for new service mode Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5570 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/servicetype.xsd')
-rw-r--r--schemas/servicetype.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd
index 99baf5963..56e15b060 100644
--- a/schemas/servicetype.xsd
+++ b/schemas/servicetype.xsd
@@ -28,6 +28,7 @@
<xsd:attribute name='restart' type='xsd:string'/>
<xsd:attribute name='supervised' type='xsd:string'/>
<xsd:attribute name='sequence' type='xsd:string'/>
+ <xsd:attribute name='target' type='xsd:string'/>
</xsd:complexType>
</xsd:schema>