summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 10:21:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-09-13 10:48:17 +0200
commit3e888f3ade93d38bd2afce7542ddd2308366f25a (patch)
treedb0a55acd261cc340e4ba199ecae6d3cfd418501
parentffd396fa6cd4f3f0f699c62e4e3490bbf4e812f0 (diff)
downloadbcfg2-1.3.3pre2-spline1.tar.gz
bcfg2-1.3.3pre2-spline1.tar.bz2
bcfg2-1.3.3pre2-spline1.zip
schemas/types: add important flag to PathType (for BoundPath)v1.3.3pre2-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>