summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 10:21:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-07-18 19:21:35 +0200
commit9ee0ff40f32f59e2d5b4415d5e0d0dc69b202be1 (patch)
tree30079dc1c8283fa859bb9925fd63b5ff32b9c257
parent06991390d3b20c8fa0a877f95828729e0dab2ea7 (diff)
downloadbcfg2-1.3.3pre1-spline1.tar.gz
bcfg2-1.3.3pre1-spline1.tar.bz2
bcfg2-1.3.3pre1-spline1.zip
schemas/types: add important flag to PathType (for BoundPath)v1.3.3pre1-spline1
-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>