Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-10-23 16:03:47 +0000
committerCurtis D'Entremont2006-10-23 16:03:47 +0000
commit1ffee1b48595c477c75a8591ad7a68a229e46685 (patch)
tree888bfead110c68d621446267ade6c53908045d56 /org.eclipse.ui.cheatsheets
parentf882a3d003c01b6bace40c8bf661cd4b92ef9aff (diff)
downloadeclipse.platform.ua-1ffee1b48595c477c75a8591ad7a68a229e46685.tar.gz
eclipse.platform.ua-1ffee1b48595c477c75a8591ad7a68a229e46685.tar.xz
eclipse.platform.ua-1ffee1b48595c477c75a8591ad7a68a229e46685.zip
161427 Inaccurate extension point schemas with respect to min / max element occurrences
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd b/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
index 61d9e9ba9..151e70305 100644
--- a/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
+++ b/org.eclipse.ui.cheatsheets/schema/cheatSheetContent.exsd
@@ -16,7 +16,7 @@ Cheat sheets may optionally specify a description subelement whose body should c
<element name="extension">
<complexType>
- <choice>
+ <choice minOccurs="1" maxOccurs="unbounded">
<element ref="category"/>
<element ref="cheatsheet"/>
<element ref="taskEditor"/>

Back to the top