summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index db1a29e1a..e564aaa90 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -12,4 +12,13 @@
<xsd:attribute type='xsd:string' name='name' use='required'/>
<xsd:attribute type='xsd:string' name='altsrc' />
</xsd:complexType>
+
+ <xsd:complexType name='BoundPathEntry'>
+ <xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='group' use='optional'/>
+ <xsd:attribute type='xsd:string' name='owner' use='optional'/>
+ <xsd:attribute type='xsd:string' name='perms' use='optional'/>
+ <xsd:attribute type='xsd:string' name='type' use='optional'/>
+ <xsd:attribute type='xsd:string' name='altsrc' use='optional'/>
+ </xsd:complexType>
</xsd:schema>