summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd')
-rw-r--r--java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
index a0dbbf4c73..caf5d8010f 100644
--- a/java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
+++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
@@ -10,7 +10,7 @@
<element name="contribution" type="sca:ContributionType"/>
<complexType name="ContributionType">
<sequence>
- <element name="deployable" type="sca:DeployableType" minOccurs="1" maxOccurs="unbounded"/>
+ <element name="deployable" type="sca:DeployableType" minOccurs="0" maxOccurs="unbounded"/>
<element ref="sca:import" minOccurs="0" maxOccurs="unbounded"/>
<element ref="sca:export" minOccurs="0" maxOccurs="unbounded"/>
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>