summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-28 01:21:01 +0000
commit31a9fbebcbcc0aafed741fa48b253163bcae2c69 (patch)
tree3c5c1075c7ed33ba19de16a75125312f2a0d83bf /schemas/pathentry.xsd
parent32eebcf39e04a86c35404cd3d55f09ae950fb461 (diff)
downloadbcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.gz
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.tar.bz2
bcfg2-31a9fbebcbcc0aafed741fa48b253163bcae2c69.zip
schemas: Schema updates
* Remove old translation schema for bcfg1 * Remove old POSIX entries * Remove toolsetType schema since it's no longer used Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5708 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pathentry.xsd')
-rw-r--r--schemas/pathentry.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/pathentry.xsd b/schemas/pathentry.xsd
index e564aaa90..cadd7cdda 100644
--- a/schemas/pathentry.xsd
+++ b/schemas/pathentry.xsd
@@ -10,7 +10,7 @@
<xsd:complexType name='PathEntry'>
<xsd:attribute type='xsd:string' name='name' use='required'/>
- <xsd:attribute type='xsd:string' name='altsrc' />
+ <xsd:attribute type='xsd:string' name='altsrc' use='optional'/>
</xsd:complexType>
<xsd:complexType name='BoundPathEntry'>