summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>