summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 10:21:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-06-29 16:28:47 +0200
commit0c4dd747bf7bf2e192811820c815286fb31d668f (patch)
tree98bf58a3408fa7884c539553e88499e410853fe7
parentcfc9637f08688665ccead09abedb02537ba99272 (diff)
downloadbcfg2-0c4dd747bf7bf2e192811820c815286fb31d668f.tar.gz
bcfg2-0c4dd747bf7bf2e192811820c815286fb31d668f.tar.bz2
bcfg2-0c4dd747bf7bf2e192811820c815286fb31d668f.zip
schemas/types: add important flag to PathType (for BoundPath)
-rw-r--r--schemas/types.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 4e3dfd70f..8fff4bdc1 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -386,6 +386,14 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute name='important' type='xsd:boolean' default="false">
+ <xsd:annotation>
+ <xsd:documentation>
+ Important entries are installed first during client
+ execution.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>