summaryrefslogtreecommitdiffstats
path: root/schemas/pathentry.xsd
diff options
context:
space:
mode:
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'>