summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 10:21:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-01-21 02:33:57 +0100
commit12fbc9e1af94d4b2047d688614477016ec9c5da2 (patch)
tree1c6a7b7952f8b4c806d75ef6fce2703017dcb74e
parentbbefc538ca1c724ca197303cf143ded665c1a1f3 (diff)
downloadbcfg2-1.3.3-spline2.tar.gz
bcfg2-1.3.3-spline2.tar.bz2
bcfg2-1.3.3-spline2.zip
schemas/types: add important flag to PathType (for BoundPath)v1.3.3-spline2
-rw-r--r--schemas/types.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 17b7f05f0..1a3feb14b 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -387,6 +387,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>