summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-27 01:23:02 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-27 01:23:02 +0000
commite1d8819f03c1afd43a04293ee645ec1f075be23e (patch)
tree1e67131938fd5e7ae58714288d16a9678c09acc9 /schemas/pathentry.xsd
parentd5fc9e452fd8f53ea08e3d3527c880d5e0d9f85f (diff)
downloadbcfg2-e1d8819f03c1afd43a04293ee645ec1f075be23e.tar.gz
bcfg2-e1d8819f03c1afd43a04293ee645ec1f075be23e.tar.bz2
bcfg2-e1d8819f03c1afd43a04293ee645ec1f075be23e.zip
schemas: Fix BoundPath schema for Bundles (Reported by gregcoit on irc) [bugfix]
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5705 ce84e21b-d406-0410-9b95-82705330c041
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>