diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-17 11:55:59 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-17 11:55:59 +0000 |
commit | 4628e350ff34fe2122ffff52142f75224f3c1eb1 (patch) | |
tree | c4c21a9f8088e298b40810b2d1342af13a731e89 | |
parent | 776df3f4cfbeb4cede1e8f3ebfcadd2b86ff3756 (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
-rw-r--r-- | branches/sca-java-1.3.3/modules/assembly-xsd/src/main/resources/sca-core.xsd | 2 |
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 --> |