summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/atom.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd
index 60e8983c4..565528bb5 100644
--- a/schemas/atom.xsd
+++ b/schemas/atom.xsd
@@ -31,4 +31,9 @@
<xsd:attribute type='xsd:string' name='to' use='required'/>
</xsd:complexType>
+ <xsd:complexType name='PermissionType'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='perms' use='required'/>
+ </xsd:complexType>
+
</xsd:schema> \ No newline at end of file