summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-12-02 21:07:28 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-12-02 21:07:28 +0000
commit1c15646b4cc144eea37410c96ae1cae3e8d2e905 (patch)
tree1fe4bc38585d5dae85046db401b76baa991b198b /schemas
parent5a00cd1535e1e3373827e5b53e30f8cfb15fdf35 (diff)
downloadbcfg2-1c15646b4cc144eea37410c96ae1cae3e8d2e905.tar.gz
bcfg2-1c15646b4cc144eea37410c96ae1cae3e8d2e905.tar.bz2
bcfg2-1c15646b4cc144eea37410c96ae1cae3e8d2e905.zip
schema: Add altsrc attribute for Path entries
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5609 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pathentry.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index 7be0e37e2..db1a29e1a 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -10,5 +10,6 @@
<xsd:complexType name='PathEntry'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
+ <xsd:attribute type='xsd:string' name='altsrc' />
</xsd:complexType>
</xsd:schema>