summaryrefslogtreecommitdiffstats
path: root/schemas/defaults.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/defaults.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/defaults.xsd')
-rw-r--r--schemas/defaults.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/defaults.xsd b/schemas/defaults.xsd
index d19c8a564..27e749470 100644
--- a/schemas/defaults.xsd
+++ b/schemas/defaults.xsd
@@ -16,6 +16,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" use="required"/>
<xsd:attribute type="xsd:string" name="command"/>
</xsd:complexType>