Author: slaws
Date: Mon Feb 23 08:42:57 2009
New Revision: 746926
URL: http://svn.apache.org/viewvc?rev=746926&view=rev
Log:
Make property ids optional
Modified:
tuscany/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
Modified:
tuscany/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd?rev=746926&r1=746925&r2=746926&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
(original)
+++
tuscany/branches/sca-java-1.x/modules/implementation-spring/src/main/resources/org/springframework/sca/xml/spring-sca.xsd
Mon Feb 23 08:42:57 2009
@@ -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>