summaryrefslogtreecommitdiffstats
path: root/schemas/bundle.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r--schemas/bundle.xsd7
1 files changed, 4 insertions, 3 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd
index 863e10b4b..1b997ede3 100644
--- a/schemas/bundle.xsd
+++ b/schemas/bundle.xsd
@@ -256,11 +256,12 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
- <xsd:attribute type='xsd:string' name='name' use='required'>
+ <xsd:attribute type='xsd:string' name='name'>
<xsd:annotation>
<xsd:documentation>
- The name of the bundle. This must match the bundle
- filename, minus the extension.
+ The name of the bundle. If present, this must match the
+ bundle filename, minus the extension. Specifying the name
+ explicitly is deprecated.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>