summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-12 13:02:44 -0700
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-06-12 13:02:44 -0700
commit0c239b82c210b41244b7e8decac96bb5e9c5f4a3 (patch)
tree494f13b4be8686446446d24d4183ba93737d3bd6
parent895ee050b26bef8c17b06679036f6a0e44096c71 (diff)
parent108b2e2d2004b85b51f5219664d030bc0046fa3f (diff)
downloadbcfg2-0c239b82c210b41244b7e8decac96bb5e9c5f4a3.tar.gz
bcfg2-0c239b82c210b41244b7e8decac96bb5e9c5f4a3.tar.bz2
bcfg2-0c239b82c210b41244b7e8decac96bb5e9c5f4a3.zip
Merge pull request #93 from kincl/jasons-hacking
Schema: Removing "required" from some Action attributes
-rw-r--r--schemas/types.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 5f6328a62..7bf46f4b7 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -119,14 +119,14 @@
</xsd:documentation>
</xsd:annotation>
- <xsd:attribute type='ActionTimingEnum' name='timing' use='required'>
+ <xsd:attribute type='ActionTimingEnum' name='timing'>
<xsd:annotation>
<xsd:documentation>
When the action is run.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute type='ActionWhenEnum' name='when' use='required'>
+ <xsd:attribute type='ActionWhenEnum' name='when'>
<xsd:annotation>
<xsd:documentation>
If the action is always run, or is only run when a bundle
@@ -136,7 +136,7 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute type='ActionStatusEnum' name='status' use='required'>
+ <xsd:attribute type='ActionStatusEnum' name='status'>
<xsd:annotation>
<xsd:documentation>
Whether or not to check the return code of the action. If