summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-06-16 18:13:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-06-16 18:13:16 +0000
commit0223cd856de2a51de20d8537244935d0e4e128ad (patch)
tree7639bae4fc1e6e2274f09ff0361a9e83807487fe
parent8cd314b0aa355e15e5586b1edc922323e299b56b (diff)
Adding uri to implementation widget schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350967 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd
index 491cb2abce..9f38e93f3e 100644
--- a/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd
+++ b/sca-java-2.x/trunk/modules/assembly-xsd/src/main/resources/tuscany-sca-1.1-implementation-widget.xsd
@@ -35,6 +35,7 @@
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="location" type="anyURI" use="required"/>
+ <attribute name="uri" type="anyURI" use="optional"/>
<anyAttribute namespace="##any" processContents="lax"/>
</extension>
</complexContent>