summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-14 15:51:37 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-14 15:51:37 +0200
commitebc27d5ee8536467f892f41496c87ca8c31aa486 (patch)
tree2abaf736362f4ae2ac7d293512b93a6683715c4a /schemas/pathentry.xsd
parent99c786033f720bd904a4fb61e99ec574d0180dd1 (diff)
downloadbcfg2-ebc27d5ee8536467f892f41496c87ca8c31aa486.tar.gz
bcfg2-ebc27d5ee8536467f892f41496c87ca8c31aa486.tar.bz2
bcfg2-ebc27d5ee8536467f892f41496c87ca8c31aa486.zip
Schema: Add missing attributes for <BoundPath>s
Add a few missing attributes to the XML Schema for <BoundPath> entries.
Diffstat (limited to 'schemas/pathentry.xsd')
-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"/>