summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-11-07 18:49:16 -0600
committerSol Jerome <sol.jerome@gmail.com>2013-11-07 18:49:16 -0600
commit4ec5374f85c3870af06b38761f52bd08ef62d756 (patch)
treece9f19cce9653b2d01ac132b86def842d93a6419 /schemas
parent7838d063e33246ec21cf58060ced35e3771b5e82 (diff)
downloadbcfg2-4ec5374f85c3870af06b38761f52bd08ef62d756.tar.gz
bcfg2-4ec5374f85c3870af06b38761f52bd08ef62d756.tar.bz2
bcfg2-4ec5374f85c3870af06b38761f52bd08ef62d756.zip
schemas: Add important attribute for BoundPath
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 17b7f05f0..03d2e9ddc 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -336,6 +336,13 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:boolean" name="important">
+ <xsd:annotation>
+ <xsd:documentation>
+ Important entries are installed first during client execution.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attribute type="xsd:boolean" name="recursive">
<xsd:annotation>
<xsd:documentation>