You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/04/24 14:45:23 UTC

svn commit: r531910 - /activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd

Author: jstrachan
Date: Tue Apr 24 05:45:22 2007
New Revision: 531910

URL: http://svn.apache.org/viewvc?view=rev&rev=531910
Log:
applied patch from dr.jeff  http://www.nabble.com/-camel--camel-xml-schema-problem-tf3627720s2354.html#a10129819

Modified:
    activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd

Modified: activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd?view=diff&rev=531910&r1=531909&r2=531910
==============================================================================
--- activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd (original)
+++ activemq/camel/trunk/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd Tue Apr 24 05:45:22 2007
@@ -43,8 +43,8 @@
     <xs:complexType>
       <xs:attribute name="endpoint" type="xs:NMTOKEN"/>
       <xs:attribute name="endpoints" type="xs:NMTOKEN"/>
-      <xs:attribute name="uri" type="xs:NMTOKEN"/>
-      <xs:attribute name="uris" type="xs:NMTOKEN"/>
+      <xs:attribute name="uri" type="xs:anyURI"/>
+      <xs:attribute name="uris" type="xs:anyURI"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="filter" type="c:predicate"/>
@@ -136,11 +136,11 @@
       </xs:sequence>
       <xs:attribute name="endpoint" type="xs:NMTOKEN"/>
       <xs:attribute name="endpoints" type="xs:NMTOKEN"/>
-      <xs:attribute name="uri" type="xs:NMTOKEN"/>
-      <xs:attribute name="uris" type="xs:NMTOKEN"/>
+      <xs:attribute name="uri" type="xs:anyURI"/>
+      <xs:attribute name="uris" type="xs:anyURI"/>
     </xs:complexType>
   </xs:element>
-  <xs:element name="uri" type="xs:NMTOKEN"/>
+  <xs:element name="uri" type="xs:anyURI"/>
   <xs:complexType name="recipients">
     <xs:sequence>
       <xs:element ref="c:recipients"/>