summaryrefslogtreecommitdiffstats
path: root/schemas/info.xsd
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-05-21 23:13:45 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-05-21 23:13:45 -0500
commit1066322c1e15eb38933442c9c320cdb0cf483484 (patch)
treec2ffde0b924636db6f847a99b0ee81e3ff378e44 /schemas/info.xsd
parent05afbeaf3378d8af4c0342727e80ada9afe4f905 (diff)
downloadbcfg2-1066322c1e15eb38933442c9c320cdb0cf483484.tar.gz
bcfg2-1066322c1e15eb38933442c9c320cdb0cf483484.tar.bz2
bcfg2-1066322c1e15eb38933442c9c320cdb0cf483484.zip
schemas: Fix schema for important attribute
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas/info.xsd')
-rw-r--r--schemas/info.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 96ccbe56c..2ff1d937e 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -11,7 +11,7 @@
<xsd:complexType name='InfoType'>
<xsd:attribute name='encoding' type='xsd:string'/>
<xsd:attribute name='group' type='xsd:string'/>
- <xsd:attribute name='important' type='xsd:boolean'/>
+ <xsd:attribute name='important' type='xsd:string'/>
<xsd:attribute name='owner' type='xsd:string'/>
<xsd:attribute name='perms' type='xsd:string'/>
<xsd:attribute name='paranoid' type='xsd:boolean'/>