summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/pathentry.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 24be22612..40aa4ff2b 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -21,10 +21,13 @@
<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='important' use='optional'/>
<xsd:attribute type='xsd:string' name='owner' use='optional'/>
+ <xsd:attribute type='xsd:string' name='paranoid' use='optional'/>
<xsd:attribute type='xsd:string' name='perms' use='optional'/>
<xsd:attribute type='xsd:string' name='prune' use='optional'/>
<xsd:attribute type='xsd:string' name='recursive' use='optional'/>
+ <xsd:attribute type='xsd:string' name='sensitive' use='optional'/>
<xsd:attribute type='xsd:string' name='to' use='optional'/>
<xsd:attribute type='xsd:string' name='type' use='optional'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>