Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Released Schemas

Version

XML Schema

2.7.1 2

http://camel.apache.org/schema/spring/camel-spring-2.7.12.xsdImage Modified

2.7.0 1

http://camel.apache.org/schema/spring/camel-spring-2.7.01.xsdImage Modified

2.67.0

http://camel.apache.org/schema/spring/camel-spring-2.67.0.xsdImage Modified

2.56.0

http://camel.apache.org/schema/spring/camel-spring-2.56.0.xsdImage Modified

2.45.0

http://camel.apache.org/schema/spring/camel-spring-2.45.0.xsdImage Modified

2.34.0

http://camel.apache.org/schema/spring/camel-spring-2.34.0.xsdImage Modified

2.23.0

http://camel.apache.org/schema/spring/camel-spring-2.23.0.xsdImage Modified

2.12.0

http://camel.apache.org/schema/spring/camel-spring-2.12.0.xsdImage Modified

2.01.0

http://camel.apache.org/schema/spring/camel-spring-2.01.0.xsdImage Modified 2.0-M3 http://camel.apache.org/schema/spring/camel-spring-

2.0

-M3.xsdImage Removed

2.0 -M2

http://camel.apache.org/schema/spring/camel-spring-2.0-M2.xsdImage Removed2.0-M1 http://camel.apache.org/schema/spring/camel-spring-2.0-M1.xsdImage Modified

1.6.4

http://camel.apache.org/schema/spring/camel-spring-1.6.4.xsd

1.6.3

http://camel.apache.org/schema/spring/camel-spring-1.6.3.xsd

1.6.2

http://camel.apache.org/schema/spring/camel-spring-1.6.2.xsd

1.6.1

http://camel.apache.org/schema/spring/camel-spring-1.6.1.xsd

1.6.0

http://camel.apache.org/schema/spring/camel-spring-1.6.0.xsd

1.5.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.5.0.xsd

1.4.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.4.0.xsd

1.3.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.3.0.xsd

1.2.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.2.0.xsd

1.1.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.1.0.xsd

1.0.0

http://activemq.apache.org/camel/schema/spring/camel-spring-1.0.0.xsd

...

Code Block
xml
xml
<beans 
  xmlns="http://www.springframework.org/schema/beans" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans
      http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    http://camel.apache.org/schema/spring 
      http://camel.apache.org/schema/spring/camel-spring-2.7.12.xsd">

or if you prefer you can use a generic XSD without the version number

...