Apache Camel

http://activemq.apache.org/camel/schema/spring
complexType routesType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/spring}routesType (restriction)

Properties
This component is not nillable.

Model
<...
  inheritErrorHandlerFlag = xs:boolean>
route*
</...>


Nested Element Summary
 route
          

Attribute Summary
 xs:booleaninheritErrorHandlerFlag
          

Attribute Detail

inheritErrorHandlerFlag

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="routesType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:route"/>
</xs:sequence>
<xs:attribute name="inheritErrorHandlerFlag" type="xs:boolean"/>
</xs:complexType>

Apache Camel

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