summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-22 22:30:18 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-22 22:30:18 +0200
commit2d725c3763fd938423018bb572386d2b96931861 (patch)
tree3f578c6f2c46af953e2126fb8b7a76bbbe99b9de /schemas/rules.xsd
parent8eef2c9e6ef9e7dd7be0e0d85b2c6616d0622e3c (diff)
downloadbcfg2-2d725c3763fd938423018bb572386d2b96931861.tar.gz
bcfg2-2d725c3763fd938423018bb572386d2b96931861.tar.bz2
bcfg2-2d725c3763fd938423018bb572386d2b96931861.zip
Action: Add "build" attribute to Schema and docs
Add the "build" attribute for <Action> entries to the XML Schema and to the documentation.
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 3d9870dfb..193d63c99 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -19,6 +19,7 @@
<xsd:attribute type='ActionTimingEnum' name='timing'/>
<xsd:attribute type='ActionWhenEnum' name='when'/>
<xsd:attribute type='ActionStatusEnum' name='status'/>
+ <xsd:attribute type="xsd:boolean" name="build"/>
<xsd:attribute type='xsd:string' name='name'/>
<xsd:attribute type='xsd:string' name='command'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>