summaryrefslogtreecommitdiffstats
path: root/schemas/info.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/info.xsd')
-rw-r--r--schemas/info.xsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd
index 972b55c8d..4028f5c15 100644
--- a/schemas/info.xsd
+++ b/schemas/info.xsd
@@ -9,10 +9,11 @@
<xsd:include schemaLocation="atom.xsd"/>
<xsd:complexType name='InfoType'>
- <xsd:attribute name='owner' type='xsd:string'/>
+ <xsd:attribute name='encoding' type='xsd:string'/>
<xsd:attribute name='group' type='xsd:string'/>
+ <xsd:attribute name='important' type='xsd:string'/>
+ <xsd:attribute name='owner' type='xsd:string'/>
<xsd:attribute name='perms' type='xsd:string'/>
- <xsd:attribute name='encoding' type='xsd:string'/>
<xsd:attribute name='paranoid' type='xsd:string'/>
</xsd:complexType>