summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 439321e3d..1055bdf67 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -119,13 +119,12 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="user"/>
<xsd:enumeration value="group"/>
- <xsd:enumeration value="mask"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="ACLType">
<xsd:attribute type="ACLTypeEnum" name="type" use="required"/>
- <xsd:attribute type="ACLScopeEnum" name="scope" use="required"/>
+ <xsd:attribute type="ACLScopeEnum" name="scope"/>
<xsd:attribute type="xsd:string" name="perms" use="required"/>
<xsd:attribute type="xsd:string" name="user"/>
<xsd:attribute type="xsd:string" name="group"/>