summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xsd
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 08:55:06 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 08:55:06 +0000
commit05d2659d7d6b1ce1768cac0740bf7231eeeb713d (patch)
treeef5a8c3790360a09f29172f9bceba5ee9e2266c8 /java/sca/modules/assembly-xsd
parent9fa61b1574a693c2f100a23578d8159d1af54df2 (diff)
Fixing missing @value attribute declaration for <component> <property>
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/assembly-xsd')
-rw-r--r--java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd b/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd
index 1e781c798e..654d568bab 100644
--- a/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd
+++ b/java/sca/modules/assembly-xsd/src/main/resources/sca-core-1.1-cd04.xsd
@@ -200,6 +200,7 @@
default="false"/>
<attribute name="source" type="string" use="optional"/>
<attribute name="file" type="anyURI" use="optional"/>
+ <attribute name="value" type="string" use="optional"/>
<anyAttribute namespace="##other" processContents="lax"/>
</extension>
<!-- an extension point ; attribute-based only -->