Versions Compared

Key

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

...

Released Schemas

Version

XML Schema

2.7.0

http://camel.apache.org/schema/spring/camel-spring-2.7.0.xsdImage Added

2.6.0

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

2.5.0

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

2.4.0

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

2.3.0

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

2.2.0

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

2.1.0

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

2.0.0

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

2.0-M3

http://camel.apache.org/schema/spring/camel-spring-2.0-M3.xsd

2.0-M2

http://camel.apache.org/schema/spring/camel-spring-2.0-M2.xsd

2.0-M1

http://camel.apache.org/schema/spring/camel-spring-2.0-M1.xsd

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-23.60.xsd

    http://camel.apache.org/schema/spring 
      http://camel.apache.org/schema/spring/camel-spring-2.67.0.xsd">

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

...