diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 14:33:47 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 14:33:47 +0000 |
commit | ad5afdda95d56a1ca2e669ed7e71241e3e85a5ff (patch) | |
tree | 33f7ac4508eb79c0b4fdda370012e6f1194ddb01 /java/sca/modules/assembly-xsd/src/main/resources | |
parent | 53966da06c5aaf4998ab0c71607ee47e747521b3 (diff) |
deployable is optional
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/assembly-xsd/src/main/resources')
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/sca-contributions.xsd | 2 |
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"/> |