Apache Camel

http://activemq.apache.org/camel/schema/camel-1.0.xsd
element camelContext

Documentation
  The root element of a camel configuration
      
Properties
This component is not nillable.

Model
<camelContext
  packages = xs:NMTOKEN>
(beanPostProcessor? | endpoint? | route?)*
</camelContext>


Nested Element Summary
 beanPostProcessor
          
 endpoint
          
 route
          

Attribute Summary
 xs:NMTOKENpackages
          

Attribute Detail

packages

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

Source
<xs:element name="camelContext">
<xs:complexType>
<xs:complexContent>
<xs:extension base="s:identifiedType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element maxOccurs="1" minOccurs="0" ref="c:beanPostProcessor"/>
<xs:element maxOccurs="1" minOccurs="0" ref="c:endpoint"/>
<xs:element maxOccurs="1" minOccurs="0" ref="c:route"/>
</xs:choice>
<xs:attribute name="packages" type="xs:NMTOKEN"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.