Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/schema/luceneSearchParticipants.exsd')
-rw-r--r--org.eclipse.help.base/schema/luceneSearchParticipants.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/schema/luceneSearchParticipants.exsd b/org.eclipse.help.base/schema/luceneSearchParticipants.exsd
index a3393100a..26192ac35 100644
--- a/org.eclipse.help.base/schema/luceneSearchParticipants.exsd
+++ b/org.eclipse.help.base/schema/luceneSearchParticipants.exsd
@@ -23,7 +23,7 @@ Search participants are associated with the plug-in the extension appears in. In
<element name="extension">
<complexType>
- <choice>
+ <choice minOccurs="1" maxOccurs="unbounded">
<element ref="searchParticipant"/>
<element ref="binding"/>
</choice>

Back to the top