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