Author: slaws
Date: Fri Nov 14 06:32:51 2008
New Revision: 714014

URL: http://svn.apache.org/viewvc?rev=714014&view=rev
Log:
Deployable is optional

Modified:
    
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd

Modified: 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd?rev=714014&r1=714013&r2=714014&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
 (original)
+++ 
tuscany/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-contributions.xsd
 Fri Nov 14 06:32:51 2008
@@ -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"/>


Reply via email to