summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring/src
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-23 08:42:57 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-23 08:42:57 +0000
commit04b4da563db0c47a4ae66820f899674d5a66ef1c (patch)
tree180cb01725eed21b0ac8b4a8983a9f07fda29ef9 /branches/sca-java-1.x/modules/implementation-spring/src
parent95524916047b5d22e58bfa6f3e8f6e538c8ccde7 (diff)
Make property ids optional
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-spring/src')
-rw-r--r--branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd b/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
index e20f4e8158..4f1d5ca730 100644
--- a/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
+++ b/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
@@ -58,7 +58,7 @@
<xsd:element name="property">
<xsd:complexType>
- <xsd:attribute name="id" use="required">
+ <xsd:attribute name="id" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string" />
</xsd:simpleType>