Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/schema/webapp.exsd')
-rw-r--r--org.eclipse.help.base/schema/webapp.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/schema/webapp.exsd b/org.eclipse.help.base/schema/webapp.exsd
index 3f180c87f..68f695787 100644
--- a/org.eclipse.help.base/schema/webapp.exsd
+++ b/org.eclipse.help.base/schema/webapp.exsd
@@ -13,7 +13,7 @@
<element name="extension">
<complexType>
- <sequence>
+ <sequence minOccurs="1" maxOccurs="unbounded">
<element ref="webapp"/>
</sequence>
<attribute name="point" type="string" use="required">

Back to the top