summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
index a0dbbf4c73..caf5d8010f 100644
--- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
+++ b/branches/sca-java-1.x/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"/>