You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/10/17 13:56:01 UTC

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

Author: slaws
Date: Fri Oct 17 04:55:59 2008
New Revision: 705568

URL: http://svn.apache.org/viewvc?rev=705568&view=rev
Log:
TUSCANY_2625 correct the "noDefault" attribute name to be "mustSupply"

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

Modified: tuscany/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd?rev=705568&r1=705567&r2=705568&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd (original)
+++ tuscany/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd Fri Oct 17 04:55:59 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 -->