summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 10:21:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-11-22 11:53:33 +0100
commit927550c45a21fbecffcb1cb950e0a000b17f1930 (patch)
treeb8695df94a107976f36ecd917c7599775c96b13f
parentf24d05cabe0eb2da2ccca54d945831e8fcbff3ba (diff)
downloadbcfg2-1.3.3-spline1.tar.gz
bcfg2-1.3.3-spline1.tar.bz2
bcfg2-1.3.3-spline1.zip
schemas/types: add important flag to PathType (for BoundPath)v1.3.3-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 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>