You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/10/06 09:24:41 UTC

svn commit: r701969 - /tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd

Author: lresende
Date: Mon Oct  6 00:24:41 2008
New Revision: 701969

URL: http://svn.apache.org/viewvc?rev=701969&view=rev
Log:
TUSCANY-2625 - Fixed by updating attribute name.

Modified:
    tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd

Modified: tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd?rev=701969&r1=701968&r2=701969&view=diff
==============================================================================
--- tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd (original)
+++ tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd Mon Oct  6 00:24:41 2008
@@ -123,7 +123,7 @@
 	          <attribute name="element" type="QName" use="optional"/>
 	          <attribute name="many" type="boolean" default="false" 
 	          	use="optional"/>
-	          <attribute name="noDefault" type="boolean" default="false" 
+	          <attribute name="mustSupply" type="boolean" default="false" 
 	          	use="optional"/>
 	          <anyAttribute namespace="##any" processContents="lax"/>
 	          <!-- an extension point ; attribute-based only -->