summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xsd/src/main/resources
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-06 07:24:41 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-06 07:24:41 +0000
commita034c2c54b9fd7294cd45530d814cf96b74ed6ac (patch)
tree8f0958cd0ab4abcada92cc4ee76945187a027c90 /java/sca/modules/assembly-xsd/src/main/resources
parentd93addcef2df20577ae40d8c6d9d6ff3ac2f5689 (diff)
TUSCANY-2625 - Fixed by updating attribute name.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/assembly-xsd/src/main/resources')
-rw-r--r--java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd
index a7ca0433f9..b0d94102af 100644
--- a/java/sca/modules/assembly-xsd/src/main/resources/sca-core.xsd
+++ b/java/sca/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 -->