summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-02-16 19:14:59 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-02-16 19:14:59 +0000
commit3dcd672f6c29175bd724a2cdbf438a969def7a25 (patch)
tree74e4b207656db88f5b4d51c0b283923d3c76cd97 /schemas/pathentry.xsd
parentcdf7af00b772d774a88ed0fe23ccb9f369b2e039 (diff)
downloadbcfg2-3dcd672f6c29175bd724a2cdbf438a969def7a25.tar.gz
bcfg2-3dcd672f6c29175bd724a2cdbf438a969def7a25.tar.bz2
bcfg2-3dcd672f6c29175bd724a2cdbf438a969def7a25.zip
schemas: Add missing attributes 'prune' and 'to'
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5727 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index cadd7cdda..e3bdeddc6 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -18,6 +18,8 @@
<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='prune' use='optional'/>
+ <xsd:attribute type='xsd:string' name='to' use='optional'/>
<xsd:attribute type='xsd:string' name='type' use='optional'/>
<xsd:attribute type='xsd:string' name='altsrc' use='optional'/>
</xsd:complexType>