diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-05-21 23:13:45 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-14 12:36:46 -0500 |
commit | 7792959d08beb998df138f5dd8f4451faea50c40 (patch) | |
tree | c2ffde0b924636db6f847a99b0ee81e3ff378e44 | |
parent | 4944977b131be888f4584b4b6b44dba2214d1818 (diff) | |
download | bcfg2-7792959d08beb998df138f5dd8f4451faea50c40.tar.gz bcfg2-7792959d08beb998df138f5dd8f4451faea50c40.tar.bz2 bcfg2-7792959d08beb998df138f5dd8f4451faea50c40.zip |
schemas: Fix schema for important attribute
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | schemas/info.xsd | 2 |
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'/> |