summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.3/modules
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 11:55:59 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 11:55:59 +0000
commit4628e350ff34fe2122ffff52142f75224f3c1eb1 (patch)
treec4c21a9f8088e298b40810b2d1342af13a731e89 /branches/sca-java-1.3.3/modules
parent776df3f4cfbeb4cede1e8f3ebfcadd2b86ff3756 (diff)
TUSCANY_2625 correct the "noDefault" attribute name to be "mustSupply"
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.3/modules')
-rw-r--r--branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd b/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd
index a7ca0433f9..b0d94102af 100644
--- a/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd
+++ b/branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd
@@ -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 -->